hwSetLvdMode
EMAP-MIB ·
.1.3.6.1.4.1.2011.6.164.1.7.2.1.1.7
Object
column r/w
Enumeration
Select the control mode of the power-off unit. It is an enumeration value, users can configure it manually. If the NMS notifies the SNMP agent that the node is set to 1, it means to select the voltage power off mode; If the NMS notifies the SNMP agent that the node is set to 2, it means to select the time power off mode; If the NMS notifies the SNMP agent that the node is set to 3, it means to select the capacity power off mode; If the NMS notifies the SNMP agent that the node is set to 255, it means to select the capacity power unknown mode;
Context
- MIB
- EMAP-MIB
- OID
.1.3.6.1.4.1.2011.6.164.1.7.2.1.1.7- 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::hwSetLvdMode'
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::hwSetLvdMode.<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::hwSetLvdMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | byVoltage |
2 | byTime |
3 | byCapacity |
255 | unknown |