09-27-2006 09:54 AM - edited 02-21-2020 01:11 AM
hi
I have a problemm i have a asa 5510 box running 7.2 ios. now asa has inspect configured for FTP on 21. Now the problem is that whether in active mode or pasv mode everything wrks fine like i can dwnload and brws the directory. now when i try to upload any file it starts and after transfering some bytes it stops n times out after some time.i tried many diff ftp servers and applying acl for matching ftp traffic and everything wrks fine (acl matches ftp traffic) problem persists only for ftp uploads (both activ n pasv)..
10-03-2006 03:36 PM
Try this, apply no fixup protocol in the box.
try this link
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml
10-03-2006 05:07 PM
Not sure if this is the issue but you might do a sho asp drop and check to see if the out-of-order packet buffer count is increasing (need to do the sho asp drop several times). If it is increasing, you can increase the number of buffers on your ASA by increasing the queue-limit. Here is an example..
hostname(config)# tcp-map tmap
hostname(config-tcp-map)# queue-limit 60
hostname(config)# class-map cmap
hostname(config-cmap)# match port tcp eq telnet
hostname(config)# policy-map pmap
hostname(config-pmap)# class cmap
hostname(config-pmap)# set connection advanced-options tmap
hostname(config)# service-policy pmap global
hostname(config)#
This may or may not be your problem, but it is worth a shot.
*** Please rate if this helps.*****
thanks.
Jay
02-05-2007 07:23 AM
I am having this exact issue. Can you please tell me if you got it resolved, and what was the fix? Thanks.
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