Hello everyone,
I’m working on ZTP of Juniper devices.
Kea 2.5, running on Ubuntu
The Juniper device sends option 12 (host name) as its serial number for DHCP 
requests. I use this S/N with the flex option hook to serve a tailored 
configuration file. This includes the hostname a device uses

But kea also sends option 12 as the S/N which overrides what I set in the 
configuration.
Is there a way I can configure kea so that I can use option 12 for the hook 
processing, but kea’s response shouldn’t send option 12 back to the client

I’ve already tried setting this option under the dhcp4 global key. But that 
doesn’t work

Option-data: [
        {“code”: 12,
        “never-send”: true}
]

The kea doc states option 12 cannot be controlled, and it is managed by DNS. 
But I don’t have any DNS servers running either. I just want kea to stop 
sending option 12

Thank you
-- 
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
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to