ctrader wrote:
an alert that is monitoring the "routing neighbors" property.
That's the key right there. When you create alerts based on the 'Routing Neighbors' type, you are not pulling any interface information into your query.
You are really pulling your information out of the NPM_RoutingNeighbor_V view. So your options are going to be limited. This is the information in that view:
So, you are limited to connecting the Nodes table. Unless you have a way to identify the specific interface from a node, you might be in a pickle.
For instance:
SELECT Interfaces.CarrierName FROM Interfaces JOIN Nodes ON Nodes.${NodeID}=Interfaces.NodeID WHERE Interfaces._____ = ???
Are your nodes setup to only have one BGP link per node? If so, add a custom property to the interface marking it as BGP; then use that as your limiting factor on your query.
Loop1 Systems: SolarWinds Training and Professional Services
- LinkedIN: Loop1 Systems
- Facebook: Loop1 Systems
- Twitter: @Loop1Systems