a3ComPathDialMode
A3Com-PortPath-r6-MIB ·
.1.3.6.1.4.1.43.2.18.2.1.7
Object
column mandatory
r/w
Enumeration
This object is used for setting/reading the Dial Mode of a dialup path.
Only values (1) and (2) can be set to the object:
If the object is (1), the dialup path is configured for V25 mode dialing.
If the object is (2), the dialup path is configured for DTR mode dialing.
This object cannot be set to autoV25(3) or autoDTR(4), as these are setup automatically
by the autostartup dial mode detection logic.
The path has to be (re)enabled for any new setting to take effect.
Reading of the object can return any 1 of the 4 values.
Context
- MIB
- A3Com-PortPath-r6-MIB
- OID
.1.3.6.1.4.1.43.2.18.2.1.7- 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::a3ComPathDialMode'
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::a3ComPathDialMode.<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::a3ComPathDialMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | v25Dial |
2 | dtrDial |
3 | autoV25 |
4 | autoDTR |