02-25-2014 01:45 PM - edited 03-07-2019 06:24 PM
Hello,
This may be a very basic question but I am brand new to Cisco IOS. I have been tasked with figuring out how to release and renew all dhcp addresses on our Cisco 2921 router. I have so far found out how to do them one at a time using:
Router# release dhcp ethernet 3/1
Router# renew dhcp Ethernet 3/1
Would rebooting the router release and renew all of the dhcp addresses? If not, is there a command I could use to release and renew all of them at the same time?
Thank you.
Solved! Go to Solution.
02-25-2014 02:00 PM
Hi,
Try this from priviladge mode
router#clear ip dhcp binding *
Regards,
Alex.
Please rate useful posts.
02-25-2014 11:19 PM
Hi,
You are a DHCP client on multiple interfaces ? if so doing a shut/no shut on the range of interfaces would achieve what you want and you could automate it with an EEM script.
Regards
Alain
Don't forget to rate helpful posts.
02-25-2014 02:00 PM
Hi,
Try this from priviladge mode
router#clear ip dhcp binding *
Regards,
Alex.
Please rate useful posts.
02-25-2014 11:19 PM
Hi,
You are a DHCP client on multiple interfaces ? if so doing a shut/no shut on the range of interfaces would achieve what you want and you could automate it with an EEM script.
Regards
Alain
Don't forget to rate helpful posts.
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