in my catalyst have a PBR (policy based routing) which redirects all TCP 443 destination traffic to a different server/IP.
how can I exclude one destination IP or network from this PBR.
current config;
ip access-list extended 110
102 permit tcp any any eq 443
103 permit tcp any any eq www
104 permit icmp any any
route-map pbr-web permit 10
match ip address 110
set ip next-hop 172.20.x.x