Difference between revisions of "Cisco IOS DHCP Server configuration"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 31: | Line 31: | ||
* <code>[[show ip dhcp server statistics]]</code> | * <code>[[show ip dhcp server statistics]]</code> | ||
* <code>[[show dhcp server]]</code> | * <code>[[show dhcp server]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | * Read verify and troubleshooting DHCP configuration: https://www.ciscopress.com/articles/article.asp?p=1574301&seqNum=6 | ||
== See also == | == See also == |
Revision as of 06:11, 7 June 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
.../... 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
show ip dhcp pool
orshow ip dhcp pool <name>
show ip dhcp binding
show ip dhcp server statistics
show dhcp server
Activities
- Read verify and troubleshooting DHCP configuration: https://www.ciscopress.com/articles/article.asp?p=1574301&seqNum=6
See also
- DHCP: Cisco IOS DHCP Server,
isc-dhcp-server (dhcpd.conf)
,ip dhcp pool
show ip dhcp pool
,show ip dhcp binding
,show ip dhcp conflict
,show ip dhcp server statistics
, DHCP snooping,client-identifier
,hardware-address
,show ip dhcp
,ip link
,dhcpcd
,AWS::EC2::DHCPOptions, dhclient, systemd-networkd
- Configure a DHCP server for your network
Advertising: