04-09-2014 11:32 AM - edited 03-04-2019 10:45 PM
Hi
What is the principal reason therefore occurs DHCP conflicts???
Is very continuos the problems with DHCP conflicts, all day I need clean the conflicts
Regards
04-09-2014 01:27 PM
Hello,
Do you mean IP address conflicts? i.e. two hosts having the same IP address? What is your DHCP server?
04-10-2014 12:45 AM
It happens because DHCP servers verifies if IP address are already in use before lease them to a client. If it is in use, DHCP server "froze" that IP. Usually it happens because of statically assigned ip address that overlap DHCP pool. Your conflict is always on the same IP ?
enrico
04-10-2014 09:04 AM
I'm assuming you are talking about the "ip dhcp conflict logging". Which then prevents the IP address from being reused unless you manually clear it. Well you can disable that command or if you really need to keep it I have used EEM script in the past to clean it, something like this. Can be used as a reference.
event manager applet CLEAR_DHCP_CONFLICT (This is applets name)
event timer watchdog time 172800 (Using the watchdog option I allowed it to run every 48 hours)
action 1.0 cli command “enable”
action 2.0 cli command “clear ip dhcp conflict *”
action 3.0 syslog msg “IP DHCP Conflict log has been cleared successfully” (syslog msg enabled me to trigger a syslog message)
04-11-2014 12:55 AM
Another way to avoid manual cleaning is the command:
ip dhcp conflict resolution interval min
This way the router periodically checks if IPs are still in conflict. If not remove the IP addresses form blocked IP.
Min range from 5 to 1440 minutes (24hours)
Bye,
enrico
please rate if useful.
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