mabSensorBwMode
SIAE-MAB-MIB ·
.1.3.6.1.4.1.3373.1103.93.2.1.6
Object
This object defines the method of calculation of the current bandwidth. The value of this parameter is sent inside MAB PDUs.
Context
- MIB
- SIAE-MAB-MIB
- OID
.1.3.6.1.4.1.3373.1103.93.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mabSensorEntry
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 'SIAE-MAB-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-MAB-MIB::mabSensorBwMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-MAB-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-MAB-MIB::mabSensorBwMode.<mabSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-MAB-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-MAB-MIB::mabSensorBwMode'
Syntax
- Source
- MabBwCalculationMethod
- Base type
Enumeration
Values & Constraints
Type Values
1 | average |
2 | min |
3 | max |