Avatar of dasaradhi_n
dasaradhi_n
 asked on

Cisco router log Error Messahe

Hi My router Log shows

Jul 17 23:07:05: %FW-4-TCP_OoO_SEG: Dropping TCP Segment: seq:1699052070 1500 bytes is out-of-order; expected seq:1699034001. Reason: TCP reassembly queue overflow - session sourceIP:2245 to dest IP:40890

Any idea what is the reason for this and the solution
Routers

Avatar of undefined
Last Comment
Router_Monkey

8/22/2022 - Mon
Kamran Arshad

Hi,

Seems to be TCP error. Packet dropped due to wrong sequence number. The communication was expecting the sequence number "1699034001" but it recieved "1699052070". For details about sequence number and TCP please refer to the below article:

http://www.rhyshaden.com/tcp.htm 
ASKER CERTIFIED SOLUTION
fileinster

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Router_Monkey

Your router is not fast enough for the amount of protocol inspection you have configured it to do.

This happened to me on my Cisco 871. I had more than 10 inspect statements-I was inspecting just about everything. My 24Mbps internet was testing at half that using speedtest.net. I changed my config to these inspection lines and removed the others:
ip inspect name SDM_LOW tcp
ip inspect name SDM_LOW udp
ip inspect name SDM_LOW pptp

Upon doing so my speed returned to normal, near the max, and no more reassembly queue overflow errors.

Later to test more, I added:
ip inspect name SDM_LOW http
ip inspect name SDM_LOW https
...individually and together. Even just the addition of one of the http lines cut my speed in half. So I am sticking with the first three I listed above; TCP/UDP/PPTP.

I also removed some other custom inspections and QoS I had used Cisco Configuration Professional to create.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck