slTestsIfLoopStatus
SL-TESTS-MIB ·
smartoptics variant
·
.1.3.6.1.4.1.4515.1.3.13.1.1.1.3
Object
column r/w
Enumeration
This variable is used to start or stop a loopback test. In order to start a test the NMS should set the value to start(1). If the test mode is toggle, the NMS should stop the test by setting the value to stop(2). In the case of prbs test, after the test has stopped, if the test fails the value of the status shall be fail(3).
Context
- MIB
- SL-TESTS-MIB
- OID
.1.3.6.1.4.1.4515.1.3.13.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- slTestsIfLoopEntry
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 'SL-TESTS-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-TESTS-MIB::slTestsIfLoopStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-TESTS-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-TESTS-MIB::slTestsIfLoopStatus.<slTestsIfLoopIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-TESTS-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-TESTS-MIB::slTestsIfLoopStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | stop |
3 | fail |