dsx3SendCode
RFC1407-MIB ·
.1.3.6.1.2.1.10.30.5.1.7
Object
column r/w
Enumeration
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.
Context
- MIB
- RFC1407-MIB
- OID
.1.3.6.1.2.1.10.30.5.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dsx3ConfigEntry
- Groups
- 1
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 'RFC1407-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1407-MIB::dsx3SendCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1407-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1407-MIB::dsx3SendCode.<dsx3LineIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1407-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1407-MIB::dsx3SendCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dsx3SendNoCode |
2 | dsx3SendLineCode |
3 | dsx3SendPayloadCode |
4 | dsx3SendResetCode |
5 | dsx3SendDS1LoopCode |
6 | dsx3SendTestPattern |
Conformance
Member of
Compliance refinements
ds3Compliance
readonly
Write access for the send code is not required.