Hi All,
As isc-dhcp is EOL/EOS I am looking into using isc-kea-dhcp.
But I am having troubles converting the ACS options to kea-dhcp standards.
these are the options which are needed for Genexis (and are working for
isc-dhcp)
option space bbf;
option bbf.acs code 11 = text;
option bbf.provisioningcode code 12 = text;
option bbf.minwaitinterval code 13 = unsigned integer 32;
option bbf.retryintervalmultiplier code 14 = unsigned integer 32;
option space genexis;
option genexis.fw code 2 = text;
option genexis.config code 3 = text;
option space vivso code width 4;
option vivso.iana code 0 = string;
option vivso.iana 01:01:01;
option vivso.bbf code 3561 = encapsulate bbf;
option vivso.genexis code 25167 = encapsulate genexis;
option option125 code 125 = encapsulate vivso;
So how to convert these options?
I get the basics like:
"option-def": [
{
"name": "tftp_fw",
"code": 2,
"space": "genexis",
"type": "string"
},
{
"name": "tftp_cfg",
"code": 3,
"space": "genexis",
"type": "string"
},
{
"name": "acs",
"code": 11,
"space": "bbf",
"type": "string"
},
{
"name": "acs_minwaitinterval",
"code": 13,
"space": "bbf",
"type": "uint32"
},
{
"name": "acs_retryintervalmultiplier",
"code": 14,
"space": "bbf",
"type": "uint32"
},
but I somehow need to encapsulate all of these.
It is unclear to me how to encapsulate these.
Unfortunately verdors are not up 2 speed with the ending of isc-dhcp very
little information is available..
Any help is appreciated
Regards,
--
ISC funds the development of this software with paid support subscriptions.
Contact us at https://www.isc.org/contact/ for more information.
To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users