ifTableXtndOutputRate

WAN-MIB · .1.3.6.1.4.1.6889.2.1.6.2.2.1.1.26

Object

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

Context

MIB
WAN-MIB
OID
.1.3.6.1.4.1.6889.2.1.6.2.2.1.1.26
Type
column
Access
readonly
Status
current
Parent
ifTableXtndEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WAN-MIB::ifTableXtndOutputRate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WAN-MIB::ifTableXtndOutputRate.<ifTableXtndIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WAN-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WAN-MIB::ifTableXtndOutputRate'

Syntax

Source
SNMPv2-SMIGauge32
Base type
Unsigned32

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance