Friday, 10 February 2017

CONFIGURING DHCP IN SWITCH


CONFIGURING DHCP IN SWITCH:-




Switch(config)# ip dhcp excluded-address 192.168.10.1 192.168.10.10

Switch(config)# ip dhcp pool sales_wireless

Switch(dhcp-config)# network 192.168.10.0 255.255.255.0

Switch(dhcp-config)# default-router 192.168.10.1

Switch(dhcp-config)# dns-server 4.4.4.4

Switch(dhcp-config)# lease 4 10 13


No comments:

Post a Comment