You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[ZBX-CISCO](https://github.com/jjmartres/Zabbix/tree/master/zbx-templates/zbx-cisco) => templates to discover and manage capabilities on Cisco devices.
10
+
11
+
Requirements
12
+
------------
13
+
14
+
All this templates was tested for Zabbix 2.0.0 and higher. Please see individual template for requirements.
15
+
16
+
License
17
+
-------
18
+
19
+
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
A collection of Zabbix templates to manage Cisco devices.
5
+
6
+
Templates
7
+
---------
8
+
9
+
*[ZBX-CISCO-BGP4](https://github.com/jjmartres/Zabbix/tree/master/zbx-templates/zbx-cisco/zbx-cisco-bgp4) => use the BGP4-MIB to discover and manage both IPv4 and VPNv4 neighbors.
10
+
*[ZBX-CISCO-CDP](https://github.com/jjmartres/Zabbix/tree/master/zbx-templates/zbx-cisco/zbx-cisco-cdp) => use the CISCO-CDP-MIB to discover and manage CDP neighbors.
11
+
12
+
Requirements
13
+
------------
14
+
15
+
All this templates was tested for Zabbix 2.0.0 and higher. Please see individual template for requirements.
16
+
17
+
License
18
+
-------
19
+
20
+
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This template use the BGP4-MIB to discover and manage both IPv4 and VPNv4 neighbors on Cisco devices.
5
+
6
+
Triggers
7
+
--------
8
+
9
+
***[HIGH]** => BGP peer is down
10
+
***[AVERAGE]** => Accepted prefixes for IPv4 as reached the maximum limit
11
+
***[AVERAGE]** => Accepted prefixes for VPNv4 as reached the maximum limit
12
+
***[AVERAGE]** => IPv4 BGP peer has lost more than 20% of prefixes
13
+
***[AVERAGE]** => VPNv4 BGP peer has lost more than 20% of prefixes
14
+
***[INFORMATION]** => No prefixes receive for IPv4 peer
15
+
***[INFORMATION]** => No prefixes receive for VPNv4 peer
16
+
17
+
Installation
18
+
------------
19
+
20
+
1. Add a value mapping named `ciscoBgpPeerAdminStatus` with the following value :
21
+
* 1 => stop
22
+
* 2 => start
23
+
2. Import **zbx-cisco-bgp4.xml** file into Zabbix.
24
+
3. Add to your host the **{$SNMP_COMMUNITY}** macro with your Cisco SNMP community as value.
25
+
4. Associate **ZBX-CISCO-BGP4** template to the host.
26
+
27
+
### Requirements
28
+
29
+
This template was tested for Zabbix 2.0.0 and higher.There are no additional requirements.
30
+
31
+
License
32
+
-------
33
+
34
+
This template is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
0 commit comments