frxStartTest
Cisco90Series-MIB ·
.1.3.6.1.4.1.1570.1.6.3.1.5
Object
column mandatory
r/w
Enumeration
This parameter is used to start and stop the test. frxTestPort, frxTestType, frxLoopLoc, and frxLoopCh should be set up prior to starting the test. 1=stop test. 2=start test.
Context
- MIB
- Cisco90Series-MIB
- OID
.1.3.6.1.4.1.1570.1.6.3.1.5- 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::frxStartTest'
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::frxStartTest.<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::frxStartTest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | stopTest |
2 | startTest |