We would like to have a monitor for the amount of BGP Routes a device has.
We have recently had devices where the Neighbor stays up but isn't sending routes, so the default neighbor polling didn't notify/alert that there was an issue.
Hello @jholmes Thank you for submitting this request. What type of devices are these? Is this data available via SNMP or API?
Hey Tony, we were mainly trying to get this from Cisco Devices, the command would be "show ip bgp ipv4 multicast summary" the best I could find and try to build pollers off of would be the cbgpPeerAddrFamilyPrefixTable .1.3.6.1.4.1.9.9.187.1.2.4 for things like accepted and denied prefixes OIDs, I think a poller could be built in the lines of hardware health as other oids in that table are things like limit and thresholds.
I would add to this function full customization of alert .I mean - configurable triggering parameters of alerting, just like for other parameters - change of value in numbers, change in percents etc.