ccDetailsDataRate
ALLIEDTELESYN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.37.1.1.39
Object
column mandatory
r/w
Enumeration
The data rate to use for active calls based on this call details entry. The actual data rate for outgoing calls is determined by both this object and the data rate parameter for the Q.931 interface chosen for the call. If either this object or the interface object specify a rate of 56k, then 56k will be the rate for the call. Otherwise, the default rate of 64k will be used. This allows interoperability between ISDNs which only allow 56k of data on a B channel.
Context
- MIB
- ALLIEDTELESYN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.37.1.1.39- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ccDetailsEntry
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 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::ccDetailsDataRate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::ccDetailsDataRate.<ccDetailsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALLIEDTELESYN-MIB::ccDetailsDataRate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rate-64k |
2 | rate-56k |