Rev. 2 | |
SNMP interface | CD/CIM550.IOM |
This group contains statistics and control parameters for the TCP protocol. This group contains a table describing the current TCP connections.
Note: The instances of object types that represent information about a particular TCP connection are transient; they persist only as long as the connection in question.
| Table |
OID | Description |
tcpRtoAlgorithm | Algorithm used to determine the timeout value used for |
| retransmitting unacknowledged octets. The cim550 uses Van |
| Jacobson's algorithm. |
tcpRtoMin | Minimum value permitted by a TCP implementation for the |
| retransmission timeout. The cim550 uses a minimum timeout of |
| 1000 milliseconds. |
tcpRtoMax | Maximum value permitted by a TCP implementation for the |
| retransmission timeout. The cim550 uses a maximum timeout of |
| 64000 milliseconds. |
tcpMaxConn | Limit on the total number of TCP connections the entity can |
| support. In the cim550, the maximum number of connections is |
| dynamic so a value of |
tcpActiveOpens | Number of times TCP connections have made a direct transition to |
| the |
tcpPassiveOpens | Number of times TCP connections have made a direct transition to |
| the |
tcpAttemptFails | Number of times TCP connections have made a direct transition to |
| the CLOSED state from either the |
| RCVD state, plus the number of times TCP connections have |
| made a direct transition to the LISTEN state from the |
| state. |
tcpEstabResets | Number of times TCP connections have made a direct transition to |
| the CLOSED state from either the ESTABLISHED state or the |
| |
tcpCurrEstab | Number of TCP connections for which the current state is either |
| ESTABLISHED or |
tcpInSegs | Total number of segments received. |
tcpOutSegs | Total number of segments sent. |
tcpRetransSegs | Total number of segments retransmitted – that is, the number of |
| TCP segments transmitted containing one or more previously |
| transmitted octets. |
222