cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
660
Views
0
Helpful
3
Replies

wccp redirect and PBR

ROMAN TOMASEK
Level 1
Level 1

Hi,

can I use wccp redirect and PBR together? I tested it, but the redirection is not functional.:-(

interface GigabitEthernet0/0

description DownStream

ip address 172.24.0.1 255.255.0.0

ip policy route-map PBR-SLA

ip wccp web-cache redirect in

load-interval 30

duplex full

speed 100

media-type rj45

no negotiation auto

Thank you for your advice.

3 Replies 3

smalkeric
Level 6
Level 6

WCCP and PBR redirect will not work together. You can configure either PBR or WCCP redirect on your device. The behaviour what you see is normal. When you try to configure both the redirection will not work.

Hi,

the answer above is not totally right. You have to have a look at the order of operation (see http://www.cisco.com/warp/public/556/5.html)

PBR takes place before WCCP comes in the game.

So check if the packet needs to be routed before it needs to be intercepted and adjust the order by moving the wccp to be outgoing and verify that the PBR is not redirecting traffic you want to have intercepted.

Kind Regards,

Joerg

Hi,

thank you for your advice.

Roman