slTestsIfLoopType
SL-TESTS-MIB ·
.1.3.6.1.4.1.4515.1.3.13.1.1.1.5
Object
column r/w
Enumeration
The loopback type: facility The received signal at this interface is looped back out through the corresponding transmitter in the return direction. terminal The signal that is about to be transmitted is connected to the associated incoming receiver. prbs send and recieve prbs pattern. otnPrbs send and receive OTN prbs
Context
- MIB
- SL-TESTS-MIB
- OID
.1.3.6.1.4.1.4515.1.3.13.1.1.1.5- 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/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-TESTS-MIB::slTestsIfLoopType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-TESTS-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-TESTS-MIB::slTestsIfLoopType.<slTestsIfLoopIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-TESTS-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-TESTS-MIB::slTestsIfLoopType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | terminal |
2 | facility |
3 | prbs |
4 | otnPrbs |