Link to home
Start Free TrialLog in
Avatar of bigfooter
bigfooter

asked on

CISCO ASA 5520, FTP Timeouts

We have recently moved to an ASA 5520 and finding that our FTP connections are timing out when downloading large files.

I can use the ASDM and the CLI but cannot find anything definitive to increase the time out for FTP connections...

Any help is much appreciated!

Thanks
BF
Avatar of Ramakrishna Prabhu
Ramakrishna Prabhu
Flag of Malaysia image

What policies have been enabled currently? Can you paste the configuration?
Avatar of bigfooter
bigfooter

ASKER

Hi

policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum client auto
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny  
  inspect sunrpc
  inspect xdmcp
  inspect sip  
  inspect netbios
  inspect tftp
  inspect ip-options
!
service-policy global_policy global
prompt hostname context
call-home reporting anonymous

: end
ASKER CERTIFIED SOLUTION
Avatar of Henk van Achterberg
Henk van Achterberg
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
On the external interface? Will this not clip the bandwidth? We have 400 users on a 1Gig line
Avatar of Pete Long
>> Will this not clip the bandwidth?

NO, it only affects packet fragmentation

PL
Ok thanks

mtu management 1500
mtu Inside 1500
mtu Outside 1300

All done. how does this affect timeouts for FTP? Cheers
Thanks
if there is a router between your ASA and the FTP server that drops packets with a large packet size then this behaviour occurs.

You can test with higher MTU values like 1400, 1410, etc. so see which value works without problems.

I suggest you look for the highest possible value.
Thanks I will tweak until I hit the sweet spot.