I've found the following SNMP OIDs:
- BGP Peers: .1.3.6.1.2.1.15.3.1.1
- BGP Peer state: .1.3.6.1.2.1.15.3.1.1
But I'm looking for the list of advertised routes by peer. Does anybody know of a way to get this via SNMP? My fallback is to use SSH and screen scrape show
commands, but this seems to be the kind of thing that SNMP was designed for.
If it makes a difference the target platform for this project is FTOS.