1# host name config 2 3# subnet4 declaration 4subnet 10.5.5.0 netmask 255.255.255.224 { 5 range 10.5.5.5 10.5.5.10; 6} 7 8# host declaration 9host test1 { 10 hardware ethernet 00:0B:FD:32:E6:FA; 11 fixed-address 10.5.5.1; 12} 13 14# host declaration using a longer name 15host test2.example.com { 16 hardware ethernet 00:07:0E:36:48:19; 17 fixed-address 10.5.5.2; 18} 19