hwAtmCesPortCfgLiuStatus
HUAWEI-CES-MIB ·
.1.3.6.1.4.1.2011.5.11.3.1.8
Object
column Enumeration
LIU port state. Options: 1. normal(1) - Normal state 2. test(2) - Test state 3. idle(3) - Idle state 4. notExisted(4) - Does not exist 5. fail(5) - Fail state 6. block(6) - Block state 7. maintain(7) - Maintain state 8. localLoop(11) - Local-loop state 9. remoteLoop(12) - Remote-loop state 10. tsLocalLoop(13) - ts-Localloop state 11. payLoadLoop(14) - Payload-loop state 12. invalidStatus(-1) - Invalid state
Context
- MIB
- HUAWEI-CES-MIB
- OID
.1.3.6.1.4.1.2011.5.11.3.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwAtmCesPortCfgEntry
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-CES-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CES-MIB::hwAtmCesPortCfgLiuStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-CES-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CES-MIB::hwAtmCesPortCfgLiuStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-CES-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-CES-MIB::hwAtmCesPortCfgLiuStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalidStatus |
1 | normal |
2 | test |
3 | idle |
4 | notExisted |
5 | fail |
6 | block |
7 | maintain |
11 | localLoop |
12 | remoteLoop |
13 | tsLocalLoop |
14 | payLoadLoop |