OLD-CISCO-INTERFACES-MIB

MIB Reference — IPNetwork Monitor

All MIBsOLD-CISCO-INTERFACES-MIB

Category: Legacy Cisco IOS

Description:

Provides legacy Cisco IOS extended interface statistics supplementing RFC 1213 ifTable in early IOS versions.

Imported Objects

From CISCO-SMI

local

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter

From RFC1213-MIB

DisplayString
ifIndex

What Is OLD-CISCO-INTERFACES-MIB?

This is a legacy, vendor-specific Cisco MIB used in early Cisco IOS releases to supplement the standard RFC 1213 (MIB-II) ifTable with additional Cisco-specific per-interface statistics not covered by the generic standard. It exposes extended interface counters and status fields layered on top of the standard interface table, giving finer-grained visibility into interface behavior on Cisco IOS devices of that era. Its monitoring role is centered on interface/software-path health: administrators used it alongside the standard ifTable to track additional error counters, buffer/queue statistics, or interface-specific state that helped diagnose interface flapping, congestion, or driver-level errors on early Cisco routers. As its name and purpose indicate, it explicitly depends on and extends the standard IETF RFC 1213 ifTable rather than standing alone. It was deployed on early Cisco IOS routers and switches before Cisco's interface monitoring was fully consolidated into later, more standardized interface MIBs (such as IF-MIB). Engineers can download the OLD-CISCO-INTERFACES-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in OLD-CISCO-INTERFACES-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • extended interface error counters
  • extended interface buffer/queue statistics
  • interface-specific status fields

Supported Devices

  • legacy Cisco IOS router/switch

Monitoring Examples

No sample objects were provided for this MIB, so specific object names cannot be cited; conceptually this legacy module would have been polled alongside the standard ifTable to pull Cisco-specific extended counters (such as additional error or buffer statistics) for a given interface index, helping diagnose problems the generic RFC 1213 counters didn't capture, but this cannot be grounded in confirmed object names from the source data.

