Ad Widget

Collapse

Cisco router bandwidth values (Zabbix1.1b10)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nbakker
    Junior Member
    • May 2006
    • 14

    #1

    Cisco router bandwidth values (Zabbix1.1b10)

    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
    Member
    • Dec 2005
    • 81

    #2
    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

    Comment

    Working...