sensorState
PDU-MIB ·
eaton variant
·
.1.3.6.1.4.1.13742.2.1.3.2.1.6
Object
column Enumeration
To state of the sensor.
Context
- MIB
- PDU-MIB
- OID
.1.3.6.1.4.1.13742.2.1.3.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sensorEntry
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 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::sensorState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::sensorState.<sensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDU-MIB::sensorState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | unavailable |
0 | ok |
1 | below-lower-non-critical |
2 | above-upper-non-critical |
3 | below-lower-critical |
4 | above-upper-critical |
5 | below-lower-non-recoverable |
6 | above-upper-non-recoverable |