snMspsCableTesterVCTTDRResultStatus
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.44.1.1.11.1.3
Object
column Enumeration
Current status of the virtual cable test: cableNotTested(1) test not performed, cableTestFail(2) test not performed successfully, cableTestNormal(3) test performed - passed, cableTestImpedanceMismatch(4) test performed - impedance mismatch, cableTestOpen(5) test performed - open in cable, cableTestShort(6) test performed - short in cable, cableTestShortWithPair0(7) test performed - short in TX cable with RX pair 0, cableTestShortWithPair1(8) test performed - short in TX cable with RX pair 1, cableTestShortWithPair2(9) test performed - short in TX cable with RX pair 2, cableTestShortWithPair3(10) test performed - short in TX cable with RX pair 3
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.44.1.1.11.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- snMspsCableTesterVCTTDRResultEntry
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 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsCableTesterVCTTDRResultStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsCableTesterVCTTDRResultStatus.<snMspsCableTesterVCTTDRResultPortIndex>.<snMspsCableTesterVCTTDRResultCablePairIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsCableTesterVCTTDRResultStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cableNotTested |
2 | cableTestFail |
3 | cableTestNormal |
4 | cableTestImpedanceMismatch |
5 | cableTestOpen |
6 | cableTestShort |
7 | cableTestShortWithPair0 |
8 | cableTestShortWithPair1 |
9 | cableTestShortWithPair2 |
10 | cableTestShortWithPair3 |