cc/td/doc/product/software/ioss390
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

T01TCnnn - Transport Layer Messages

T01TCnnn - Transport Layer Messages

This section describes messages issued by the Transport Layer. These messages include T01TC000 through T01TC099.

T01TCnnn

T01TC000W

TCP packet too short.

Explanation    A TCP packet arrived which was shorter than the minimum TCP header. A dump of the packet follows.

Recommended Action    Examine the remote host for this session.

T01TC001W

TCP invalid offset offset, header length header . session localIP:lport     remoteIP:rport

Explanation    A TCP datagram arrived and the offset field was invalid.

Syntax Description
offset Offset from the packet.
header Header length.
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host for this session.

T01TC002W

TCP invalid checksum checksum. session localIP:lport remoteIP:rport

Explanation    A TCP datagram arrived and the checksum field was invalid.

Syntax Description
checksum Checksum computer.
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host for this session.

T01TC004I

TCP connection queue overflow - session localIP:lport remoteIP:rport

Explanation    A TCP SYN packet arrived and too many connections were already pending for this port.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Increase the pending connection count for the application supporting this port.

T01TC006I

TCP connection opened - session localIP:lport remoteIP:rport

Explanation    A TCP SYN packet arrived and the connection was opened.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

T01TC007I

TCP connection rejected - session localIP:lport remoteIP:rport

Explanation    A TCP SYN packet arrived and the connection was rejected.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the application supporting this port.

T01TC008I

TCP connection reused - session localIP:lport remoteIP:rport

Explanation    A TCP SYN packet arrived and the connection was a duplicate of one in Time_Wait state.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

T01TC009I

TCP connection refused - session localIP:lport remoteIP:rport

Explanation    A TCP RST packet arrived while trying to establish a connection, indicating the connection was refused by the remote server.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host supporting this port.

T01TC010I

TCP connection reset by remote - session localIP:lport remoteIP:rport

Explanation    A TCP packet arrived which specified an ACK number greater than the send sequence number, indicating data was ACKed by the remote host before the data was sent.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host supporting this connection

T01TC011I

TCP connection ACKed too much - session localIP:lport remoteIP:rport

Explanation    A TCP packet arrived which specified an ACK number greater than the connection's send sequence number, indicating data was ACKed by the remote host before the data was sent.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host supporting this connection

T01TC012W

TCP received invalid options - session localIP:lport remoteIP:rport,    options = options

Explanation    A TCP packet arrived which contains invalid options. The options are dumped.

Syntax Description .
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.
options Options dumped.

Recommended Action    Examine the remote host supporting this connection.

T01TC013D

TCP datagram follows:

Explanation    An error was encountered in an inbound TCP datagram. The datagram is dumped following the message.

Recommended Action    This diagnostic message is preceded by an error or warning message. Follow the action for that message.

T01TC050W

proto datagram localIP:lport remoteIP:rport unable to route

Explanation    A RAW datagram was sent for which a route could not be obtained.

Syntax Description
proto Protocol.
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the network for routing problems

T01TC060W

UDP invalid checksum checksum. session localIP:lport remoteIP:rport

Explanation    A UDP datagram arrived and the checksum field was invalid.

Syntax Description .
checksum Checksum computed.
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host for this session

T01TC061W

UDP invalid length length. session localIP:lport remoteIP:rport

Explanation    A UDP datagram arrived and the length field was invalid.

Syntax Description
length Length field received.
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host for this session.

T01TC062D

UDP datagram follows:

Explanation    An error was encountered in an inbound UDP datagram. The datagram is dumped following the message.

Recommended Action    This diagnostic message is preceded by an error or warning message. Follow the action for that message.

T01TC070W

UDP datagram localIP:lport remoteIP:rport unable to route

Explanation    A UDP datagram was sent for which a route could not be obtained.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the network for routing problems.

T01TC081I

TCP connection closed. session localIP:lport remoteIP:rport

Explanation    The TCP connection was closed. This message may be followed by messages T01TC082S and T01TC083S, depending on your message logging configuration.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

T01TC082S

In num_rcvd pkts num_bytes bytes num_acks acks num_err_pkts errors     dup_pkts discards dup_bytes bytes

Explanation    A TCP connection has been closed.

Syntax Description
num_rcvd Number of packets received.
num_bytes Number of data bytes received.
num_acks Number of ACK packets received.
num_err_pkts Number of packets discarded for errors.
dup_pkts Number of duplicate packets.
dup_bytes Number of duplicate bytes.

T01TC083S

Out pkts_sent pkts bytes_sent bytes acks_sent acks pkts_disc     retransmits pkts_retran discards bytes_retran bytes

Explanation    A TCP connection has been closed.

