12-06-2011 09:33 AM - edited 03-11-2019 03:00 PM
We recently installed a 6509 with FWSM and noticing pretty large sequence numbers like this:
" %FWSM-6-302016: Teardown UDP connection 144551535502653717"
Is that normal?
Solved! Go to Solution.
12-09-2011 10:44 AM
Yes. Either a reload or after its hits the maximum decimal integer made up of these 8 bytes(64 bits), I believe 20 digits is hit it will reset back to the smaller number. So according to all 1s 64 digits the max decimal number is
18446744073709551615 (20 digits).
I used this site to convert binary to decimal:
http://www.exploringbinary.com/binary-converter/
-Kureli
12-08-2011 01:33 PM
Mohammad,
That may not be the seq. nos used by the end hosts in the connection. It is just a connection ID that the FWSM uses to identify that particular UDP connection. It is sequentially assigned. It is an 8 byte integer made out of xlate ID and sequence counter (4 bytes each). How long has the unit been up? Did you all increase the xlate timeout from the default 3 hours?
-Kureli
12-08-2011 01:51 PM
Thank you for the reply sorry about the wording yes it is the connection ID not the sequence number I said it wrong. Xlate is still default of 3 hours and unit has been up since september 2011.
So the connection ID's that long are normal on FWSM?
12-08-2011 02:02 PM
Yes it is normal. Although this one is a a lot longer than the ones that I see usually .
-Kureli
12-08-2011 02:11 PM
Thank you again so should this be a concern?
12-08-2011 02:16 PM
No. Don't worry about it. Get me the
sh xlate count
sh conn count
output from the FWSM.
-Kureli
12-08-2011 02:43 PM
# show xlate count
355 in use, 1310 most used
# show conn count
215 in use, 365939 most used
Thank you again here is the output.
12-09-2011 08:24 AM
Interesting. So at some point the blade has seen 365939 connections when at present there are only 215.
So, that explains the very high sequential connection ID increase.
-Kureli
12-09-2011 10:00 AM
Ok so once the xlate times out shouldn't the connection ID's get smaller ? or will the device reboot can only accomplish that?
12-09-2011 10:44 AM
Yes. Either a reload or after its hits the maximum decimal integer made up of these 8 bytes(64 bits), I believe 20 digits is hit it will reset back to the smaller number. So according to all 1s 64 digits the max decimal number is
18446744073709551615 (20 digits).
I used this site to convert binary to decimal:
http://www.exploringbinary.com/binary-converter/
-Kureli
12-09-2011 10:51 AM
Thankk you so much for all your help and explaining everything have a great day.
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