Comments
-
Does this continue to work well for you? I am exploring a similar idea to protect nodes or interfaces from being deleted if they have certain attributes.
-
Aruba switches please.
-
It would be wonderful to set these interface exclusions based on vendor or model as well! Currently, I run a SQL Query to delete those interfaces before a manual import, but the auto-import would be a lot more useful with vendor or model profiles.
-
Add to this, I would like to have logic associated to assigning a custom property. If this...and this...and not this, then assign this custom property.
-
We are a university. Aruba hardware is getting added heavily across campus. This would be very helpful!!
-
Thanks for the initial post @stefanIT! That saved me a lot of time! This is my modification recommendation. This shows the same devices listed under "Found" in Scheduled Discovery Results. SELECT * FROM DiscoveredNetObjectStatuses dnos JOIN DiscoveredNodes dn on dn.profileid = dnos.profileid and dn.nodeid =…