Cant look at IP Addresses in a Prefix #13006
-
The following error is returned when trying to look at IP addresses in one of our Prefixes: I have tried to run the IP Address Fix script located https://github.com/netbox-community/customizations/blob/master/scripts/fix_assigned_ips.py. The script runs successfully and it did seem to find some ip addresses. However it still does not work. Any ideas? Running Netbox v3.5.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I actually found the problem my self.
I went to that ip address url, clicked edit and save. |
Beta Was this translation helpful? Give feedback.
I actually found the problem my self.
I had IP addresses in that prefix that had assigned_object_id == 0. Which broke the view. Not sure how that happened. Nothing in the change log...
I fixed it by running this in the nbshell
I went to that ip address url, clicked edit and save.