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 ?