arrisMtaDevHDAudioG722SampleRate
ARRIS-MTA-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.3.3.1.2.3.52
Object
scalar r/w
Enumeration
This MIB controls the SampleRate advertised in the rtpmap for the HD codec G722.
The actual sample rate is 16000 however for backward compatibility with RFC 1890
the default is 8000. The dynamic selection is to set the sample rate to the same
value received in SDP for the G722 codec.
Examples:
a=rtpmap: 99 G722-64/8000
a=rtpmap: 99 G722-64/16000
Context
- MIB
- ARRIS-MTA-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.3.3.1.2.3.52- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- arrisMtaDevOperationalSetup
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 '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::arrisMtaDevHDAudioG722SampleRate.0'
More examples
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::arrisMtaDevHDAudioG722SampleRate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | rate8000 |
1 | rate16000 |
2 | rateDynamic |