Difference between revisions of "Cisco IOS DHCP Server configuration"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
  
 
== Commands ==
 
== Commands ==
* [[show ip dhcp pool]] <name>
+
* <code>[[show ip dhcp pool]] <name></code>
* [[show ip dhcp binding]]
+
* <code>[[show ip dhcp binding]]</code>
* [[show ip dhcp server statistics]]
+
* <code>[[show ip dhcp server statistics]]</code>
 
 
 
 
  
 
== See also ==
 
== See also ==

Revision as of 14:28, 18 December 2019

Cisco IOS DHCP Server configuration[1]

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


Commands

See also

  • https://study-ccna.com/configure-cisco-router-as-dhcp-server/
  • Advertising: