a3ComPortDialAction
A3Com-PortPath-r6-MIB ·
.1.3.6.1.4.1.43.2.19.2.1.8
Object
column mandatory
r/w
Enumeration
This object is used to initiate manual dial or hangup
action to be taken by the dialup port. If this is set to
dial(1), the port will attempt to dial out on its Primary
Dial path using the first destination phone number stored by
a3ComPortDialPhoneListPhoneNo. If no entry exists, then the
number stored by a3ComPathDialNum will be used.
If this is set to hangUp(2), then port will attempt to hangup
all its active dial paths.
If this object is read, the value other(3) will be returned.
Context
- MIB
- A3Com-PortPath-r6-MIB
- OID
.1.3.6.1.4.1.43.2.19.2.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComPortDialEntry
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::a3ComPortDialAction'
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::a3ComPortDialAction.<a3ComPortDialIndex>'
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::a3ComPortDialAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dial |
2 | hangUp |
3 | other |