devDS1SendControlInjectErr
PDN-DS1CONFIG-MIB ·
.1.3.6.1.4.1.1795.2.24.2.6.5.1.3.1.2
Object
column mandatory
r/w
Enumeration
Setting this object to inject(2) will inject one error in the data pattern being sent. If no pattern is being sent, the agent will return BAD VALUE. Reading this value will always return noOp(1).
Context
- MIB
- PDN-DS1CONFIG-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.6.5.1.3.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- devDS1SendControlEntry
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 'PDN-DS1CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DS1CONFIG-MIB::devDS1SendControlInjectErr'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DS1CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DS1CONFIG-MIB::devDS1SendControlInjectErr.<devDS1SendControlIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DS1CONFIG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DS1CONFIG-MIB::devDS1SendControlInjectErr'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOp |
2 | inject |