<div dir="ltr">Hi All, <div><br></div><div>I am looking for the equivalent option of ISC dhcp subclass in kea-dhcp4 but I couldn't find any, I have a case where I need to decline dhcp-lease grants to given specific mac addresses so trying to match the same in kea-version but I  couldn't find any sub-class equivalent, can we add the specific data (here mac address as the members of the specific class) in kea<br><br>MY ISC DHCP config<br>class "denyClients" {<br>         match substring (hardware, 1, 6);<br>         deny booting;<br>}<br>subclass "denyClients" 11:22:33:44:ab:66;<br>subclass "denyClients" 11:22:33:43:ab:66;<br>subclass "denyClients" 11:22:33:42:ab:66;<br>subnet 12.0.0.0 netmask 255.255.255.0 {<br>pool {<br>               failover peer "Test";<br>               range 12.0.0.2 12.0.0.2;<br>              deny members of "denyClients";<br>}<br>           default-lease-time 3600;<br> option routers 12.0.0.1;<br> option subnet-mask 255.255.255.0;<br>}<br></div><div><br></div><div><br></div><div>Can anyone please advise or suggest how to add members to the DHCP class or the data for which the class should be applied</div><div><br></div><div>Thanks in Advance</div><div>Kraishak</div><div><br></div><div><br></div><div><br></div></div>