HI!
I'm trying to figure out how I can maintain a group based on its cdp neighbors.
For instance, if I have a Distribution switch, I want to have a group that contains all the nodes that are connected to it, based on its cdp neighbors, rather than having to manually add/remove nodes to the group.
I can add the interfaces easily enough by doing the following query:
Orion Object is Interface
Node is CoreA
Status is Up
Full Name is not %unrouted%
Full Name is not %Vlan%
But I'm not sure how to add nodes as there doesn't seem to be an object related to the cdp neighbor.
Thank you for any assistance!