Thursday, March 22, 2012

How to configure Router as a DHCP server


hostname Router
ip dhcp excluded-address 192.168.1.2 192.168.1.7
ip dhcp excluded-address 192.168.1.5 192.168.1.9
ip dhcp pool neeraj
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1

No comments:

Post a Comment