ppCfgPortDialingMethod
PACKETPORT-MIB ·
.1.3.6.1.4.1.4115.10.1.1.1.24
Object
column deprecated
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
- PACKETPORT-MIB
- OID
.1.3.6.1.4.1.4115.10.1.1.1.24- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- ppCfgPortEntry
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 'PACKETPORT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETPORT-MIB::ppCfgPortDialingMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PACKETPORT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETPORT-MIB::ppCfgPortDialingMethod.<ppCfgPortPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETPORT-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETPORT-MIB::ppCfgPortDialingMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tone |
2 | pulse |
3 | toneAndPulse |
4 | pulseWithDTMFRelay |
5 | toneAndPulseWithDTMFRelay |