01-14-2003 03:52 AM
I there,
I am getting lots of session disconnects in W2K servers behind a CCS 11150 from a couple of remote stations. I suspect the cause to be line errors of some kind and therefore I would like to trace the flows and see if packets are being dropped/arrive in error.
I have seen the doc "packet tracing on the CCS 11000" but I am not sure if with "flow trace-ip" I will be able to do this or if there is othe better way to do it.
Thanks/Brgds
jc
01-15-2003 05:14 AM
jc,
with flow trace-ip, you can see the TCP or UDP packets coming and going out the CSS.
Also, this command does not display all the packets.
We only see the ones that are process-switched.
A better solution would be to use a sniffer trace in front of the CSS and in the backend side.
You can also check the 'sho ether-error' commands to see if any problem is
detected by the CSS.
If there is other switches, like Cisco catalyst, use 'sho interface' or 'sho port
to check for CRC errors.
Regarding your problem, if you have a lot of connections and some of them stays idle for 15 seconds, the CSS might drop them to free resources.
What you usually see in this case is a RESET being sent by the CSS to the client.
One solution to this problem is the flow port timeout command to increase the default 15 seconds timer.
In conclusion, I would suggest to capture a sniffer trace in front of the CSS and see if you have RST.
Hope this will help.
Gilles.
01-15-2003 07:36 AM
Thanks for the tips Gilles / Brgds
JC
01-16-2003 09:04 AM
Gilles, just one more question.
I couldn't find any "flow port timeout" command in Cisco CCS documentation or in the Cisco site (the only thing nearer is "flow port-reset"). Is this an undocumented command ??
Thanks/Brgds
JoaoC
01-17-2003 04:17 AM
should be documented somewhere.
It is a new command however.
css(config)# flow port1 ?
css(config)# flow port1 80 ?
timeout Timeout value in seconds
css(config)# flow port1 80 timeout ?
css(config)# flow port1 80 timeout
Gilles.
01-17-2003 10:05 AM
Thanks Gilles once again / Brgds
Joao
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide