Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Your review has been submitted and is pending approval.
Check BGP peer status, established time, prefixes.
Current Version
0.1
Last Release Date
2015-07-01
Owner
Michiel Timmers
Download URL
https://exchange.nagios.org/wp-content/uploads/project-files/2015/07/check_snmp_cisco_bgp.pl
License
GPL
Compatible With
Version 0.1 - July 20 2015
Checks the OSPF status of a BGP peer and reports back with uptime, remote AS and number of prefixes.
# ./check_snmp_cisco_bgp.pl -H 192.168.1.1 -C public -P 10.10.10.10 BGP state: established - Established for: 29 days, 13 hours, 48 minutes, 16 seconds, Remote AS: 64512, Number of prefixes: 538796 : OK
Can also be used with theshold for upper and lower limit threshold for number of prefixes, and warning and critical in hours for established time.
# ./check_snmp_cisco_bgp.pl -H 192.168.1.1 -C public -P 10.10.10.10 --lower 500000 --upper 600000 -w 48 -c 24 BGP state: established - Established for: 29 days, 13 hours, 48 minutes, 16 seconds, Remote AS: 64512, Number of prefixes: 538796 : OK
The plugin is developped in a standard way with usual V3 authentication. But when SNMP request gives NosuchInstance, it answers BPG OK. I propose , line 430 : undef $peer_state if ($peer_state =~ /nosuchinstance/i); so that the result will be UNKNOWN.
You must be logged in to submit a review.
To:
From: