cmgDsuLoopbackPattern
G700-MG-MIB ·
.1.3.6.1.4.1.6889.2.9.1.1.11.2.3.1.1
Object
column obsolete
Enumeration
Specifies the pattern to be sent during a loopback test. allZeroes(1) is most often used to verify B8ZS line encoding. allOnes(2) is most often used to measure signal power. oneZeroOne(3) alternates ones and zeroes. It is most often used to test bridge taps. oneIn5(4) is the pattern '00001', to send a remote loopback request. oneIn8(5) is the pattern '00000001', used to test repeater timing recovery. threeIn24(6) is 21 zeroes followed by 3 ones, used to test the ones density tolerance in AMI coded lines. qrs(7) is a quasi-random signal approximating live data. It is also available in repeating patterns of 511 or 2047 bits. none means no pattern; used for response.
Context
- MIB
- G700-MG-MIB
- OID
.1.3.6.1.4.1.6889.2.9.1.1.11.2.3.1.1- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- cmgDsuTestEntry
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 'G700-MG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G700-MG-MIB::cmgDsuLoopbackPattern'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'G700-MG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'G700-MG-MIB::cmgDsuLoopbackPattern.<cmgDsuSlot>.<cmgDsuPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'G700-MG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'G700-MG-MIB::cmgDsuLoopbackPattern'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | allZeroes |
2 | allOnes |
3 | oneZeroOne |
4 | oneIn5 |
5 | oneIn8 |
6 | threeIn24 |
7 | qrs |
8 | qrs511 |
9 | qrs2047 |
255 | none |