11-01-2008 08:25 PM - edited 03-06-2019 02:15 AM
Hello,
I'm trying to monitor the interface utilization on a 7206. Most documenation says that 1.3.6.1.2.1.31.1.1.1.6 is the OID to monitor the utilization, but it appears that this is the total traffic since reboot, not the current traffic rate. Is there an OID to monitor current utilization?
Thanks,
Lee
Solved! Go to Solution.
11-02-2008 07:18 PM
Hi Lee,
The OID you are referring to is for "ifHCInOctets" object in "IF-MIB". Following is the description for the same -
"The total number of octets received on the interface,including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime."
Why don't you try to use "CISCO-IF-EXTENSION-MIB" OID - 1.3.6.1.4.1.9.9.276.1.4.1, Object - "cieIfUtilTable". Description -
"This table contains the interface utilization rates for inbound and outbound traffic on an interface"
-> Sushil
11-02-2008 07:18 PM
Hi Lee,
The OID you are referring to is for "ifHCInOctets" object in "IF-MIB". Following is the description for the same -
"The total number of octets received on the interface,including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime."
Why don't you try to use "CISCO-IF-EXTENSION-MIB" OID - 1.3.6.1.4.1.9.9.276.1.4.1, Object - "cieIfUtilTable". Description -
"This table contains the interface utilization rates for inbound and outbound traffic on an interface"
-> Sushil
11-03-2008 09:31 AM
Thanks Sushil! This was exactly what I was looking for...
11-03-2008 07:56 PM
No problem Lee. Glad that I was of a little help.
-> Sushil
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