OIDs
OID symbolicOID numericTypeAccessDescription
linterfaces1.3.6.1.4.1.9.2.2
lifTable1.3.6.1.4.1.9.2.2.1not-accessibleA list of interface entries.
lifEntry1.3.6.1.4.1.9.2.2.1.1not-accessibleA collection of additional objects in the cisco interface.
STR locIfHardType1.3.6.1.4.1.9.2.2.1.1.1DisplayStringread-onlyReturns the type of interface.
INT locIfLineProt1.3.6.1.4.1.9.2.2.1.1.2INTEGERread-onlyBoolean whether interface line protocol is up or not.
INT locIfLastIn1.3.6.1.4.1.9.2.2.1.1.3INTEGERread-onlyElapsed time in milliseconds since last line protocol input packet was received.
INT locIfLastOut1.3.6.1.4.1.9.2.2.1.1.4INTEGERread-onlyElapsed time in milliseconds since last line protocol output packet was transmitted.
INT locIfLastOutHang1.3.6.1.4.1.9.2.2.1.1.5INTEGERread-onlyElapsed time in milliseconds since last line protocol output packet could not be successfully transmitted.
INT locIfInBitsSec1.3.6.1.4.1.9.2.2.1.1.6INTEGERread-onlyFive minute exponentially-decayed moving average of input bits per second.
INT locIfInPktsSec1.3.6.1.4.1.9.2.2.1.1.7INTEGERread-onlyFive minute exponentially-decayed moving average of input packets per second.
INT locIfOutBitsSec1.3.6.1.4.1.9.2.2.1.1.8INTEGERread-onlyFive minute exponentially-decayed moving average of output bits per second.
INT locIfOutPktsSec1.3.6.1.4.1.9.2.2.1.1.9INTEGERread-onlyFive minute exponentially-decayed moving average of output packets per second.
INT locIfInRunts1.3.6.1.4.1.9.2.2.1.1.10INTEGERread-onlyNumber of packets input which were smaller then the allowable physical media permitted.
INT locIfInGiants1.3.6.1.4.1.9.2.2.1.1.11INTEGERread-onlyNumber of input packets which were larger then the physical media permitted.
INT locIfInCRC1.3.6.1.4.1.9.2.2.1.1.12INTEGERread-onlyNumber of input packets which had cyclic redundancy checksum errors.
INT locIfInFrame1.3.6.1.4.1.9.2.2.1.1.13INTEGERread-onlyNumber of input packet which were misaligned.
INT locIfInOverrun1.3.6.1.4.1.9.2.2.1.1.14INTEGERread-onlyCount of input which arrived too quickly for the to hardware receive.
INT locIfInIgnored1.3.6.1.4.1.9.2.2.1.1.15INTEGERread-onlyNumber of input packets which were simply ignored by this interface.
INT locIfInAbort1.3.6.1.4.1.9.2.2.1.1.16INTEGERread-onlyNumber of input packets which were aborted.
INT locIfResets1.3.6.1.4.1.9.2.2.1.1.17INTEGERread-onlyNumber of times the interface internally reset.
INT locIfRestarts1.3.6.1.4.1.9.2.2.1.1.18INTEGERread-onlyNumber of times interface needed to be completely restarted.
INT locIfKeep1.3.6.1.4.1.9.2.2.1.1.19INTEGERread-onlyBoolean whether keepalives are enabled on this interface.
STR locIfReason1.3.6.1.4.1.9.2.2.1.1.20DisplayStringread-onlyReason for interface last status change.
INT locIfCarTrans1.3.6.1.4.1.9.2.2.1.1.21INTEGERread-onlyNumber of times interface saw the carrier signal transition.
INT locIfReliab1.3.6.1.4.1.9.2.2.1.1.22INTEGERread-onlyThe reliability of the interface. Used by IGRP.
INT locIfDelay1.3.6.1.4.1.9.2.2.1.1.23INTEGERread-onlyThe amount of delay in microseconds of the interface. Used by IGRP.
INT locIfLoad1.3.6.1.4.1.9.2.2.1.1.24INTEGERread-onlyThe loading factor of the interface. Used by IGRP.
INT locIfCollisions1.3.6.1.4.1.9.2.2.1.1.25INTEGERread-onlyThe number of output collisions detected on this interface.
INT locIfInputQueueDrops1.3.6.1.4.1.9.2.2.1.1.26INTEGERread-onlyThe number of packets dropped because the input queue was full.
INT locIfOutputQueueDrops1.3.6.1.4.1.9.2.2.1.1.27INTEGERread-onlyThe number of packets dropped because the output queue was full.
STR locIfDescr1.3.6.1.4.1.9.2.2.1.1.28DisplayStringread-writeUser configurable interface description.
CTR locIfSlowInPkts1.3.6.1.4.1.9.2.2.1.1.30Counterread-onlyPacket count for Inbound traffic routed with slow switching
CTR locIfSlowOutPkts1.3.6.1.4.1.9.2.2.1.1.31Counterread-onlyPacket count for Outbound traffic routed with slow switching
CTR locIfSlowInOctets1.3.6.1.4.1.9.2.2.1.1.32Counterread-onlyOctet count for Inbound traffic routed with slow switching
CTR locIfSlowOutOctets1.3.6.1.4.1.9.2.2.1.1.33Counterread-onlyOctet count for Outbound traffic routed with slow switching
CTR locIfFastInPkts1.3.6.1.4.1.9.2.2.1.1.34Counterread-onlyPacket count for Inbound traffic routed with fast switching
CTR locIfFastOutPkts1.3.6.1.4.1.9.2.2.1.1.35Counterread-onlyPacket count for Outbound traffic routed with fast switching
CTR locIfFastInOctets1.3.6.1.4.1.9.2.2.1.1.36Counterread-onlyOctet count for Inbound traffic routed with fast switching
CTR locIfFastOutOctets1.3.6.1.4.1.9.2.2.1.1.37Counterread-onlyOctet count for Outbound traffic routed with fast switching
CTR locIfotherInPkts1.3.6.1.4.1.9.2.2.1.1.38Counterread-onlyOther protocol input packet count
CTR locIfotherOutPkts1.3.6.1.4.1.9.2.2.1.1.39Counterread-onlyOther protocol output packet count
CTR locIfotherInOctets1.3.6.1.4.1.9.2.2.1.1.40Counterread-onlyOther protocol input octet count
CTR locIfotherOutOctets1.3.6.1.4.1.9.2.2.1.1.41Counterread-onlyOther protocol output octet count
CTR locIfipInPkts1.3.6.1.4.1.9.2.2.1.1.42Counterread-onlyip protocol input packet count
CTR locIfipOutPkts1.3.6.1.4.1.9.2.2.1.1.43Counterread-onlyip protocol output packet count
CTR locIfipInOctets1.3.6.1.4.1.9.2.2.1.1.44Counterread-onlyip protocol input octet count
CTR locIfipOutOctets1.3.6.1.4.1.9.2.2.1.1.45Counterread-onlyip protocol output octet count
CTR locIfdecnetInPkts1.3.6.1.4.1.9.2.2.1.1.46Counterread-onlyDecnet protocol input packet count
CTR locIfdecnetOutPkts1.3.6.1.4.1.9.2.2.1.1.47Counterread-onlyDecnet protocol output packet count
CTR locIfdecnetInOctets1.3.6.1.4.1.9.2.2.1.1.48Counterread-onlyDecnet protocol input byte count
CTR locIfdecnetOutOctets1.3.6.1.4.1.9.2.2.1.1.49Counterread-onlyDecnet protocol output byte count
CTR locIfxnsInPkts1.3.6.1.4.1.9.2.2.1.1.50Counterread-onlyXNS protocol input packet count
CTR locIfxnsOutPkts1.3.6.1.4.1.9.2.2.1.1.51Counterread-onlyXNS protocol output packet count
CTR locIfxnsInOctets1.3.6.1.4.1.9.2.2.1.1.52Counterread-onlyXNS protocol input byte count
CTR locIfxnsOutOctets1.3.6.1.4.1.9.2.2.1.1.53Counterread-onlyXNS protocol output byte count
CTR locIfclnsInPkts1.3.6.1.4.1.9.2.2.1.1.54Counterread-onlyCLNS protocol input packet count
CTR locIfclnsOutPkts1.3.6.1.4.1.9.2.2.1.1.55Counterread-onlyCLNS protocol output packet count
CTR locIfclnsInOctets1.3.6.1.4.1.9.2.2.1.1.56Counterread-onlyCLNS protocol input byte count
CTR locIfclnsOutOctets1.3.6.1.4.1.9.2.2.1.1.57Counterread-onlyCLNS protocol output byte count
CTR locIfappletalkInPkts1.3.6.1.4.1.9.2.2.1.1.58Counterread-onlyAppletalk protocol input packet count
CTR locIfappletalkOutPkts1.3.6.1.4.1.9.2.2.1.1.59Counterread-onlyAppletalk protocol output packet count
CTR locIfappletalkInOctets1.3.6.1.4.1.9.2.2.1.1.60Counterread-onlyAppletalk protocol input octet count
CTR locIfappletalkOutOctets1.3.6.1.4.1.9.2.2.1.1.61Counterread-onlyAppletalk protocol output octet count
CTR locIfnovellInPkts1.3.6.1.4.1.9.2.2.1.1.62Counterread-onlyNovell protocol input packet count
CTR locIfnovellOutPkts1.3.6.1.4.1.9.2.2.1.1.63Counterread-onlyNovell protocol output packet count
CTR locIfnovellInOctets1.3.6.1.4.1.9.2.2.1.1.64Counterread-onlyNovell protocol input octet count
CTR locIfnovellOutOctets1.3.6.1.4.1.9.2.2.1.1.65Counterread-onlyNovell protocol output octet count
CTR locIfapolloInPkts1.3.6.1.4.1.9.2.2.1.1.66Counterread-onlyApollo protocol input packet count
CTR locIfapolloOutPkts1.3.6.1.4.1.9.2.2.1.1.67Counterread-onlyApollo protocol output packet count
CTR locIfapolloInOctets1.3.6.1.4.1.9.2.2.1.1.68Counterread-onlyApollo protocol input octet count
CTR locIfapolloOutOctets1.3.6.1.4.1.9.2.2.1.1.69Counterread-onlyApollo protocol output octet count
CTR locIfvinesInPkts1.3.6.1.4.1.9.2.2.1.1.70Counterread-onlyVines protocol input packet count
CTR locIfvinesOutPkts1.3.6.1.4.1.9.2.2.1.1.71Counterread-onlyVines protocol output packet count
CTR locIfvinesInOctets1.3.6.1.4.1.9.2.2.1.1.72Counterread-onlyVines protocol input octet count
CTR locIfvinesOutOctets1.3.6.1.4.1.9.2.2.1.1.73Counterread-onlyVines protocol output octet count
CTR locIfbridgedInPkts1.3.6.1.4.1.9.2.2.1.1.74Counterread-onlyBridged protocol input packet count
CTR locIfbridgedOutPkts1.3.6.1.4.1.9.2.2.1.1.75Counterread-onlyBridged protocol output packet count
CTR locIfbridgedInOctets1.3.6.1.4.1.9.2.2.1.1.76Counterread-onlyBridged protocol input octet count
CTR locIfbridgedOutOctets1.3.6.1.4.1.9.2.2.1.1.77Counterread-onlyBridged protocol output octet count
CTR locIfsrbInPkts1.3.6.1.4.1.9.2.2.1.1.78Counterread-onlySRB protocol input packet count
CTR locIfsrbOutPkts1.3.6.1.4.1.9.2.2.1.1.79Counterread-onlySRB protocol output packet count
CTR locIfsrbInOctets1.3.6.1.4.1.9.2.2.1.1.80Counterread-onlySRB protocol input octet count
CTR locIfsrbOutOctets1.3.6.1.4.1.9.2.2.1.1.81Counterread-onlySRB protocol output octet count
CTR locIfchaosInPkts1.3.6.1.4.1.9.2.2.1.1.82Counterread-onlyChoas protocol input packet count
CTR locIfchaosOutPkts1.3.6.1.4.1.9.2.2.1.1.83Counterread-onlyChoas protocol output packet count
CTR locIfchaosInOctets1.3.6.1.4.1.9.2.2.1.1.84Counterread-onlyChoas protocol input octet count
CTR locIfchaosOutOctets1.3.6.1.4.1.9.2.2.1.1.85Counterread-onlyChoas protocol output octet count
CTR locIfpupInPkts1.3.6.1.4.1.9.2.2.1.1.86Counterread-onlyPUP protocol input packet count
CTR locIfpupOutPkts1.3.6.1.4.1.9.2.2.1.1.87Counterread-onlyPUP protocol output packet count
CTR locIfpupInOctets1.3.6.1.4.1.9.2.2.1.1.88Counterread-onlyPUP protocol input octet count
CTR locIfpupOutOctets1.3.6.1.4.1.9.2.2.1.1.89Counterread-onlyPUP protocol output octet count
CTR locIfmopInPkts1.3.6.1.4.1.9.2.2.1.1.90Counterread-onlyMOP protocol input packet count
CTR locIfmopOutPkts1.3.6.1.4.1.9.2.2.1.1.91Counterread-onlyMOP protocol output packet count
CTR locIfmopInOctets1.3.6.1.4.1.9.2.2.1.1.92Counterread-onlyMOP protocol input octet count
CTR locIfmopOutOctets1.3.6.1.4.1.9.2.2.1.1.93Counterread-onlyMOP protocol output octet count
CTR locIflanmanInPkts1.3.6.1.4.1.9.2.2.1.1.94Counterread-onlyLanMan protocol input packet count
CTR locIflanmanOutPkts1.3.6.1.4.1.9.2.2.1.1.95Counterread-onlyLanMan protocol output packet count
CTR locIflanmanInOctets1.3.6.1.4.1.9.2.2.1.1.96Counterread-onlyLanMan protocol input octet count
CTR locIflanmanOutOctets1.3.6.1.4.1.9.2.2.1.1.97Counterread-onlyLanMan protocol output octet count
CTR locIfstunInPkts1.3.6.1.4.1.9.2.2.1.1.98Counterread-onlySTUN protocol input packet count
CTR locIfstunOutPkts1.3.6.1.4.1.9.2.2.1.1.99Counterread-onlySTUN protocol output packet count
CTR locIfstunInOctets1.3.6.1.4.1.9.2.2.1.1.100Counterread-onlySTUN protocol input octet count
CTR locIfstunOutOctets1.3.6.1.4.1.9.2.2.1.1.101Counterread-onlySTUN protocol output octet count
CTR locIfspanInPkts1.3.6.1.4.1.9.2.2.1.1.102Counterread-onlySpanning tree input protocol packet count
CTR locIfspanOutPkts1.3.6.1.4.1.9.2.2.1.1.103Counterread-onlySpanning tree output protocol packet count
CTR locIfspanInOctets1.3.6.1.4.1.9.2.2.1.1.104Counterread-onlySpanning tree input octet packet count
CTR locIfspanOutOctets1.3.6.1.4.1.9.2.2.1.1.105Counterread-onlySpanning tree output octet packet count
CTR locIfarpInPkts1.3.6.1.4.1.9.2.2.1.1.106Counterread-onlyArp protocol input packet count
CTR locIfarpOutPkts1.3.6.1.4.1.9.2.2.1.1.107Counterread-onlyArp protocol output packet count
CTR locIfarpInOctets1.3.6.1.4.1.9.2.2.1.1.108Counterread-onlyArp protocol input octet count
CTR locIfarpOutOctets1.3.6.1.4.1.9.2.2.1.1.109Counterread-onlyArp protocol output octet count
CTR locIfprobeInPkts1.3.6.1.4.1.9.2.2.1.1.110Counterread-onlyProbe protocol input packet count
CTR locIfprobeOutPkts1.3.6.1.4.1.9.2.2.1.1.111Counterread-onlyProbe protocol output packet count
CTR locIfprobeInOctets1.3.6.1.4.1.9.2.2.1.1.112Counterread-onlyProbe protocol input octet count
CTR locIfprobeOutOctets1.3.6.1.4.1.9.2.2.1.1.113Counterread-onlyProbe protocol output octet count
CTR locIfDribbleInputs1.3.6.1.4.1.9.2.2.1.1.114Counterread-onlyThe number of good packets received with the dribble condition present
lFSIPTable1.3.6.1.4.1.9.2.2.2not-accessibleA list of card entries for 4T, HSSI, Mx serial or FSIP.
lFSIPEntry1.3.6.1.4.1.9.2.2.2.1not-accessibleA collection of objects specific to 4T, HSSI, Mx serial or FSIP.
INT locIfFSIPIndex1.3.6.1.4.1.9.2.2.2.1.1INTEGERread-onlyInterface index of this card corresponding to its ifIndex
INT locIfFSIPtype1.3.6.1.4.1.9.2.2.2.1.2INTEGERread-onlyIs this FSIP line DCE or DTE
INT locIfFSIPrts1.3.6.1.4.1.9.2.2.2.1.3INTEGERread-onlyIs the RTS signal up or down
INT locIfFSIPcts1.3.6.1.4.1.9.2.2.2.1.4INTEGERread-onlyIs the CTS signal up or down
INT locIfFSIPdtr1.3.6.1.4.1.9.2.2.2.1.5INTEGERread-onlyIs the DTR signal up or down
INT locIfFSIPdcd1.3.6.1.4.1.9.2.2.2.1.6INTEGERread-onlyIs the DCD signal up or down
INT locIfFSIPdsr1.3.6.1.4.1.9.2.2.2.1.7INTEGERread-onlyIs the DSR signal up or down
INT locIfFSIPrxClockrate1.3.6.1.4.1.9.2.2.2.1.8INTEGERread-onlyReceived clock rate
INT locIfFSIPrxClockrateHi1.3.6.1.4.1.9.2.2.2.1.9INTEGERread-onlyUse when received clock rate is greater than 2^32 (gigabits).
INT locIfFSIPportType1.3.6.1.4.1.9.2.2.2.1.10INTEGERread-onlyCable Type of 4T, HSSI, Mx serial or FSIP

RFC description

Provides additional Cisco interface statistics beyond RFC1213, including protocol status and packet/bit rates.

Start monitoring Legacy Cisco IOS router/switch (extended per-interface statistics supplementing ifTable) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download OLD-CISCO-INTERFACES-MIB