08-17-2005 05:09 AM - edited 03-02-2019 11:44 PM
Is it possible to configure policy based routing on a tunnel interface, specifically mGRE tunnel interfaces supporting wireless layer three roaming.
Thank you,
Mark
08-23-2005 06:01 AM
You can try to add the route-map and make it match an access list where all the traffic that should be incoming by vlan-x and need to go over the tunnel is specifid.
route-map tunnel_Name permit 10
match ip address 110
set ip next-hop
access-list 110 permit ip.......
08-23-2005 01:11 PM
Thanks for the reply.
I am actually asking about policy routing traffic inbound on the tunnel interface.
interface tunnel0
ip policy route-map tunnel0
route-map tunnel0 permit 10
match ip address 110
set int gi9/7
access-list 110 permit ip....
If anyone knows if this is possible, I would appreciate your reply.
Thank you,
Mark
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide