MIB Viewer

ifTableXtndOutputRate

OBJECT-TYPE
1.3.6.1.4.1.6889.2.1.6.2.2.1.1.26
Access
read-only
Status
current
Source
WAN-MIB
Sub-identifiers
0
Expoential Average of the Number of bits sent per second calculated for the interval specified in ifTableXtndLoadInterval. The exponentail average smooths peaks while correctly showing current trends. Calculated as follows: RateSample= (bitsLast - bitCurrent)/5 where bitCurrent = number of bits sent, sampled every 5 seconds. new_ifTableXtndOutputRate = (old_ifTableXtndOutputRate - RateSample) *exp( -5/LoadInterval) + RateSample
Gauge32