http://jira.hyperic.com/browse/HHQ-3760
Add the following 2 OID to the Cisco IOS devices
From:
ftp://ftp.cisco.com/pub/mibs/v1/OLD-CISCO-INTERFACES-MIB.my
ftp://ftp.cisco.com/pub/mibs/v2/CISCO-IF-EXTENSION-MIB.my
locIfInBitsSec OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Five minute exponentially-decayed moving
average of input bits per second."
::= { lifEntry 6 }
locIfOutBitsSec OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Five minute exponentially-decayed moving
average of output bits per second."
::= { lifEntry 8 }
this will give a more accurate representation of throughput on the interfaces.
Anonymous