Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit fce4bc65 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update cisco_bgp_peer

parent bef31f01
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,27 @@ catalog: hw/network/cisco
license: GPL
distribution: https://thl-cmk.hopto.org
description:
Monitors the status of BGP peers. It has support for IPv4/IPv6, more then one
address family per BGP peer.
Monitors the status of BGP peers. It supports IPv4/IPv6 peers and more then one
address family per BGP peer.
critical:
- if peer state is "idle" or adminstate is not "start"
warning: if peer state is not "established" or peer is not up long enough
Describe here: (1) what the check actually does, (2) under which
circumstances it goes warning/critical, (3) which devices are supported
by the check, (4) if the check requires a separated plugin or
tool or separate configuration on the target host.
- if accepted prefixes equal or above prefix admin limit
warning:
- if peer state is not "established" or peer is not up long enough
- if accepted prefixes equal or above warn threshold
This check is tested with a variaity of Cisco ASR and ISR routers.
The "prefix admin limit" and "warn threshold" needs to be configured on the device.
For example: neighbor 172.17.10.10 maximum-prefix 10000 80. The threshold is in
percentage of the prefix limit .
item:
Is build from the Address family and IP address of the BGP peer.
For example "172.17.10.10 IPv4 Unicast"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment