!
! Relevant Code snippet from the Cisco 857W
!
no ip source-route
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.126.1 192.168.126.255
ip dhcp excluded-address 192.168.127.0 192.168.127.29
!
ip dhcp pool LAN_POOL
network 192.168.126.0 255.255.254.0
default-router 192.168.126.1
option 132 hex 0000.000a
option 133 hex 0000.0006
option 130 ascii "MITEL IP PHONE"
dns-server 192.168.126.30
!
ip dhcp pool STATIC-KB
host 192.168.127.1 255.255.254.0
hardware-address 001a.4b70.b6ef
!
|