The following is a sample of a working WCCP config on a Blue Coat device:
wccp enable
wccp version 2
service-group web-cache
home-router 10.1.1.1
interface 0
end
The following is a sample of the corresponding router (10.1.1.1) config:
Router# configure terminal
Router(config)# ip wccp web-cache
Router(config)# interface serial 0/0
Router(config-if)# ip wccp web-cache redirect out
*for this configuration it assumes that all port 80 traffic being sent out of serial interface 0/0 will be redirected to the Blue Coat device - this is not always the case