Difference between revisions of "Cisco IOS DHCP Server configuration"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 27: Line 27:
  
 
== Commands ==
 
== Commands ==
* <code>[[show ip dhcp pool]] <name></code>
+
* <code>[[show ip dhcp pool]]</code> or <code>[[show ip dhcp pool]] <name></code>
 
* <code>[[show ip dhcp binding]]</code>
 
* <code>[[show ip dhcp binding]]</code>
 
* <code>[[show ip dhcp server statistics]]</code>
 
* <code>[[show ip dhcp server statistics]]</code>

Revision as of 07:35, 18 March 2020

Cisco IOS DHCP Server configuration: https://study-ccna.com/configure-cisco-router-as-dhcp-server/

cisco_ios_sw(config)#ip dhcp excluded-address 192.168.0.1 192.168.0.47
cisco_ios_sw(config)#ip dhcp pool YOUR_DHCP_POOLNAME
cisco_ios_sw(dhcp-config)#network 192.168.0.0 255.255.255.0
cisco_ios_sw(dhcp-config)#default-router 192.168.0.1
cisco_ios_sw(dhcp-config)#dns-server 192.168.0.1


show running-config

.../...
ip dhcp pool YOUR_POOL_NAME
 import all
 network 10.10.10.0 255.255.255.0
 default-router 10.10.10.1 
 domain-name YOUR_DOMAIN.COM
 dns-server 10.10.10.1 
 lease 2
.../...



Commands

See also

Advertising: