Track5Wireless: cisco_dhcp.txt
File cisco_dhcp.txt, 409 bytes (added by , 6 years ago) |
---|
Line | |
---|---|
1 | 1. Go to enable mode: |
2 | enable |
3 | |
4 | 2. Now we need to switch to configuration mode: |
5 | config terminal |
6 | |
7 | 3. First we define the ip address which will not be dhcp lease: |
8 | ip dhcp excluded-address 10.10.N.1 10.10.N.239 |
9 | ip dhcp excluded-address 10.10.N.251 10.10.N.254 |
10 | |
11 | 4. Create dhcp pool: |
12 | ip 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 |