dsx1SendCode
RFC1406-MIB ·
.1.3.6.1.2.1.10.18.6.1.7
Object
column mandatory
r/w
Enumeration
This variable indicates what type of code is
being sent across the DS1 interface by the dev-
ice. The values mean:
dsx1SendNoCode
sending looped or normal data
dsx1SendLineCode
sending a request for a line loopback
dsx1SendPayloadCode
sending a request for a payload loopback
dsx1SendResetCode
sending a loopback termination request
dsx1SendQRS
sending a Quasi-Random Signal (QRS) test
pattern
dsx1Send511Pattern
sending a 511 bit fixed test pattern
dsx1Send3in24Pattern
sending a fixed test pattern of 3 bits set
in 24
dsx1SendOtherTestPattern
sending a test pattern other than those
described by this object
Context
- MIB
- RFC1406-MIB
- OID
.1.3.6.1.2.1.10.18.6.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- dsx1ConfigEntry
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 'RFC1406-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1406-MIB::dsx1SendCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1406-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1406-MIB::dsx1SendCode.<dsx1LineIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1406-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1406-MIB::dsx1SendCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dsx1SendNoCode |
2 | dsx1SendLineCode |
3 | dsx1SendPayloadCode |
4 | dsx1SendResetCode |
5 | dsx1SendQRS |
6 | dsx1Send511Pattern |
7 | dsx1Send3in24Pattern |
8 | dsx1SendOtherTestPattern |