cableDiagResultStatusPairB
ECS4210-MIB ·
.1.3.6.1.4.1.259.10.1.42.101.1.2.3.2.1.3
Object
column Enumeration
The result of cable diagnostics. Value notTestedYet(1) means the pair is not tested yet. Value ok(2) means the pair works well. Value open(3) means there is a lack of continuity between pins at each end of the pair. Value unknown(7) means pair has an error matching none. Value failed(9) means test failed. Value notSupported(10) means cable diagnostics is not supported. Value intraShort(12) means there is intra-short. Value interShort(13) means there is inter-short.
Context
- MIB
- ECS4210-MIB
- OID
.1.3.6.1.4.1.259.10.1.42.101.1.2.3.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cableDiagResultEntry
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 'ECS4210-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4210-MIB::cableDiagResultStatusPairB'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4210-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4210-MIB::cableDiagResultStatusPairB.<cableDiagResultIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4210-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4210-MIB::cableDiagResultStatusPairB'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notTestedYet |
2 | ok |
3 | open |
7 | unknown |
9 | failed |
10 | notSupported |
12 | intraShort |
13 | interShort |