I have a MPLS cloud in our data center. I want one network coming into our core router to have a different default route than the other networks coming in. I'm getting hits on the acl but the route isn't applied and goes to the default route that is configured in the router. I have other PBR for setting local-preferences and as-paths and they are working fine.
The router is a 7206 Version 12.4(11)T3
!
ip route 0.0.0.0 0.0.0.0 1.2.3.4
!
ip access-list extended 2nd_Default_Route
deny tcp 10.154.192.0 0.0.0.255 10.128.0.0 0.31.255.255
permit ip any any
!
route-map 2nd_Default_Route permit 10
match ip address AI_Cloud_Collapse
set ip default next-hop 10.154.3.30
!
Extended IP access list 2nd_Default_Route
10 deny tcp 10.154.192.0 0.0.0.255 10.128.0.0 0.31.255.255
20 permit ip any any (3462604 matches)