TCP-MIB
51 objects
The MIB module for managing TCP implementations. Copyright (C) The Internet Society (2005). This version of this MIB module is a part of RFC 4022; see the RFC itself for full legal notices.
Imported Objects
| INET-ADDRESS-MIB | InetAddress InetAddressType InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Counter64 Gauge32 Integer32 IpAddress mib-2 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.2.1.6 | Nodetcp | |||
| 1.3.6.1.2.1.6.1 | ScalartcpRtoAlgorithm | read-only | current | The algorithm used to determine the timeout value used for retransmitting unacknowledged octets. |
| 1.3.6.1.2.1.6.2 | ScalartcpRtoMin | read-only | current | The minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type d… |
| 1.3.6.1.2.1.6.3 | ScalartcpRtoMax | read-only | current | The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type d… |
| 1.3.6.1.2.1.6.4 | ScalartcpMaxConn | read-only | current | The limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should con… |
| 1.3.6.1.2.1.6.5 | ScalartcpActiveOpens | read-only | current | The number of times that TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. Discontinuities in the value of this counte… |
| 1.3.6.1.2.1.6.6 | ScalartcpPassiveOpens | read-only | current | The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. Discontinuities in the value of this counter are… |
| 1.3.6.1.2.1.6.7 | ScalartcpAttemptFails | read-only | current | The number of times that TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the numbe… |
| 1.3.6.1.2.1.6.8 | ScalartcpEstabResets | read-only | current | The number of times that TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state. Discontin… |
| 1.3.6.1.2.1.6.9 | ScalartcpCurrEstab | read-only | current | The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT. |
| 1.3.6.1.2.1.6.10 | ScalartcpInSegs | read-only | current | The total number of segments received, including those received in error. This count includes segments received on currently established connections. Discontin… |
| 1.3.6.1.2.1.6.11 | ScalartcpOutSegs | read-only | current | The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets. Discontinuities in the valu… |
| 1.3.6.1.2.1.6.12 | ScalartcpRetransSegs | read-only | current | The total number of segments retransmitted; that is, the number of TCP segments transmitted containing one or more previously transmitted octets. Discontinuiti… |
| 1.3.6.1.2.1.6.13 | TabletcpConnTable | not-accessible | deprecated | A table containing information about existing IPv4-specific TCP connections or listeners. This table has been deprecated in favor of the version neutral tcpCon… |
| 1.3.6.1.2.1.6.13.1 | RowtcpConnEntry | not-accessible | deprecated | A conceptual row of the tcpConnTable containing information about a particular current IPv4 TCP connection. Each row of this table is transient in that it ceas… |
| 1.3.6.1.2.1.6.13.1.1 | ColumntcpConnState | read-write | deprecated | The state of this TCP connection. The only value that may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to retur… |
| 1.3.6.1.2.1.6.13.1.2 | ColumntcpConnLocalAddress | read-only | deprecated | The local IP address for this TCP connection. In the case of a connection in the listen state willing to accept connections for any IP interface associated wit… |
| 1.3.6.1.2.1.6.13.1.3 | ColumntcpConnLocalPort | read-only | deprecated | The local port number for this TCP connection. |
| 1.3.6.1.2.1.6.13.1.4 | ColumntcpConnRemAddress | read-only | deprecated | The remote IP address for this TCP connection. |
| 1.3.6.1.2.1.6.13.1.5 | ColumntcpConnRemPort | read-only | deprecated | The remote port number for this TCP connection. |
| 1.3.6.1.2.1.6.14 | ScalartcpInErrs | read-only | current | The total number of segments received in error (e.g., bad TCP checksums). Discontinuities in the value of this counter are indicated via discontinuities in the… |
| 1.3.6.1.2.1.6.15 | ScalartcpOutRsts | read-only | current | The number of TCP segments sent containing the RST flag. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTi… |
| 1.3.6.1.2.1.6.17 | ScalartcpHCInSegs | read-only | current | The total number of segments received, including those received in error. This count includes segments received on currently established connections. This obje… |
| 1.3.6.1.2.1.6.18 | ScalartcpHCOutSegs | read-only | current | The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets. This object is the 64-bit e… |
| 1.3.6.1.2.1.6.19 | TabletcpConnectionTable | not-accessible | current | A table containing information about existing TCP connections. Note that unlike earlier TCP MIBs, there is a separate table for connections in the LISTEN state. |
| 1.3.6.1.2.1.6.19.1 | RowtcpConnectionEntry | not-accessible | current | A conceptual row of the tcpConnectionTable containing information about a particular current TCP connection. Each row of this table is transient in that it cea… |
| 1.3.6.1.2.1.6.19.1.1 | ColumntcpConnectionLocalAddressType | not-accessible | current | The address type of tcpConnectionLocalAddress. |
| 1.3.6.1.2.1.6.19.1.2 | ColumntcpConnectionLocalAddress | not-accessible | current | The local IP address for this TCP connection. The type of this address is determined by the value of tcpConnectionLocalAddressType. As this object is used in t… |
| 1.3.6.1.2.1.6.19.1.3 | ColumntcpConnectionLocalPort | not-accessible | current | The local port number for this TCP connection. |
| 1.3.6.1.2.1.6.19.1.4 | ColumntcpConnectionRemAddressType | not-accessible | current | The address type of tcpConnectionRemAddress. |
| 1.3.6.1.2.1.6.19.1.5 | ColumntcpConnectionRemAddress | not-accessible | current | The remote IP address for this TCP connection. The type of this address is determined by the value of tcpConnectionRemAddressType. As this object is used in th… |
| 1.3.6.1.2.1.6.19.1.6 | ColumntcpConnectionRemPort | not-accessible | current | The remote port number for this TCP connection. |
| 1.3.6.1.2.1.6.19.1.7 | ColumntcpConnectionState | read-write | current | The state of this TCP connection. The value listen(2) is included only for parallelism to the old tcpConnTable and should not be used. A connection in LISTEN s… |
| 1.3.6.1.2.1.6.19.1.8 | ColumntcpConnectionProcess | read-only | current | 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-RES… |
| 1.3.6.1.2.1.6.20 | TabletcpListenerTable | not-accessible | current | A table containing information about TCP listeners. A listening application can be represented in three possible ways: 1. An application that is willing to acc… |
| 1.3.6.1.2.1.6.20.1 | RowtcpListenerEntry | not-accessible | current | A conceptual row of the tcpListenerTable containing information about a particular TCP listener. |
| 1.3.6.1.2.1.6.20.1.1 | ColumntcpListenerLocalAddressType | not-accessible | current | The address type of tcpListenerLocalAddress. The value should be unknown (0) if connection initiations to all local IP addresses are accepted. |
| 1.3.6.1.2.1.6.20.1.2 | ColumntcpListenerLocalAddress | not-accessible | current | The local IP address for this TCP connection. The value of this object can be represented in three possible ways, depending on the characteristics of the liste… |
| 1.3.6.1.2.1.6.20.1.3 | ColumntcpListenerLocalPort | not-accessible | current | The local port number for this TCP connection. |
| 1.3.6.1.2.1.6.20.1.4 | ColumntcpListenerProcess | read-only | current | The system's process ID for the process associated with this listener, or zero if there is no such process. This value is expected to be the same as HOST-RESOU… |
| 1.3.6.1.2.1.49 | IdentitytcpMIB | The MIB module for managing TCP implementations. Copyright (C) The Internet Society (2005). This version of this MIB module is a part of RFC 4022; see the RFC … | ||
| 1.3.6.1.2.1.49.2 | NodetcpMIBConformance | |||
| 1.3.6.1.2.1.49.2.1 | NodetcpMIBCompliances | |||
| 1.3.6.1.2.1.49.2.1.1 | CompliancetcpMIBCompliance | read-only | deprecated | The compliance statement for IPv4-only systems that implement TCP. In order to be IP version independent, this compliance statement is deprecated in favor of t… |
| 1.3.6.1.2.1.49.2.1.2 | CompliancetcpMIBCompliance2 | read-only | current | The compliance statement for systems that implement TCP. A number of INDEX objects cannot be represented in the form of OBJECT clauses in SMIv2 but have the fo… |
| 1.3.6.1.2.1.49.2.2 | NodetcpMIBGroups | |||
| 1.3.6.1.2.1.49.2.2.1 | GrouptcpGroup | deprecated | The tcp group of objects providing for management of TCP entities. | |
| 1.3.6.1.2.1.49.2.2.2 | GrouptcpBaseGroup | current | The group of counters common to TCP entities. | |
| 1.3.6.1.2.1.49.2.2.3 | GrouptcpConnectionGroup | current | The group provides general information about TCP connections. | |
| 1.3.6.1.2.1.49.2.2.4 | GrouptcpListenerGroup | current | This group has objects providing general information about TCP listeners. | |
| 1.3.6.1.2.1.49.2.2.5 | GrouptcpHCGroup | current | The group of objects providing for counters of high speed TCP implementations. |