All MIBs › CASCADE-MIB › dsx1SendCode
dsx1SendCode
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::dsx1SendCode
OID (numeric): 1.3.6.1.4.1.277.1.8.1.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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
What is dsx1SendCode?
This read-only enumerated value reports what type of test/loopback code is currently being sent across this DS1 interface by the device, among options like dsx1SendNoCode (normal/looped data), dsx1SendLineCode (requesting a line loopback), dsx1SendPayloadCode (requesting a payload loopback), dsx1SendResetCode (terminating a loopback), or various test patterns like dsx1SendQRS or dsx1Send511Pattern. This tells an admin whether the interface is currently in a diagnostic test mode rather than passing normal traffic, which is essential context before assuming a DS1 showing zero user traffic is actually down rather than intentionally under test. An engineer confused about why a DS1 shows no application traffic despite being physically up would check dsx1SendCode and might find it reporting dsx1SendQRS(5), explaining that the interface is intentionally running a test pattern rather than passing real data.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.8.1.1.7 snmpwalk -v2c -c public <target> CASCADE-MIB::dsx1SendCode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.8.1.1.7.1 snmpget -v2c -c public <target> CASCADE-MIB::dsx1SendCode.1
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::dsx1SendCode OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8 | ds1 | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8.1 | dsx1ConfigTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8.1.1 | dsx1ConfigEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8.1.1.7 | dsx1SendCode | CASCADE-MIB |