pduExternalSensorStatusState
CPDU-MIB ·
.1.3.6.1.4.1.318.1.1.32.6.4.1.4
Object
column mandatory
Enumeration
This OID reports the current state of the sensor. A notPresent (0) response indicates that no sensor is attached. An alarmed (1) response indicates that the sensor is present and its measured reading indicates alarmed. A normal (2) response indicates that the sensor is present and its measured reading lies within all thresholds. A belowLowerCritical (3) response indicates that the sensor is present and its measured reading lies below the lower critical threshold. A belowLowerWarning (4) response indicates that the sensor is present and its measured reading lies below the lower warning threshold. An aboveUpperWarning (5) response indicates that the sensor is present and its measured reading lies above the upper warning threshold. An aboveUpperCritical (6) response indicates that the sensor is present and its measured reading lies above the upper critical threshold.
Context
- MIB
- CPDU-MIB
- OID
.1.3.6.1.4.1.318.1.1.32.6.4.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- pduExternalSensorStatusEntry
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 'CPDU-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPDU-MIB::pduExternalSensorStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPDU-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPDU-MIB::pduExternalSensorStatusState.<pduUnitStatusIndex>.<pduExternalSensorStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPDU-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPDU-MIB::pduExternalSensorStatusState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notPresent |
1 | alarmed |
2 | normal |
3 | belowLowerCritical |
4 | belowLowerWarning |
5 | aboveUpperWarning |
6 | aboveUpperCritical |