cMediaGwCcCfgVbdJitterDelayMode
CISCO-MEDIA-GATEWAY-MIB ·
.1.3.6.1.4.1.9.9.324.1.1.7.1.6
Object
The object specifies the jitter buffer mode applied to
a VBD (Voice Band Data) call connection.
adaptive - means to use cMediaGwCcCfgVbdJitterNomDelay as
the initial jitter buffers size and let the DSP
pick the optimal value of the jitter buffer
size between the range of
cMediaGwCcCfgVbcJitterMaxDelay and
cMediaGwCcCfgVbcJitterMinDelay.
fixed - means to use a constant jitter buffer size
which is specified by cMediaGwCcCfgVbdJitterNomDelay.
Context
- MIB
- CISCO-MEDIA-GATEWAY-MIB
- OID
.1.3.6.1.4.1.9.9.324.1.1.7.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cMediaGwCallControlConfigEntry
- Groups
- 3
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 'CISCO-MEDIA-GATEWAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MEDIA-GATEWAY-MIB::cMediaGwCcCfgVbdJitterDelayMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-MEDIA-GATEWAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-MEDIA-GATEWAY-MIB::cMediaGwCcCfgVbdJitterDelayMode.<cmgwIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-MEDIA-GATEWAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-MEDIA-GATEWAY-MIB::cMediaGwCcCfgVbdJitterDelayMode'
Syntax
- Source
- CCallControlJitterDelayMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | adaptive |
2 | fixed |