arrisMtaDevEndPntDialingMethod
ARRIS-MTA-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.3.3.1.2.4.3.1.24
Object
column r/w
Enumeration
Indicates the method used to dial the digits for this telephony endpoint. If tone(1), tone dialing (DTMF) is used. If pulse(2), dial-pulse signaling is used to dial the digits, Tone dialing(DTMF) is disabled. If Tone & Pulse(3), tone dialing(DTMF) and dial-pulse signaling is used to dial the digits. If Pulse with DTMF relay(4), Tone dialing(DTMF) is disabled, and pulse dialed digits will be relayed in-band to the media gateway. If Tone & Pulse with DTMF relay(5), Tone dialing (DTMF) is enable, and pulse dialed digits will be relayed in-band to the media gateway. NOTE: (4) & (5) will require IPDT solution as well as DTMF support by the Media gateway. The default value for this object is tone(1).
Context
- MIB
- ARRIS-MTA-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.3.3.1.2.4.3.1.24- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- arrisMtaDevEndPntEntry
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 'ARRIS-MTA-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-MTA-DEVICE-MIB::arrisMtaDevEndPntDialingMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-MTA-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-MTA-DEVICE-MIB::arrisMtaDevEndPntDialingMethod.<arrisMtaDevEndPntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-MTA-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-MTA-DEVICE-MIB::arrisMtaDevEndPntDialingMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tone |
2 | pulse |
3 | toneAndPulse |
4 | pulseWithDTMFRelay |
5 | toneAndPulseWithDTMFRelay |