Link to home
Start Free TrialLog in
Avatar of WellingtonIS
WellingtonIS

asked on

ACL's and WCCP for ASA and Websense

I have a number of websites that I want to exclude from WCCP and Websense.  I want them unfiltered.  I have a bunch of ACL's that start with:
access-list Websense_proxy extended permit ip host x.x.x.x any

wccp 0 redirect-list WEBSENSE_REDIRECT group-list WEBSENSE_PROXY
wccp 70 redirect-list WEBSENSE_REDIRECT group-list WEBSENSE_PROXY

wccp interface inside 0 redirect in
wccp interface inside 70 redirect in

I'm looking for a way to create ACL that will bypass WCCP and the websense_proxy

Is there a way to accomplish this?
for example I want to bypass 10.*.*.* and lets say xyz.com from WCCP and websense.
ASKER CERTIFIED SOLUTION
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America 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
Avatar of WellingtonIS
WellingtonIS

ASKER

OK so for example
access-list WEBSENSE_REDIRECT extended deny ip 10.0.0.0 255.0.0.0 any
then
access-list WEBSENSE_REDIRECT extended permit ip 10.0.0.0 255.0.0.0 any
correct?
I'm "assuming" you can't do xyz. com.  It has to be IP's..
SOLUTION
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
Thank you!