SVI PBR

From: Tim Gregory (tgregory@lincoln.ac.uk)
Date: Tue Aug 29 2006 - 11:56:36 ART


Hi Guys..

When you configure PBR on a SVI, does it behave normally?

Basically I've got a scenario where I need to take some traffic coming
from a particular subnet and force it down a gre tunnel, so I've
configured the interface like this..

interface Vlan24
 ip address 10.1.24.129 255.255.255.128
 ip helper-address 194.80.56.107
 ip route-cache policy
 ip policy route-map force-tunnel

route-map force-tunnel permit 10
 match ip address route2blue
 set ip next-hop 10.254.253.1

ip access-list extended route2blue
 permit icmp 10.1.24.128 0.0.0.127 any
 permit ip 10.1.24.128 0.0.0.127 any

But traffic still follows the normal ip routing table path, I can't for
the life of my figure out why its not being routed down the next hop of
10.254.253.1.... Im sure its something very basic :[

Thanks...



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:59 ART