a3ComPathDialRateAdaption
A3Com-PortPath-r6-MIB ·
.1.3.6.1.4.1.43.2.18.2.1.13
Object
column mandatory
r/w
Enumeration
Specifies the data rate to be used on the ISDN B channel. Rate64 and Rate56 specify that the channel be connected at 64K or 56K, respectively. The connection attempt would fail if the ISDN network does not support this. If Auto is specified, an outgoing call is first attempted at 64K and, if that should fail, the call is retried at 56K. On an incoming call, the call is automatically adapted to the correct rate. The path has to be enabled for the new setting to take effect.
Context
- MIB
- A3Com-PortPath-r6-MIB
- OID
.1.3.6.1.4.1.43.2.18.2.1.13- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComPathDialEntry
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 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-PortPath-r6-MIB::a3ComPathDialRateAdaption'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-PortPath-r6-MIB::a3ComPathDialRateAdaption.<a3ComPathDialIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-PortPath-r6-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-PortPath-r6-MIB::a3ComPathDialRateAdaption'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | auto |
2 | rate64 |
3 | rate56 |