hpnicfEponUniVCTCableStatus
HPN-ICF-EPON-UNI-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.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
- HPN-ICF-EPON-UNI-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.42.5.1.1.1.32- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hpnicfEponUniSysManEntry
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 'HPN-ICF-EPON-UNI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-EPON-UNI-MIB::hpnicfEponUniVCTCableStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-EPON-UNI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-EPON-UNI-MIB::hpnicfEponUniVCTCableStatus.<ifIndex>.<hpnicfEponUniIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-EPON-UNI-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-EPON-UNI-MIB::hpnicfEponUniVCTCableStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | abnormal |
3 | abnormalOpen |
4 | abnormalShort |
5 | failure |