hwRectOperStatus
OBS ✓
EMAP-MIB ·
.1.3.6.1.4.1.2011.6.164.1.3.2.2.1.99
Object
column Enumeration
State of the rectifier module. It is an enumeration type: If the enumeration value is 1, the rectifier module is in the normal state; If the enumeration value is 2, a fault occurs on the rectifier module; If the enumeration value is 3, automatic protection of the rectifier module; If the enumeration value is 4, communication of the rectifier module fails; If the enumeration value is 5, the rectifier module is shut down; If the enumeration value is 6, the rectifier module is invalid; If the enumeration value is 7, this rectifier is not configured; If the enumeration value is 8, this rectifier is ac off; If the enumeration value is 9, this rectifier is rectLost; If the enumeration value is 254, rectifier alarm resume; If the enumeration value is 255, rectifier operation status unknown.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- EMAP-MIB
- OID
.1.3.6.1.4.1.2011.6.164.1.3.2.2.1.99- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwRectOperEntry
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 'EMAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EMAP-MIB::hwRectOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EMAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EMAP-MIB::hwRectOperStatus.<hwRectOperIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EMAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EMAP-MIB::hwRectOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | fault |
3 | protect |
4 | commFail |
5 | switchOff |
6 | invalid |
7 | noConfig |
8 | acOff |
9 | rectLost |
254 | alarmResume |
255 | unknown |