In order to configure WCCP in the ProxySG, we need to enable the WCCP setting by issuing the following commands:
>enable
#configure terminal
#(config)wccp enable
Then we need to install a file that must contain the parameters the proxy will use to communicate with the router/s. This file must be delimited using the following structure:
#(config)inline wccp-settings EOF-MARKER
Settings go here
EOF-MARKER
This is just an example:
#(config)inline wccp-settings EOF
wccp enable
wccp version 2
service-group 1
forwarding-type GRE
priority 1
protocol 6
interface 1:0
primary-hash-weight 1:0 1
home-router 1.2.3.4
assignment-type hash
service-flags source-ip-hash
EOF