Cisco interfaces
ZBX-CISCO-INTERFACES
====================
This template use the IF-MIB and CISCO-UDLDP-MIB to discover and manage interfaces of Cisco devices.
Items
-----
* Discovery: administrative status for each interface
* Discovery: operational status for earch interface
* Discovery: speed for each interface
* Discovery: description for each interface
* Discovery: alias for each interface
* Discovery: UDLD configuration for each interface
* Discovery: UDLD link status for each interface
* Discovery: incoming traffic on each interface (64Bits counters used)
* Discovery: outgoing traffic on each interface (64Bits counters used)
* Discovery: inbound errors on each interface
* Discovery: outbound errors on each interface
* Discovery: incoming discarded packets on each interface
* Discovery: outgoing discarded packets on each interface
* Discovery: collisions on each interface
* Discovery: CRC packets on each interface
* Discovery: giants packets on each interface
* Discovery: ignored packets on each interface
* Discovery: misaligned packets on each interface
* Discovery: overruns packets on each interface
* Discovery: runts packets on each interface
* Discovery: the length of the output packet queue for each interface
Triggers
--------
* **[DISASTER]** => Discovery: operational status was changed for an interface where ifAlias match user macro {$INTF_REGEXP}
* **[HIGH]** => Discovery: an UDLD link has been detected on an interface
* **[WARNING]** => Discovery: incoming use on an interface exceed 80% for the last 5 minutes
* **[WARNING]** => Discovery: outgoing use on an interface exceed 80% for the last 5 minutes
* **[INFORMATION]** => Discovery: operational status was changed for an interface where ifAlias didn't match user macro {$INTF_REGEXP}
* **[INFORMATION]** => Discovery: unable to determine UDLD status for an interface
* **[INFORMATION]** => Discovery: UDLD configuration was changed for an interface
* **[INFORMATION]** => Discovery: the length of the output packet queue is not empty on each interface
Graphs
------
* Discovery: traffic (bits/sec, 95th Percentile) for an interface
* Discovery: errors on an interface
* Discovery: length of the output packets queue for an interface
Installation
------------
1. Install [`if.speed`](https://github.com/jjmartres/Zabbix/tree/master/zbx-scripts/if.speed) in the **ExternalScripts** directory of your Zabbix server and/or proxy. Check your `zabbix_server.conf` and/or `zabbix_proxy.conf` if in doubt.
2. Then `chmod a+x if.speed`
3. Add a value mapping named `ciscoCudldpInterfaceOperStatus` with the following values:
* 1 => shutdwon
* 2 => indeterminant
* 3 => biDirectional
* 4 => notApplicable
4. Add a value mapping named `ciscoCudldpInterfaceOperMode` with the following values:
* 1 => enable
* 2 => disable
* 3 => aggressive
4. Import **zbx-cisco-interfaces.xml** file
Listing Details
Min Zabbix version
2.0.x
Features
Created
Modified
Never
Version 1.8
Download (6739 downloads)
1 version, '2015-02-18 20:42' modified
1 version, '2015-02-18 20:42' modified
Tags
Author
Jean-Jacques Martrès
Owner