a3ComPortDialInitState
A3Com-PortPath-r6-MIB ·
.1.3.6.1.4.1.43.2.19.2.1.6
Object
column mandatory
r/w
Enumeration
This object applies only to Ports which have paths setup as
PrimaryDial paths. It is used to configure the PrimaryDial
path as a dial initiator operating in one of the following modes:
noDialOut(1), which disables all dialing out on the path;
manualDial(2), which requires the user to actively bring
the dial path up; or
dialOnDemand(3), which will automatically bring the dial
path up whenever there is user traffic, and down after a
configurable period of idleness on the path.
In order for any modifications to take effect, the port
must be enabled (re-enabled if it is already enabled).
Context
- MIB
- A3Com-PortPath-r6-MIB
- OID
.1.3.6.1.4.1.43.2.19.2.1.6- 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::a3ComPortDialInitState'
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::a3ComPortDialInitState.<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::a3ComPortDialInitState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noDialOut |
2 | manualDial |
3 | dialOnDemand |