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

SNMP OID for Interface utilization

brasso_42
Level 1
Level 1

Hi

I have a cisco 1841, Im trying to write an app which will get the Interface Utilization on my 2 atm interfaces and fast eth 0/0 interface.

I’ve been reading up and have got as far as downloading the codeplex snmp library project. I’m using the snmpget app to get details off my 1841 successfully, but I now need to know the OID for interface utilization and how to define which interface to get.

I’ve tried reading round but am lost in a crazy world of mibs and feel like I’m looking for a needle in a haystack!

Can any one help

Thanks

SiBrasso

1 Reply 1

rais
Level 7
Level 7

You should be able to use the following OIDs. Mainly the top two:

ifHCInOctets (.1.3.6.1.2.1.31.1.1.1.6)ifHCOutOctets (1.3.6.1.2.1.31.1.1.1.10)
ifHCInUcastPkts(.1.3.6.1.2.1.31.1.1.1.7)ifHCOutUcastPkts(.1.3.6.1.2.1.31.1.1.1.11)
ifHCInMulticastPkts(.1.3.6.1.2.1.31.1.1.1.8)ifHCOutMulticastPkts(.1.3.6.1.2.1.31.1.1.1.12)
ifHCInBroadcastPkts(.1.3.6.1.2.1.31.1.1.1.9)ifHCOutBroadcastPkts(.1.3.6.1.2.1.31.1.1.1.13)

Check this link out.

HTH.

Review Cisco Networking for a $25 gift card