arIfXAverageInputBitsSecond

AT-INTERFACES-MIB · .1.3.6.1.4.1.207.8.4.4.5.5.1.2

Object

column Integer32
The average number of bits received per second on all 
interfaces over the past 8.5 minutes.
              
The average is calculated by an 8.5 minute (512s) decaying average, 
which is updated every 4 seconds using the following formula:
              
    X' = 127/128X + 1/128i
                  
    where   X' is the new average
            X  is the old average
            i  is the most recent poll result
              
The times and multiplier factors have been chosen to give the simplest
possible calculation using bit shifting operations.

Context

MIB
AT-INTERFACES-MIB
OID
.1.3.6.1.4.1.207.8.4.4.5.5.1.2
Type
column
Access
readonly
Status
current
Parent
arIfXEntry

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 'AT-INTERFACES-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-INTERFACES-MIB::arIfXAverageInputBitsSecond'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-INTERFACES-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-INTERFACES-MIB::arIfXAverageInputBitsSecond.<arIfXIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-INTERFACES-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-INTERFACES-MIB::arIfXAverageInputBitsSecond'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647