Cisco DHCP server service

DHCP Server service setup

conf t
enter into configuration mode
ip dhcp pool Sales
enter into DHCP server configuration mode
network 192.168.1.0 255.255.255.0
setup network
default-router 192.168.1.1
setup default gateway
exit
ip dhcp excluded-addresses 192.168.1.1 192.168.1.10
 end

Pass trough remote DHCP server over the network

conf t
enter into configuration mode
int fa0/1
ip helper-address 192.168.1.2
end

Share with: