All MIBs › RFC1407-MIB › dsx3SendCode
dsx3SendCode
Module: RFC1407-MIB
OID (symbolic): RFC1407-MIB::dsx3SendCode
OID (numeric): 1.3.6.1.2.1.10.30.5.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This variable indicates what type of code is being sent across the DS3/E3 interface by the device. (These are optional for E3 interfaces.) Setting this variable causes the interface to begin sending the code requested. The values mean:
dsx3SendNoCode sending looped or normal data
dsx3SendLineCode sending a request for a line loopback
dsx3SendPayloadCode sending a request for a payload loopback (i.e., all DS1/E1s in a DS3/E3 frame)
dsx3SendResetCode sending a loopback deactivation request
dsx3SendDS1LoopCode requesting to loopback a particular DS1/E1 within a DS3/E3 frame. The DS1/E1 is indicated in dsx3Ds1ForRemoteLoop.
dsx3SendTestPattern sending a test pattern.
What is dsx3SendCode?
This OID specifies what signaling code a high-speed DS3 data link is sending across the network connection. You set it to request loopback testing (sending copies of signals back to test the link) or normal operation. A network technician would use this when troubleshooting a DS3 line connection to verify both directions are working correctly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.10.30.5.1.7 snmpwalk -v2c -c public <target> RFC1407-MIB::dsx3SendCode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.10.30.5.1.7.1 snmpget -v2c -c public <target> RFC1407-MIB::dsx3SendCode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.10.30.5.1.7.1 i <value>
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.30 | ds3 | DS3-MIB |
| 1.3.6.1.2.1.10.30.5 | dsx3ConfigTable | DS3-MIB |
| 1.3.6.1.2.1.10.30.5.1 | dsx3ConfigEntry | DS3-MIB |
| 1.3.6.1.2.1.10.30.5.1.7 | dsx3SendCode | RFC1407-MIB |