Skip to main content

Posts

Showing posts from November, 2016

DHCP Conflict get auto clear

Script on Switch which keep monitoring on DHCP Conflict and get auto clear Script: - event manager applet ClearDHCP event timer cron cron-entry "0 * * * *" action 1.0 cli command "enable" action 2.0 cli command "clear ip dhcp conflict *" action 3.0 cli command "clear ip dhcp binding *" Note: - 1      command run every night at midnight. event timer cron cron-entry "0 0 * * *"         command run every hour though. event timer cron cron-entry "0 * * * *"