07-06-2012 03:23 PM
Does anyone know of a MIB that contains an interface overrun OID that will work across most Cisco chassis based switches? I walked all the standard interface MIBs and found nothing. The Cisco specific MIBs are lacking as well. Any help would be appreciated.
Solved! Go to Solution.
07-09-2012 02:56 AM
Hi,
Try below MIBs
1)http://www.oidview.com/mibs/9/OLD-CISCO-INTERFACES-MIB.html -> Check for relevant OID.
2) in general,
You can use the ETHERLIKE-MIB to get this information.
For collisions, look at
dot3StatsSingleCollisionFrames
dot3StatsMultipleCollisionFrames
dot3StatsLateCollisions
dot3StatsExcessiveCollisions.
For errors, you have
ifInErrors and ifOutErrors from the IF-MIB
as well as ethernet-specific errors such as
dot3StatsAlignmentErrors
dot3StatsFCSErrors
dot3StatsSQETestErrors
dot3StatsInternalMacTransmitErrors
dot3StatsCarrierSenseErrors
dot3StatsInternalMacReceiveErrors
dot3StatsSymbolErrors.
The total error count you see in the show interface output will be summed up in ifInErrors and ifOutErrors.
Please rate if helpful
Warm Regards
Ameya Oke
07-06-2012 03:38 PM
To be more specific, I have already checked
1.3.6.1.2.1.2.2.1
1.3.6.1.2.1.16(and everything within)
1.3.6.1.2.1.31.1(and everything within)
Went through every subsection of 1.3.6.1.4.1.9 and found nothing. It is possible I don't have them all though.
07-09-2012 02:56 AM
Hi,
Try below MIBs
1)http://www.oidview.com/mibs/9/OLD-CISCO-INTERFACES-MIB.html -> Check for relevant OID.
2) in general,
You can use the ETHERLIKE-MIB to get this information.
For collisions, look at
dot3StatsSingleCollisionFrames
dot3StatsMultipleCollisionFrames
dot3StatsLateCollisions
dot3StatsExcessiveCollisions.
For errors, you have
ifInErrors and ifOutErrors from the IF-MIB
as well as ethernet-specific errors such as
dot3StatsAlignmentErrors
dot3StatsFCSErrors
dot3StatsSQETestErrors
dot3StatsInternalMacTransmitErrors
dot3StatsCarrierSenseErrors
dot3StatsInternalMacReceiveErrors
dot3StatsSymbolErrors.
The total error count you see in the show interface output will be summed up in ifInErrors and ifOutErrors.
Please rate if helpful
Warm Regards
Ameya Oke
07-09-2012 01:49 PM
Cisco has confirmed that the OLD-CISCO-INTERFACES-MIB is indeed the only MIB in existence that will monitor overruns.
MIB to IOS compatibility can be checked at
http://tools.cisco.com/ITDIT/MIBS/MainServlet
08-17-2016 02:52 PM
Hi Team,
Hope all is well,
Just wanted to update this thread, just simply if someone comes across it doing research, the OID for overrun values is now available and is part of the
CISCO-IF-EXTENSION-MIB
The below OID is going to give us the information:
cieIfInOverrunErrs
You can find more details at the below link:
http://snmp.cloudapps.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=cieIfInOverrunErrs&translate=Translate&submitValue=SUBMIT
Hope this helps,
Emmanuel Hernandez
06-20-2018 07:23 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide