hwXdslReversePoweringStatus
HUAWEI-XDSL-COMMON-MIB ·
.1.3.6.1.4.1.2011.6.148.1.9.1.1
Object
column Enumeration
Port reverse powering status. Options: 1. normal(1) - The CPE properly supplies power to the CO side. 2. fault(2) - The CPE fails to supply power to the CO side. 3. dyingGasp(3) - The CPE is lost power. 4. disconnect(4) - The CPE is disconnected. 5. invalid(-1) - Invalid value.
Context
- MIB
- HUAWEI-XDSL-COMMON-MIB
- OID
.1.3.6.1.4.1.2011.6.148.1.9.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwXdslReversePoweringLineEntry
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-XDSL-COMMON-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-XDSL-COMMON-MIB::hwXdslReversePoweringStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-XDSL-COMMON-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-XDSL-COMMON-MIB::hwXdslReversePoweringStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-XDSL-COMMON-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-XDSL-COMMON-MIB::hwXdslReversePoweringStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | normal |
2 | fault |
3 | dyingGasp |
4 | disconnect |