Free IP addresses are no longer visible under prefixes #9321

Closed
opened 2025-12-29 20:48:24 +01:00 by adam · 3 comments
Owner

Originally created by @sirsnork on GitHub (Mar 5, 2024).

Deployment Type

Self-hosted

NetBox Version

v3.7.2

Python Version

3.11

Steps to Reproduce

  1. On IPAM
  2. Prefixes
  3. Select a prefix
  4. IP Addresses

Expected Behavior

Free IP addresses are displayed (and clickable) under IPAM -> Prefixes -> IP Addresses

Observed Behavior

There appears to be a reversion of issue 8131.

I see a list of existing IP's but do not see the free IP blocks that were present on previous versions. This is on a non full prefix with full permissions. I don't see mention of this being resolved already int he 3.7.3 release notes.

Originally created by @sirsnork on GitHub (Mar 5, 2024). ### Deployment Type Self-hosted ### NetBox Version v3.7.2 ### Python Version 3.11 ### Steps to Reproduce 1. On IPAM 2. Prefixes 3. Select a prefix 4. IP Addresses ### Expected Behavior Free IP addresses are displayed (and clickable) under IPAM -> Prefixes -> IP Addresses ### Observed Behavior There appears to be a reversion of issue [8131](https://github.com/netbox-community/netbox/issues/8131). I see a list of existing IP's but do not see the free IP blocks that were present on previous versions. This is on a non full prefix with full permissions. I don't see mention of this being resolved already int he 3.7.3 release notes.
adam closed this issue 2025-12-29 20:48:24 +01:00
Author
Owner

@sirsnork commented on GitHub (Mar 5, 2024):

Ok so this appears to be due to a Table Configuration under User Preferences. But not the prefix table as I deleted that by itself and the problem remained, wiping out all my table configs and I get free IP addresses showing again.

Testing on another account and removing the table config for IPAddressTable seems to resolve it. I had it set to address,vrf,status,dns_name,description. Clearing just that table preference and I see free IP addresses again

@sirsnork commented on GitHub (Mar 5, 2024): Ok so this appears to be due to a Table Configuration under User Preferences. But not the prefix table as I deleted that by itself and the problem remained, wiping out all my table configs and I get free IP addresses showing again. Testing on another account and removing the table config for IPAddressTable seems to resolve it. I had it set to address,vrf,status,dns_name,description. Clearing just that table preference and I see free IP addresses again
Author
Owner

@PieterL75 commented on GitHub (Mar 5, 2024):

This happens when you sort the table.
It is not possible to show free ip address, If sorted in another way that per ip address.

Solution is to click the little red x on the table headers to remove the sorting

@PieterL75 commented on GitHub (Mar 5, 2024): This happens when you sort the table. It is not possible to show free ip address, If sorted in another way that per ip address. Solution is to click the little red x on the table headers to remove the sorting
Author
Owner

@sirsnork commented on GitHub (Mar 5, 2024):

Ahh, thank you! I'm betting that was it. I was probably sorting by IP Address anyway so didn't even think to look there

@sirsnork commented on GitHub (Mar 5, 2024): Ahh, thank you! I'm betting that was it. I was probably sorting by IP Address anyway so didn't even think to look there
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9321