Replies: 2 comments 6 replies
-
Where are you searching?
In my testing, it matches string prefixes only - e.g. "10.12.254.1" is found if I search for "10.1", but not "12.2". If "5.1" is finding 10.5.10.1, it could be for some other reason - e.g. the string 5.1 appears within the Description or DNS Name for that IP address (in which case a substring match is permitted). See the search logic here. As far as I can see, the search does not care about VRF. However, this might vary depending on exactly which search entry point you're using. FYI there is a related but different issue for prefixes - #6016. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I seem to be getting inconsistent results when doing partial IP address searches.
If I have for example, I have an IP defined as 192.168.5.1/24 and search for "5.1", it won't find it. But it will list other IPs that have a 5.1 in it (10.5.10.1, 10.5.12.23, etc).
If I search for the complete IP address, with or without the subnet, it finds it.
I haven't figured out if it's related to a VRF being defined or not. It seems to sometimes not search within VRFs and only report results in the Global VRF, but then it does list the 10.5.10.1, 10.5.12.23 which are in a specific, non-Global VRF.
I've tried a few variations hoping to figure out a pattern which could explain why, but no luck so far.
I appear to get the same strange results whether I do a global search or an IP-address search.
What am I missing?
netbox 3.2.4
Beta Was this translation helpful? Give feedback.
All reactions