Comments
-
I have come up with a dirty solution, I just count the ipaddresses and then drop the "old" ones. Its not "the" solution but it will work for now.
-
Found this old thread showing the same behaviour in 2016 All Ip Adresses field showing legacy Ip Address - THWACK
-
It will show me the double entries again, the issue is what @Lofstrand demonstrated. My IpAddress table only grows, old IP's that no longer live on my device config will still be visible in the table Orion.NodeIPAddresses For my test I added an extra IP on the loopback, and rediscover the device. It apeard. Then I remove…
-
I did the same test. It will show after adding it on an interface (loopback for testing), but it is not removed from the table after removing it from the interface. The "All IP Addresses widget" and NodeIPAddresses table only grows. By the way adding it, and rediscover took 1 sec to show the new IP.
-
Thanks, I have ran the query and indeed now I have 0 joins. Thanks for explaining me about the naviagaion links, usefull tip, much appreciated. The thing is, putting this Subnetmask filter in the where clause: i.IPAddress.SubnetMask IS NOT NULL I only get 8 results, and these rusults show indeed the correct IP. But, I am…
-
On GUI in SolarWinds it't the correct one.
-
Ok I have checked, on GUI it has only 1 IP and on the device itself when I run show | grep on full config, I only get 1 result: my test/example, on SWQL I see InterfaceIndex 20 - with 2 IP's : 172.29.81.254 10.60.37.254 When I search for them on the full config it shows me this: show | grep 172.29.81.254 no results show |…