IPAM nesting bug - showing false positive #20121
Replies: 3 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
Aah, I see. Guess there is no way around that? |
Beta Was this translation helpful? Give feedback.
-
@Jeffrey-FB It sounds like this isn't a bug if I'm reading this correctly as per Kyler's comment. Converting this to a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployment Type
Self-hosted
NetBox Version
v4.3.0
Python Version
3.11
Steps to Reproduce
create a IPAM prefix container for 10.100.0.0/15
Then a container 10.100.0.0/16
Then a container 10.100.241.0/24
Then create a vrf for 10.100.241.0/29
and 10.100.241.8/29
Expected Behavior
10.100.241.0/29 and 10.100.241.8/29 show show as stepped on the prefix page as a child of 10.100.241.0/24
e.g.
--10.100.241.0/24
---10.100.241.0/29
---10.100.241.8/29
The /29 should show as child prefixes in the /24 'Child Prefix' tab
Observed Behavior
the /29 do not step on the IPAM -> Prefix menu
But they do show in the 'Child Prefixes' in the tab of 10.100.241.0/24
the 10.100.241.0/24 container Utilization also shows 0.0% even though it say it has Child Prefixes
As per images attached.
I have tried changing the container /24 to active all this seems to do is remove all the child /29 from it.
And the same applies if i try change the status of the /29's they just remove themselves as a child prefix from the /24
Is there a way to fix this, can I gather some extra info to help resolve this for us?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions