zhnSysMonLinePowerStatus
ZHNSYSMON ·
.1.3.6.1.4.1.5504.2.5.1.1.4.1.2
Object
column r/w
Enumeration
The current power configuration status of the line identified by zhnSysMonLinePowerLineNumber. A status of enabled(1) indicates that the line is being monitored as a primary power source for the unit (i.e., an alarm is posted if it fails).
Context
- MIB
- ZHNSYSMON
- OID
.1.3.6.1.4.1.5504.2.5.1.1.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhnSysMonLinePowerEntry
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 'ZHNSYSMON' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHNSYSMON::zhnSysMonLinePowerStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHNSYSMON' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHNSYSMON::zhnSysMonLinePowerStatus.<zhnSysMonLinePowerLineNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHNSYSMON' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHNSYSMON::zhnSysMonLinePowerStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |