tcpEStatsStackState
TCP-ESTATS-MIB ·
.1.3.6.1.2.1.156.1.1.5.1.10
Object
column
Enumeration
An integer value representing the connection state from the
TCP State Transition Diagram.
The value listen(2) is included only for parallelism to the
old tcpConnTable, and SHOULD NOT be used because the listen
state in managed by the tcpListenerTable.
The value DeleteTcb(12) is included only for parallelism to
the tcpConnTable mechanism for terminating connections,
although this table does not permit writing.
Context
- MIB
- TCP-ESTATS-MIB
- OID
.1.3.6.1.2.1.156.1.1.5.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tcpEStatsStackEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tcpESStateClosed |
2 | tcpESStateListen |
3 | tcpESStateSynSent |
4 | tcpESStateSynReceived |
5 | tcpESStateEstablished |
6 | tcpESStateFinWait1 |
7 | tcpESStateFinWait2 |
8 | tcpESStateCloseWait |
9 | tcpESStateLastAck |
10 | tcpESStateClosing |
11 | tcpESStateTimeWait |
12 | tcpESStateDeleteTcb |