cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
0
Helpful
3
Replies

ftp-control

kirit_patel
Level 1
Level 1

Whats the equivalent of application ftp-control command in ACE configuration. I have a user whose passive ftp is not working. The firewall is allowing passive ports.

3 Replies 3

ftp inspect.

You need something in line with the following config

class-map match-all FTP-Traffic

2 match port tcp eq ftp

policy-map multi-match xyz

class FTP-Traffic

inspect ftp

Syed Iftekhar Ahmed

what does inspect ftp command do for me. can u explain it in detail?

Same as in any state full firewall FTP Inspect analyzes the PASSIVE MODE command to find out what the negotiated inbound port is, and automatically 'opens' this port from the FTP client through the ACE to the FTP Server.

You can alos use strict feature of ftp inspect to filter out specific control commands

Syed