mdmCCResultCodeEnable

Modem-MIB · .1.3.6.1.2.1.38.1.1.7.1.3

Object

column r/w Enumeration
When disabled, the DCE shall issue no 'result codes' of any
kind to the DTE either in response to unsolicited events
(eg. ring signal), or commands. In TIA-602, this is
controlled by the ATQ command.  When numericEnabled, the DCE
shall issue result codes in numeric form.  When
verboseEnabled, the DCE shall issue result codes in a
verbose, textual form.

Context

MIB
Modem-MIB
OID
.1.3.6.1.2.1.38.1.1.7.1.3
Type
column
Access
readwrite
Status
current
Parent
mdmCallControlEntry
Groups
1

Walk 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 'Modem-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Modem-MIB::mdmCCResultCodeEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Modem-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Modem-MIB::mdmCCResultCodeEnable.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Modem-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Modem-MIB::mdmCCResultCodeEnable'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1disabled
2numericEnabled
3verboseEnabled

Conformance