shelfCPowerStatus
ZHONE-SHELF-MONITOR-MIB ·
.1.3.6.1.4.1.5504.3.2.2.1.11
Object
column Enumeration
Status of the C power to the shelf. On systems with
multiple power sources, this entry represents the
line-power power-supply status.
On systems with line-power, this entry represents
the status of power-line 3.
The status of the power is indicated as follows:
powerOk: the shelf is receiving a normal (in-range)
voltage.
powerNotOk: the shelf is not receiving voltage or
the voltage is outside of the usable range.
A trap is generated with the loss of A power.
Context
- MIB
- ZHONE-SHELF-MONITOR-MIB
- OID
.1.3.6.1.4.1.5504.3.2.2.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- shelfStatusEntry
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 'ZHONE-SHELF-MONITOR-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SHELF-MONITOR-MIB::shelfCPowerStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-SHELF-MONITOR-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SHELF-MONITOR-MIB::shelfCPowerStatus.<zhoneShelfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-SHELF-MONITOR-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-SHELF-MONITOR-MIB::shelfCPowerStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | powerOk |
2 | powerNotOk |