[Kea-users] Converting a dhcpd option to kea

Marcos Della mdella at gmail.com
Mon Oct 23 20:24:37 UTC 2023


I have the following from dhcpd that I wanted to convert to KEA. I'm
struggling with how to implement it correctly:

option space Nutanix;
option Nutanix.fc_ip code 200 = string;
option Nutanix.api_key code 201 = string;
class “NutanixFC” {
match if option vendor-class-identifier = “NutanixFC”;

vendor-option-space Nutanix;

option Nutanix.fc_ip “10.1.1.1”;

option Nutanix.api_key
“eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJLZXlVVUlEIjoiZjE2MzBkYzMtODU0OC00YjZiLTZlMWMtZTVlOTU0YjM1NTQ2In0.HB_IdIaFvvyHpfzDzLZMQkHKstRsdiWnEMoqtU4N4kY”;}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231023/198cecf1/attachment.htm>


More information about the Kea-users mailing list