acCPMediaDspAllocationMethod
AC-CONTROL-MIB ·
audiocodes variant
·
.1.3.6.1.4.1.5003.9.10.5.1.1.6.7
Object
scalar r/w
Enumeration
determines dsp allocation method in IP to IP call.
If this parameter is set to DISABLE_SINGLE_DSP_ALLOCATION (0)
, then two IP terminations with the same configuration will
not allocate DSPs at all and two terminations with different
configuration will cause an allocation of 2 DSPs.
If this parameteris set to ENABLE_SINGLE_DSP_ALLOCATION (1),
then two IP terminations with the same configuration will
not allocate DSPs at all, transcoding with allocation of
one DSP will be used if possible, and two terminations with
different configuration will cause allocation of 2 DSPs.
If this parameter is set to ENFORCE_FULL_DSP_ALLOCATION (2)
then two IP terminations with any configuration will cause
allocation of two DSPs.
Access: Instant.
AC INI-Param: CPMEDIARESOURCEOPTIMIZATION
Context
- MIB
- AC-CONTROL-MIB
- OID
.1.3.6.1.4.1.5003.9.10.5.1.1.6.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- acCPMedia
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AC-CONTROL-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AC-CONTROL-MIB::acCPMediaDspAllocationMethod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AC-CONTROL-MIB' -M '/opt/observium/mibs/audiocodes:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AC-CONTROL-MIB::acCPMediaDspAllocationMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disableSingleDSPAllocation |
1 | enableSingleDSPAllocation |
2 | enforceFullDSPAllocation |