Hi All,
Is it ok to define WCCP in both directions on the serial (WAN) interface using two different WCCP service groups? The NAT is performed on the router. We would like to have client source ip in the NAT table instead of the WAE as inside address.
interface s1
ip wccp 90 redirect out
ip wccp 91 redirect in
ip nat outside
!
int g1/1 - WAE
ip wccp redirect exclude in
!
int g1/2 -clients
ip nat inside
!
90 - Destination Hash for ports 80, 443, 554 and 1755
91- Source hash for ports 80,443,554,and 1755
Thanks.