Add free IP addresses #12944
-
Hello, is there any way to add to IPAM all available IP addresses but with another status (not "Active", maybe "Available") which will not be counted to range's utilization? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm not aware of a way to have an IP created but not be counted as a used IP. Can you explain your use case, why would you create IP address objects for free IPs? The idea is not to have IP address objects created for available IPs, so that NetBox will assign you the next available IP when you need it. If the IP is available, then you don't have any knowledge about its future use that you can put into IPAM. If you do have some information about it's future use, then that information should probably be in form of:
|
Beta Was this translation helpful? Give feedback.
-
I wanted to also add available IPs in order to be able to find quickly an available address when needed too. It would be nice if there was a list with all free IPs of a range. |
Beta Was this translation helpful? Give feedback.
Over UI also works.
Go to "Prefixes" module, find prefix, where you gonna assign new address, select "IP Addresses" tab (path string looks like /ipam/prefixes/<prefix_id>/ip-addresses/), press "+ Add IP Address" in upper right corner:
Your new IP will be outside of existing IPs and defined ranges inside Prefix.