Below is the config that I typically do for running DHCP on a core ICX switch. This was done on version 08030aa firmware.
CONFIG:
ip dhcp-server pool Data
dhcp-default-router 10.10.10.22
dns-server 10.10.10.19 8.8.8.8
domain-name company.com
excluded-address 10.10.10.1 10.10.10.49
lease 1 0 0
network 10.10.10.0 255.255.255.0
deploy
ip dhcp-server enable
Below are some related commands you might find helpful. Note that the "Server uptime" does not start until you type in the "ip dhcp-server enable" command above.
SSH@CompanyCore#sh ip dhcp-server summary
DHCP Server Summary:
Total number of active leases: 4
Total number of deployed address-pools: 1
Total number of undeployed address-pools: 0
Server uptime: 00d:00h:15m:51s
SSH@CompanyCore#
SSH@CompanyCore#show ip dhcp-server address-pools
Showing all address pool(s):
Pool Name: data
Time elapsed since last save: 00d:00h:23m:56s
Total number of active leases: 4
Address Pool State: active
IP Address Exclusions: 10.10.10.1 10.10.10.49
Pool Configured Options:
dhcp-default-router: 10.10.10.22
dns-server: 10.10.10.19 8.8.8.8
domain-name: company.com
lease: 1 0 0
network: 10.10.10.0 255.255.255.0
CompanyCore#
This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Subscribe to:
Post Comments (Atom)
Thank's!!!
ReplyDelete