dlswTConnOperState
A3Com-DLSW-r1-MIB ·
.1.3.6.1.4.1.43.2.24.2.3.1.6
Object
column mandatory
r/w
Enumeration
The state of this transport connection. The transport
connection enters -connecting- state when DLSw makes
a connection request to the transport layer. Once initial
Capabilities Exchange is sent, the transport connection enters
enters -initCapExchange- state. When partner capabilities have been
determined and the transport connection is ready for sending
CanUReach (CUR) messages, it moves to the -connected- state.
When DLSw is in the process of bringing down the connection,
it is in the -disconnecting- state. When the transport layer
indicates one of its connections is disconnected, the transport
connection moves to the -disconnected- state.
Whereas all of the values will be returned in response to a
management protocol retrieval operation, only two values may
be specified in a management protocol set operation, -quiescing-
and -disconnecting-. Changing the value to -quiescing- prevents
new circuits from being established, and will cause a transport
disconnect when the last circuit on the connection goes away.
Changing the value to -disconnecting- will force off all circuits
immediately and bring the connection to -disconnected- state.
Context
- MIB
- A3Com-DLSW-r1-MIB
- OID
.1.3.6.1.4.1.43.2.24.2.3.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- dlswTConnOperEntry
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-DLSW-r1-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-DLSW-r1-MIB::dlswTConnOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-DLSW-r1-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-DLSW-r1-MIB::dlswTConnOperState.<dlswTConnOperTDomain>.<dlswTConnOperRemoteTAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-DLSW-r1-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-DLSW-r1-MIB::dlswTConnOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | connecting |
2 | initCapExchange |
3 | connected |
4 | quiescing |
5 | disconnecting |
6 | disconnected |