On Fri, 2003-09-05 at 11:23, Austad, Jay wrote:
What OID's are people using to monitor/graph BGP stats on Cisco routers?
Cisco maintains a very useful SNMP OID search tool which you can access through your favorite web browser. A search for "bgp" yields 135 results. Unfortunately .1.3.6.1.4.1.9.9.187.1.2.4.1.1 is *not* shown in this tool! I wonder how up-to-date this tool typically is? In any case, if that OID is not available on your IOS image, you have the option of retrieving sufficient information from the cbgpRouteEntry table at .1.3.6.1.4.1.9.9.187.1.1.1.1 to count the prefixes received from each peer as well as the prefixes installed into the FIB for each peer (cbgpRouteBest BOOL). This would obviously be a big CPU hit, but there is a great deal of data available via SNMP. http://www.cisco.com/pcgi-bin/Support/Mibbrowser/unity.pl -- Jeff S Wheeler <jsw@five-elements.com>