- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Remove or reclaim reserved range
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2021 03:36 PM
Hey there,
I need to free up some addresses and the only ones available are currently reserved.
How do I free them up for use?
This isn't obvious how to do this and I'm struggling to find any information in your documentation for this process. How do I achieve it?
Thank you.
Solved! Go to Solution.
Re: Remove or reclaim reserved range
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2021 10:27 AM - edited 06-27-2023 01:47 PM
Hello rndmusr,
Welcome to the Infoblox community. You may achieve this task via API, direct deletion from UI or through CSV import/export. If you have many such reserved addresses, the easiest option to clear them all woild be a CSV import with DELETE operation. Here's how you can do it :
*Taking the possible impact into consideration, please procure a grid backup before trying this.*
1) From the toolbar on the right, click on "CSV Job Manager"
2) Select "CSV Export" & click on the + icon from the right top.
3) Now from the object selection, uncheck all by unchecking the box right under "Separator".
4) Now put a check mark next to "IPv4 Fixed address" only & click on "Export data".
Now you'd get a CSV file with IPv4 addresses. Note that this file would contain both Fixed addresses binded to a specific MAC address & Reserved addresses binded to 00:00:00:00:00:00. You MUST remove the rows with the Fixed addresses & leave the Reserved addresses as it is for deletion. Once you've removed all Fixed addresses rows with a MAC binding, import the same CSV file back to the grid(With reserved addresses only). Here's the steps :
From the toolbar, select CSV Import -> select DELETE as the action -> Select the file modified above -> Review the items & then click on Import. Once this is done, reserved addresses in the file would all be added back to the pool AFTER a DHCP restart.
I highly recommend again taking a grid backup before executing these steps. The reason being that a human error during the file modification action may end up in the deletion of DHCP Fixed addresses binded to particular MAC addresses.
Hope this helps!
Best regards,
Re: Remove or reclaim reserved range
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2021 12:31 PM - edited 07-04-2021 12:32 PM
For those in a similar situation, if you go into DHCP view, you can then select those which are reserved and hit Delete. Then you need to restart the service which it prompts you to do.
Re: Remove or reclaim reserved range
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2021 12:34 PM
Hey Mohammed,
I managed to find out how to do this in the end but I appreciate your informative post nontheless.
Thank you.
Re: Remove or reclaim reserved range
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 03:53 PM
Hello, I am wondering if there is a way to remove multiple IP addresses from multiple subnets at once? or is this process limited to doing one subnet at a time? having an issue where we need to reclaim 100s of IPs across mutliple subnets, and going through piece by piece and clicking reclaim will be tedious