tcpConnEntry
deprecatedA conceptual row of the tcpConnTable containing information about a particular current IPv4 TCP connection. Each row of this table is transient in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state.
Details
Table index
- tcpConnLocalAddress
- tcpConnLocalPort
- tcpConnRemAddress
- tcpConnRemPort
Table columns
5 objects| Oid | Name | Access | Type |
|---|---|---|---|
| 1.3.6.1.2.1.6.13.1.1 | tcpConnState | readwrite | closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12) |
| 1.3.6.1.2.1.6.13.1.2 | tcpConnLocalAddress | readonly | IpAddress |
| 1.3.6.1.2.1.6.13.1.3 | tcpConnLocalPort | readonly | Unknown |
| 1.3.6.1.2.1.6.13.1.4 | tcpConnRemAddress | readonly | IpAddress |
| 1.3.6.1.2.1.6.13.1.5 | tcpConnRemPort | readonly | Unknown |