rPDU2SensorAnalogVoltageStatusThreshStatus
PowerNet-MIB ·
.1.3.6.1.4.1.318.1.1.26.10.6.1.1.7
Object
column mandatory
Enumeration
This OID reports the current state of the voltage probe:
A notPresent (1) response indicates that no probe is attached,
or that the attached probe isn't a voltage probe.
A belowMin (2) response indicates that the probe is present and
its measured voltage lies below the minimum threshold.
A belowLow (3) response indicates that the probe is present and
its measured voltage lies below the low threshold.
A normal (4) response indicates that the probe is present
and its measured voltage lies within all voltage thresholds.
An aboveHigh (5) response indicates that the probe is present
and is measuring a voltage above the high threshold.
An aboveMax (6) response indicates that the probe is present
and is measuring a voltage above the maximum threshold.
Context
- MIB
- PowerNet-MIB
- OID
.1.3.6.1.4.1.318.1.1.26.10.6.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rPDU2SensorAnalogVoltageStatusEntry
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 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::rPDU2SensorAnalogVoltageStatusThreshStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::rPDU2SensorAnalogVoltageStatusThreshStatus.<rPDU2SensorAnalogVoltageStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::rPDU2SensorAnalogVoltageStatusThreshStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notPresent |
2 | belowMin |
3 | belowLow |
4 | normal |
5 | aboveHigh |
6 | aboveMax |