[Kea-users] create Custom DHCPv4 Option for option 121 classless routes

Jim Perkins jim at perkosolutions.com
Tue Jul 12 19:15:39 UTC 2022


On 2022-07-12 11:26, Francis Dupont wrote:
> Jim Perkins writes:
-- snipped for brevity --

>> option classless-routes code 121 = array of unsigned integer 8;
>> option classless-routes 0, 192,168,0,1, 24, 192,168,1, 192,168,0,1;
>> 
>> How would I create this using kea  custom dhcpv4 options. ?
> 
> => option-def to define the option 121 has an array of uint8,
> option-data with a cut and paste of what you use for ISC DHCP.
> Note you can use keama to automatize this...
> 
> Regards
> 
> Francis Dupont <fdupont at isc.org>
> 

Thanks.  I installed keama and it transalated this snippet of isc-dhcp 
to kea-dhcp perfectly.
I had to install it manually as the repo is not setup for EL 8 and 
variants


More information about the Kea-users mailing list