This document describes how to configure the Web Cache Communication Protocol (WCCP) for the Cisco Adaptive Security Appliance (ASA) through the Cisco Web Security Appliance (WSA).
Cisco recommends that you have knowledge of these topics:
The information in this document is based on these software and hardware versions:
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Use this section in order to configure the WCCP for the ASA.
These are the commands that are entered on the WSA in order to configure the WCCP for the ASA:
hostname(config)# wccp {web-cache | service_number} [redirect-list access_list]
[group-list access_list] [password password]
hostname(config)# wccp interface interface_name {web-cache | service_number}
redirect in
These are the entry descriptions for this command:
Complete these steps in order to configure the WCCP for the ASA via the WSA:
wccp web-cache
wccp interface inside web-cache redirect in
wccp 90 redirect-list wccp-hosts group-list wccp-routers
wccp 90 redirect-list wccp-hosts group-list wccp-routers password securewccp
access-list wccp-hosts extended deny tcp any host 10.0.0.1
access-list wccp-hosts extended deny tcp any host 10.0.0.2
access-list wccp-hosts extended permit tcp any any eq www
access-list wccp-hosts extended permit tcp any any eq https
access-list wccp-routers standard permit host 10.0.0.1
access-list wccp-routers standard permit host 10.0.0.2
access-list wccp-routers extended permit ip host 10.0.0.1 any
access-list wccp-routers extended permit ip host 10.0.0.2 any
wccp interface inside 90 redirect in
In order to display the global statistics that are related to WCCP, enter the show wccp command in privileged EXEC mode:
show wccp {web-cache | service-number}[detail | view]
show run | inc wccp
There is currently no specific troubleshooting information available for this configuration.
Revision | Publish Date | Comments |
---|---|---|
1.0 |
13-Jun-2014 |
Initial Release |