cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
431
Views
0
Helpful
1
Replies

WCCP in and out simultaneously

PJ
Level 1
Level 1

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.

1 Reply 1

Nicolas Fournier
Cisco Employee
Cisco Employee

Hi Praful,

Even if we usually try to put the two services on different interfaces, it is ok to have both of them in and out of the same interface.

Just keep in mind that WCCP is applied before NAT.

Regards,

Nicolas