frxTestType
Cisco90Series-MIB ·
.1.3.6.1.4.1.1570.1.6.3.1.2
Object
column mandatory
r/w
Enumeration
This parameter indicates the type of test to perform. It has no effect until frxStartTest is set to start the test. 1=Set up a loopback and run a PN-2047 Bit Error Rate Test. 2=Run a (straightaway) PN-2047 Bit Error Rate Test. This test assumes a loopback has been manually set up somewhere downstream or another test set running PN-2047 BERT is connected downstream. 3=Send corrupted CRC on the DSL. This has no effect on the frame relay CRC, only the out-of-band DSL CRC (used for performance monitoring) is corrupted. 4=Set up a loopback at the specified location to loop the frame relay or PPP data in both directions. 5=Setup a local loopback on all 4 ports. frxTestPort and frxLoopLoc are ignored for this test.
Context
- MIB
- Cisco90Series-MIB
- OID
.1.3.6.1.4.1.1570.1.6.3.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- frxUEocEntry
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 'Cisco90Series-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Cisco90Series-MIB::frxTestType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Cisco90Series-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Cisco90Series-MIB::frxTestType.<frxBankIndex>.<frxChUIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Cisco90Series-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Cisco90Series-MIB::frxTestType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | loopbackAndBert |
2 | bertOnly |
3 | sendCorruptCRC |
4 | loopbackOnly |
5 | localLoopAllPorts |