Track5Wireless: cisco_dhcp.txt

File cisco_dhcp.txt, 409 bytes (added by Fakrul Alam, 6 years ago)
Line 
11. Go to enable mode:
2enable
3
42. Now we need to switch to configuration mode:
5config terminal
6
73. First we define the ip address which will not be dhcp lease:
8ip dhcp excluded-address 10.10.N.1 10.10.N.239
9ip dhcp excluded-address 10.10.N.251 10.10.N.254
10
114. Create dhcp pool:
12ip dhcp pool DHCP-POOL
13        network 10.10.N.0 255.255.255.0
14        default-router 10.10.N.254
15        dns-server 10.10.0.241
16        domain-name ws.nsrc.org