12-06-2021 08:40 AM
I have Cisco Catalyst C9500-16X switch running ios version 16.12.4. as my core switch. I have configure dhcp on the switch for one of my vlans. initially, all devices were getting IP address from my dhcp server which sits in a different LAN but it was taking them too long for the devices to get an IP address. Now I have dhcp configure on the switch for one of my vlans and devices connecting to this vlan are still taking too long to get IP address. Can I get help resolving this issue?
Solved! Go to Solution.
12-28-2021 10:54 AM
Hello you'll, thank you for all the great support provided. I was finally able to identify the issue and resolve it. After a debug, I found out the when I ping a host IP address, the reply will redirect to another hop. I remove ip redirect on the svi and the issue was fixed.
Command used
no ip redirect
Thank you all.
12-06-2021 09:21 AM
how is your access port config look like
add below line and check
spanning-tree portfast
( show run help here if the still issue)
12-06-2021 12:27 PM
@bb, yes I do have that configured on all my access ports
12-06-2021 01:07 PM
can you post the configuration, - i have tested with Cat 9300 simple config, client get straight away IP address with out any delay.
look troubleshooting :
https://www.cisco.com/c/en/us/support/docs/ip/dynamic-address-allocation-resolution/27470-100.html
12-06-2021 09:30 AM
Hello,
try and disable/enable the 'service dhcp':
9500(config)#no service dhcp
9500(config)#service dhcp
12-06-2021 12:28 PM
@george, okay I will try that and let you know the outcome. Thank you!
12-06-2021 01:45 PM
can you check the CPU for storm broadcast.
12-28-2021 10:49 AM
Thanks @ MHM, was helpful.
12-06-2021 10:32 PM - edited 12-06-2021 10:34 PM
Hello
As a test trying disabling ip dhcp conflict logging
conf t
no ip dhcp conflict logging
clear ip dhcp
exit
clear ip dhcp conflict *
12-28-2021 10:50 AM
Thanks Paul, this was very helpful.
12-28-2021 10:54 AM
Hello you'll, thank you for all the great support provided. I was finally able to identify the issue and resolve it. After a debug, I found out the when I ping a host IP address, the reply will redirect to another hop. I remove ip redirect on the svi and the issue was fixed.
Command used
no ip redirect
Thank you all.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide