Tcprtomin 1.3.6.1.2.1.6.2, Tcprtomax 1.3.6.1.2.1.6.3, Tcpmaxconn 1.3.6.1.2.1.6.4 – Dell POWEREDGE M1000E User Manual

Page 66: Tcpactiveopens 1.3.6.1.2.1.6.5, Tcppassiveopens 1.3.6.1.2.1.6.6, Tcpattemptfails 1.3.6.1.2.1.6.7, Tcpestabresets 1.3.6.1.2.1.6.8

Advertising
background image

48

Fabric OS MIB Reference

53-1001768-01

tcpRtoMin 1.3.6.1.2.1.6.2

2

tcpRtoMin 1.3.6.1.2.1.6.2

The minimum value permitted by a TCP implementation for the retransmission time-out, measured
in milliseconds.

More refined semantics for objects of this type depend upon the algorithm used to determine the
retransmission time-out. In particular, when the time-out algorithm is 3 (rsre), an object of this type
has the semantics of the LBOUND quantity described in RFC 793.

tcpRtoMax 1.3.6.1.2.1.6.3

The maximum value permitted by a TCP implementation for the retransmission time-out, measured
in milliseconds.

More refined semantics for objects of this type depend upon the algorithm used to determine the
retransmission time-out. In particular, when the time-out algorithm is 3 (rsre), an object of this type
has the semantics of the UBOUND quantity described in RFC 793.

tcpMaxConn 1.3.6.1.2.1.6.4

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 contain the value -1.

tcpActiveOpens 1.3.6.1.2.1.6.5

The number of times TCP connections have made a direct transition to the SYN-SENT state from
the CLOSED state.

tcpPassiveOpens 1.3.6.1.2.1.6.6

The number of times TCP connections have made a direct transition to the SYN-RCVD state from
the LISTEN state.

tcpAttemptFails 1.3.6.1.2.1.6.7

The number of times TCP connections have made a direct transition to the CLOSED state from
either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have
made a direct transition to the LISTEN state from the SYN-RCVD state.

tcpEstabResets 1.3.6.1.2.1.6.8

The number of times TCP connections have made a direct transition to the CLOSED state from
either the ESTABLISHED state or the CLOSE-WAIT state.

Advertising