Link to home
Start Free TrialLog in
Avatar of WellingtonIS
WellingtonIS

asked on

Cisco ASA 5510 & Websense

I have a cisco ASA with websense applicance.  I have websense filtering the traffic, but now I'm trying to enable wccp.  I'm a bit confused..  I think i need to create an access list for the network:
access-list wccp extended permit tcp x.x.x.x x.x.x.x any eq https ?
access-list wccp extended permit tcp x.x.x.x x.x.x.x any any eq www?

wcccp  0 redirect-list wccp
wccp 70 redirect-list wccp?

I'm not sure if this is the right command or this is what I need?

I need to enable it and redirect the traffic to 8080 on the websense
SOLUTION
Avatar of surbabu140977
surbabu140977
Flag of India 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

I also found this but I'm not sure of the IP's

access-list wccp-servers permit ip host (websense or gateway) any
access-list wccp-traffic permit ip network subnet any
wccp interface inside web-cache redirect in
wccp interface inside service 70 redirect in
ASKER CERTIFIED 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
Basically I did however, just not sure of the IP's but thanks for the tip