02-22-2013 05:28 AM - edited 03-07-2019 11:53 AM
Hi,
I'm trying to configure PBR on a Cisco WS-C3560X-24P-E. I am trying to redirect packets to another next-hop (route not in routing table as I have a default route configured) once it has matched an extended access list. Please see config below
sdm prefer routing
ip access-list extended Test
permit tcp 172.16.1.0 0.0.0.255 any eq www 443
route-map RMTest permit 10
match ip address Test
set ip default next-hop 192.168.0.1
interface Vlan1
ip address 172.16.1.1 255.255.255.0
ip route-cache policy
no ip route-cache cef
ip policy route-map RMTest
After I put in the ip policy route-map command I get the following error:
%PLATFORM_PBR-3-UNSUPPORTED_RMAP: Route-map I_Net not supported for Policy-Based Routing
Any ideas?