Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20958

Re: Alerting on BGP Neighbor Changes for routers

$
0
0

This is a built-in function within Advanced Alert Manager:

routing_neighbors.jpg

 

If this doesn't work, you can create a custom SQL alert as well:

 

routing_neighbors1.jpg

 

Hopefully one of those options will get you where you are wanting to go.

 

Please note that the trigger looks at the NPM_RoutingNeighbor_V view, which is created with this query: (so it's not your traditional table per say)

 

SELECT   NeighborID,   NodeID,   NeighborIPGUID,   NeighborIP,   rn.ProtocolID,   rn.ProtocolStatus,   IP_Address_Type,   rn.IsDeleted,   rpsm.DisplayName,   rpsm.OrionStatus
FROM NPM_RoutingNeighbor rn 
LEFT JOIN NPM_RoutingProtocolStateMapping rpsm   ON rn.ProtocolID=rpsm.ProtocolID   AND rn.ProtocolStatus=rpsm.ProtocolStatus

 

 

Hope this helps!

 

- ZackM

http://www.loop1systems.com/


Viewing all articles
Browse latest Browse all 20958

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>