Technical data
2-26 Fabric OS MIB Reference Manual
Publication Number: 53-0000521-08
TCP Group
2
tcpMaxConn
OID 1.3.6.1.2.1.6.4
Description 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
OID 1.3.6.1.2.1.6.5
Description The number of times TCP connections have made a direct transition to the SYN-
SENT state from the CLOSED state.
tcpPassiveOpens
OID 1.3.6.1.2.1.6.6
Description The number of times TCP connections have made a direct transition to the SYN-
RCVD state from the LISTEN state.
tcpAttemptFails
OID 1.3.6.1.2.1.6.7
Description 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
OID 1.3.6.1.2.1.6.8
Description 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.
tcpCurrEstab
OID 1.3.6.1.2.1.6.9
Description The number of TCP connections for which the current state is either ESTABLISHED
or CLOSE-WAIT.
tcpInSegs
OID 1.3.6.1.2.1.6.10
Description The total number of segments received, including those received in error. This count
includes segments received on currently established connections.