hwXdslPortPowerStateCfg
HUAWEI-ADSL-EXT-MIB ·
.1.3.6.1.4.1.2011.6.31.1.8.1.11
Object
column Enumeration
Xdsl port power state. Options: 1. l0(1) - Full-on state 2. l2(2) - Low power state 3. l3(3) - Idle state 4. l1(4) - Low power state 5. invalidValue(-1) - Invalid state Default: l0(1)
Context
- MIB
- HUAWEI-ADSL-EXT-MIB
- OID
.1.3.6.1.4.1.2011.6.31.1.8.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwXdslPortCfgEntry
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-ADSL-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ADSL-EXT-MIB::hwXdslPortPowerStateCfg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ADSL-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ADSL-EXT-MIB::hwXdslPortPowerStateCfg.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ADSL-EXT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ADSL-EXT-MIB::hwXdslPortPowerStateCfg'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalidValue |
1 | l0 |
2 | l2 |
3 | l3 |
4 | l1 |