PDA

View Full Version : Cisco router bandwidth values (Zabbix1.1b10)


nbakker
23-05-2006, 21:03
I have tried every option I could find on the forum to get correct values for bandwidth usage on Cisco router interfaces (InOctets and OutOctets), however none of them seem to be correct. Can somebody please post their item configuration being:
-SNMP OID
-Key
-Type of information
-Units
-Use multiplier
-Custom multiplier
-Store value

sbadger
26-05-2006, 02:24
Here are the vaules I am using to poll the interfaces on Cisco switches:

type: SNMP v2
OID: IF-MIB::ifInOctets.1 (for interface 1)
Key : ifInOctets.1 (but can be what ever makes sense to you)
info type: Numeric(float)

To get the information in Bytes per second, I *8 and set the Store Value As to Delta(Speed per second)


This is working very well for all of my switches and routers.

Some other interesting OIDs are:
IF-MIB::ifAdminStatus.1 Adminstrative status of interface
IF-MIB::ifOperStatus.1 Operational status of the interface
IF-MIB::ifDescr.1 Interface type description
IF-MIB::ifAlias.1 Description entered into the IOS config file for the interface
IF-MIB::ifInErrors.1 Incoming errors (change the In to Out for outgoing)
SNMPv2-SMI::mib-2.16.19.6.0 Name of firmware loaded (works on some btu not all)
SNMPv2-MIB::sysUpTime.0 System uptime