10-12-2010 08:12 PM - edited 03-11-2019 11:53 AM
Hi everybody,
I have the global service policy enabled on my internet ASA5510:
class-map global-class
match default-inspection-traffic
policy-map global-policy
class global-class
inspect ftp
inspect http
inspect bla bla..
I just wanna disable the inspect FTP for tone connection between two IP addresses. I configured a new service policy for that connection where there is no inspect FTP allowed. Is that correct?
Thanks.
10-13-2010 12:11 AM
Hi,
What you can do is remove inspect ftp that you have configured already. then create an access-list denying the traffic you do not want to be inspected and "permit ip any any" following that. Specify this class-map under the global_policy and put it an "inspect ftp" over there. Let me know if this works!
Thanks and Regards,
Prapanch
10-13-2010 11:14 AM
To put Prapanch suggestion in CLI commands
---
access-list ftp-acl deny tcp
access-list ftp-acl permit tcp any any eq 21
class-map ftp-cm
match access-l ftp-acl
policy-map global-policy
class ftp-cm
inspect ftp
class global-class
inspect http
inspect bla bla
10-14-2010 04:29 PM
Thanks guys. Appreciated.
I'm gonna test it by the next mid-week.
cheers
10-14-2010 08:56 PM
After you do, feel free to come back and rate the thread for others' future benefit.
PK
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