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

The traffic is select the first ?

TimeOut
Level 1
Level 1

Hi.
I would like to know about case as the below

I've example configure in the vlan


interface Vlan70
ip address 192.168.1.1 255.255.255.0
ip wccp 2 redirect in   <<<<<<<<<<<<<<<<<< 
ip policy route-map rm-to-proxy   <<<<<<<<<<<<<<<<<< 

 

 

ip wccp 2 redirect-list 200
access-list 200 permit tcp any any eq www
access-list 200 permit tcp any any eq 443

 

access-list 210 permit tcp 192.168.1.0 0.0.0.255 any eq 443
access-list 210 permit tcp 192.168.1.0 0.0.0.255 any eq www

route-map rm-to-proxy permit 1
match ip address 210
set ip next-hop 172.168.5.10

 

Which one the traffic  choose  the first  between wccp or route map ?

1 Reply 1

WCCP will be selected first then PBR/route-map

 

Reference - https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/6209-5.html