rcDiagVctCableStatus
RC-DIAG-MIB ·
.1.3.6.1.4.1.2272.1.23.4.1.4
Object
column Enumeration
Status of the cable as a whole. The status of a cable is in a sense, a summation of the status of its pairs. If all the pairs are normal, then the cable is normal. If the cable consists of zero or more normal pairs and one or more open pairs, then the cable is considered open. If it consists of shorted pairs and normal pairs, then the cable is considered shorted. Any combination of open and shorted pairs is considered simply FAILED.
Context
- MIB
- RC-DIAG-MIB
- OID
.1.3.6.1.4.1.2272.1.23.4.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcDiagVctEntry
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 'RC-DIAG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-DIAG-MIB::rcDiagVctCableStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-DIAG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-DIAG-MIB::rcDiagVctCableStatus.<rcDiagVctIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-DIAG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-DIAG-MIB::rcDiagVctCableStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cableFail |
2 | cableNormal |
3 | cableOpen |
4 | cableShorted |
5 | cableNotApplicable |
6 | cableUntested |