Appendix 1: ISC DHCP server
Appendix 1: ISC DHCP server
One DHCP server that has been tested against DHCP snooping is ISC DHCP. This is free software with an option of a support contract. At the time of writing this document, ISC DHCP did not support the logging of RFC3993
This configuration lets you specify the IP that is given to each MAC address. You may easily write a range statement to assign to any client.
option
subnet 172.16.1.0 netmask 255.255.255.0 { #filename "/vmlinuz ";
option
option
hardware ethernet 00:06:5b:31:14:af;
}
host test01 {
hardware ethernet 00:00:00:00:00:01;
}
host test02 {
hardware ethernet 00:00:00:00:00:02;
}
host test03 {
hardware ethernet 00:00:00:00:00:03;
}
host RapierMAX {
hardware ethernet 00:00:cd:11:b2:4c;
Page 25 AlliedWare™ OS How To Note: DHCP Snooping on