hwUpsDeviceWorkMode
HUAWEI-UPS-MIB ·
.1.3.6.1.4.1.2011.6.174.1.2.101.1.9
Object
column Enumeration
Work Mode. Enumeration type. Value 1 indicates that normal mode. Value 2 indicates that eco mode. Value 3 indicates that self load mode. Value 4 indicates that converter mode.
Context
- MIB
- HUAWEI-UPS-MIB
- OID
.1.3.6.1.4.1.2011.6.174.1.2.101.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwUpsDeviceOperInfoEntry
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 'HUAWEI-UPS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-UPS-MIB::hwUpsDeviceWorkMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-UPS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-UPS-MIB::hwUpsDeviceWorkMode.<hwUpsDeviceId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-UPS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-UPS-MIB::hwUpsDeviceWorkMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normalMode |
2 | ecoMode |
3 | selfloadMode |
4 | converterMode |