hwCtrlLvd
EMAP-MIB ·
.1.3.6.1.4.1.2011.6.164.1.7.2.1.1.6
Object
column r/w
Enumeration
Control of the power-off unit. It is an enumeration value, users control it manually. If the NMS notifies the SNMP agent that the node is set to 1, it means to power off the power-off unit; If the NMS notifies the SNMP agent that the node is set to 2, it means that the background controls the power-on of the LVD unit. If the NMS notifies the SNMP agent that the node is set to 255, it means that the background controls the nulloper of the LVD unit. NOTE: Only the system in manual mode, this parameter can be configured successfully.
Context
- MIB
- EMAP-MIB
- OID
.1.3.6.1.4.1.2011.6.164.1.7.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwLvdBranchEntry
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::hwCtrlLvd'
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::hwCtrlLvd.<hwLvdBranchIndex>'
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::hwCtrlLvd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | powerOff |
2 | powerOn |
255 | nullOper |