Multivitamin86
Technical User
Hi All,
I've got this pretty simple route-amp, as seen below.
ip access-list extended ACL-x2-FW
permit ip 192.168.246.0 0.0.0.7 any
route-map RM-FW permit 10
match ip address ACL-x2-FW
set ip next-hop 172.16.235.1
Then I go to the SVI and apply the ip policy but the traffic continues to route down my default route. The Default route is provided to the switch using eBGP.
conf t
int vlan 235
ip policy route-map RM-FW
I see nothing on the counters when I do a show route-map.
Am I losing it completely or something I don't know about? It's a 3750 with the IP Services rev 15.5.
Just a thought I'd run it past you guys before I tear whats left of the hair on my head out.
Cheers
MV
I've got this pretty simple route-amp, as seen below.
ip access-list extended ACL-x2-FW
permit ip 192.168.246.0 0.0.0.7 any
route-map RM-FW permit 10
match ip address ACL-x2-FW
set ip next-hop 172.16.235.1
Then I go to the SVI and apply the ip policy but the traffic continues to route down my default route. The Default route is provided to the switch using eBGP.
conf t
int vlan 235
ip policy route-map RM-FW
I see nothing on the counters when I do a show route-map.
Am I losing it completely or something I don't know about? It's a 3750 with the IP Services rev 15.5.
Just a thought I'd run it past you guys before I tear whats left of the hair on my head out.
Cheers
MV