Reservations are showing as available IPs #17996
BartBaljon
started this conversation in
General
Replies: 1 comment
-
IP Ranges and IP Addresses in Netbox are independent objects. There's no unified view which shows both, which would be great, but it's been a limitation since IP Ranges were added to Netbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Netbox group,
I have been working towards documenting our organization into Netbox and move away from spreadsheets. Thank you for this awesome tool, it's been amazing.
I have come across something today that I am unsure if this is by design or an issue within Netbox.
To start off, I've created a prefix (10.110.150.0/26). This prefix has a parent prefix at 10.110.0.0/16.
10.110.150.1 will be my gateway.
10.110.150.2-.9 will be reserved.
My next available IP should be 10.110.150.10.
I have created an IP Range under this prefix, which is seen below:

Now, when I go into the IP addressing of this prefix, if I click on the Add IP Address button, Netbox correctly prompts me that the next IP to use is: 10.110.150.10/26
But if I click on the 61 IPs available button, Netbox will offer me the following IP address to use: 10.110.150.2/26

I am curious if this is by design? I was hoping that once I set the IPs in the IP range as reserved, that Netbox would be able to adjust accordingly and not show "61 IPs available". I understand that they may be available but I thought that having them reserved would remove them from being seen as available.
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions