hh3cEponUniVCTCableStatus
HH3C-EPON-UNI-MIB ·
.1.3.6.1.4.1.25506.2.42.5.1.1.1.32
Object
column Enumeration
Get the cable status. Normal(1),cable is normal. Abnormal(2),cable is abnormal. AbnormalOpen(3),cable is abnormal because of open circuit. AbnormalShort(4),cable is abnormal because of short circuit. Failure(5),cable is abnormal because of testing failure.
Context
- MIB
- HH3C-EPON-UNI-MIB
- OID
.1.3.6.1.4.1.25506.2.42.5.1.1.1.32- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cEponUniSysManEntry
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 'HH3C-EPON-UNI-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-EPON-UNI-MIB::hh3cEponUniVCTCableStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-EPON-UNI-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-EPON-UNI-MIB::hh3cEponUniVCTCableStatus.<ifIndex>.<hh3cEponUniIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-EPON-UNI-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-EPON-UNI-MIB::hh3cEponUniVCTCableStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | abnormal |
3 | abnormalOpen |
4 | abnormalShort |
5 | failure |