cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3329
Views
5
Helpful
5
Replies

Interface Overrun OID

dt42166
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

View solution in original post

5 Replies 5

dt42166
Level 1
Level 1

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.

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

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

emmherna
Cisco Employee
Cisco Employee

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

paolocalsan25
Level 1
Level 1

Hi guys

Pls I have a questions? Which OID have to use to monitoring overrun in Nexus 7000.

My customer used solarwinds and used OID for overrun: 1.3.6.1.4.1.9.2.2.1.1.14

 but it not work. I attach the word file with some images. Pls Help me