arIfXAverageInputBitsSecond
ALLIEDTELESYN-MIB ·
.1.3.6.1.4.1.207.8.4.4.5.5.1.2
Object
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
- ALLIEDTELESYN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.5.5.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- arIfXEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::arIfXAverageInputBitsSecond'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::arIfXAverageInputBitsSecond.<arIfXIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALLIEDTELESYN-MIB::arIfXAverageInputBitsSecond'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647