Syntax Description
pkts_sent Number of packets sent.
bytes_sent Number of data bytes sent.
acks_disc Number of Ack packets sent.
pkts_disc Number of packets discarded for errors.
pkts_retran Number of retransmitted packets.
bytes_retran Number of retransmitted bytes.

T01TC084I

UDP connection closed. session localIP:lport remoteIP:rport

Explanation    A UDP connection has been closed.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

T01TC085I

RAW connection closed for protocol proto

Explanation    A RAW connection has been closed. proto is the protocol name.

T01TC090W

TCP datagram localIP:lport remoteIP:rport unable to route

Explanation    A TCP datagram was sent for which a route could not be obtained.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the network for routing problems.

T01TC091W

TCP connection reset locally - localIP:lport remoteIP:rport

Explanation    A TCP connection was reset.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the application supporting this port on the remote host

T01TC100W

TCP keepalive processing, MBUF shortage

Explanation    A TCP connection was to be probed with keepalive packets but an MBUF could not be allocated for a packet

Recommended Action    Examine the application supporting this port on the remote host.

T01TC101I

TCP connection keepalives exceeded localIP:lport remoteIP:rport

Explanation    A TCP connection was probed with keepalive packets, and did not respond.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the application supporting this port on the remote host.

T01TC102I

TCP connection timed out localIP:lport remoteIP:rport

Explanation    TCP was unable to establish a connection with the remote host in the specified time.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host to be sure the application is ready to accept connections.

T01TC110W

TCP logic error localIP:lport remoteIP:rport

Explanation    A TCP connection was to be probed with persist packets, and the retransmit timer was still set.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Contact Customer Support.

T01TC120I

TCP retransmits exceeded, localIP:lport remoteIP:rport

Explanation    TCP retransmitted data to a remote host, but the data was not acknowledged. The specified maximum number of retransmits has occurred. The connection is reset.

Syntax Description
localIP Local IP address.
lport Local port number.
remoteIP Remote IP address.
rport Remote port number.

Recommended Action    Examine the remote host to see if it is operational and that the application is still active.

T01TC900D

TCP time event: seq1:seq2(len) ack (win=win)

Explanation    A debugging record has been written for a TCP connection.

Syntax Description
time Timestamp in units of 0.004096 seconds.
event TCP event causing this record.
seq1 TCP sequence number of the beginning of the packet.
seq2 TCP sequence number of the end of the packet.
len Length of the packet data.
ack Acknowledgment number of the packet.
win Window size of the packet.

T01TC901D

TCP <old> -> new

Explanation    A debugging record has been written for a state change.

Syntax Description
old Old TCP state.
new New TCP state.

T01TC902D

TCP rcv_nxt seq, rcv_wnd wind lport lip:lport rport rip:rport

Explanation    A TCP debugging record has been written for receive information.

Syntax Description
seq Timestamp in units of 1004096 seconds.
wind TCP event causing this record.
lip TCP sequence number of the beginning of the packet.
lport TCP sequence number of the end of the packet.
rip Length of the packet data.
rport Acknowledgment number of the packet.

T01TC903D

TCP snd_una suna, snd_nxt snxt, snd_max smax, snd_urg urg

Explanation    A TCP debugging record has been written for Send information.

Syntax Description
suna Unacknowledged send sequence number.
snxt Next sequence number to be sent.
smax Maximum sequence number ever sent.
urg Current Send Urgent sequence number.

T01TC904D

TCP snd_wl1 windu, snd_wl2 winda, snd_wnd wind, rcv_urg urg

Explanation    A TCP debugging record has been written for Send Window information

Syntax Description
windu Window update sequence number.
winda Window update acknowledgment number.
wind Send window size.
urg Current Receive Urgent sequence number.

T01TC905D

TCP Rexmit=rtime, (t_rtxshift=count), Keep=keeptime Persist=ptime,     TimeWait=tw

Explanation    A debugging record has been written for timer information.

Syntax Description
rtime Retransmit timer value.
count Current retransmit counter.
keeptime Keepalive timer value.
ptime Persist timer value.
tw Time Wait timer value.

T01TC906D

TCP DelAck=dtime, Linger=ltime Xfree=free

Explanation    A debugging record has been written for timer information.

Syntax Description
dtime Delay ack timer value.
ltime Linger timer value.
free Free timer value.

T01TC907D

TCP t_rtt=rrt, t_srtt=srtt, t_rtvar=var, t_rtxcur=cur, t_rtseq=seq

Explanation    A debugging record has been written for round trip information.

Syntax Description
rrt Round trip time value.
srtt Scaled round trip time.
var Round trip timer variation.
cur Current retransmit timer value.
seq Round trip sequence number.

T01TC908D

TCP flags

Explanation    A debugging record has been written for flag information. flags indicates the flagbits that were on in the TCP header.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1998 © Cisco Systems Inc.