The following tables, groups, and variables are supported in this MIB.
Table/Group | Supported Variables | Comments |
---|---|---|
tcpConnectionTable | tcpConnectionState | The state of this TCP connection. |
tcpConnectionProcess | The system's process ID for the process associated with this connection, or zero if there is no such process. This value is expected to be the same as HOST-RESOURCES-MIB:: hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunIndex for some row in the appropriate tables. | |
tcpListenerTable | All objects | A table containing information about TCP listeners. A
listening application can be represented in three possible ways:
Note: The address type in this table represents the address
type used for the communication, irrespective of the
higher-layer abstraction. For example, an application using IPv6
'sockets' to communicate via IPv4 between ::ffff:10.0.0.1 and
::ffff:10.0.0.2 would use InetAddressType
ipv4(1)).
|
tcpBaseGroup | All objects | The group of counters common to TCP entities. |
tcpHCGroup | tcpHCInSegs | The total number of segments received, including
those received in error. This count includes segments received on
currently established connections. This object is the 64-bit
equivalent of tcpInSegs. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime. |
tcpHCOutSegs | The total number of segments sent, including those on
current connections but excluding those containing only
retransmitted octets. This object is the 64-bit equivalent of
tcpOutSegs. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime. |