daWanConnectionConnectControl
CT-DAWANCONN-MIB ·
.1.3.6.1.4.1.52.4497.17.2.1.4
Object
column mandatory
r/w
Enumeration
This object controls the desired state of the wan Connection. Setting this object to connect(1) will initiate the set of actions to bring the wan Connection to the active state. Only set the object to connect(1) when the current value of daWanConnectionState is inactive. Setting this object to disconnect(2) will initiate the set of actions to bring the wan Connection to the inactive state. Only set this object to disconnect(2) when the daWanConnectionState is active. After setting the Connection to connect(1) or disconnect(2), refer to daWanConnectionState to determine the state of the wan Connection. Queries to daWanConnectionConnectControl return unknown results.
Context
- MIB
- CT-DAWANCONN-MIB
- OID
.1.3.6.1.4.1.52.4497.17.2.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- daWanConnectionEntry
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 'CT-DAWANCONN-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-DAWANCONN-MIB::daWanConnectionConnectControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-DAWANCONN-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-DAWANCONN-MIB::daWanConnectionConnectControl.<daWanConnectionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-DAWANCONN-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-DAWANCONN-MIB::daWanConnectionConnectControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | connect |
2 | disconnect |
3 | unknown |