All MIBs › DS1-MIB › dsx1SendCode
dsx1SendCode
Module: DS1-MIB
OID (symbolic): DS1-MIB::dsx1SendCode
OID (numeric): 1.3.6.1.2.1.10.18.6.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This variable indicates what type of code is being sent across the DS1 interface by the device. Setting this variable causes the interface to send the code requested. The values mean the following:
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
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.10.18.6.1.7 snmpwalk -v2c -c public <target> DS1-MIB::dsx1SendCode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.10.18.6.1.7.1 snmpget -v2c -c public <target> DS1-MIB::dsx1SendCode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.10.18.6.1.7.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dsx1SendCode.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.10 | transmission | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.10.18 | ds1 | DS1-MIB |
| 1.3.6.1.2.1.10.18.6 | dsx1ConfigTable | DS1-MIB |
| 1.3.6.1.2.1.10.18.6.1 | dsx1ConfigEntry | DS1-MIB |
| 1.3.6.1.2.1.10.18.6.1.7 | dsx1SendCode | DS1-MIB |