cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
Views
0
Helpful
2
Replies

Possible to configure Policy routing on tunnel interface?

MARK BAKER
Level 4
Level 4

Is it possible to configure policy based routing on a tunnel interface, specifically mGRE tunnel interfaces supporting wireless layer three roaming.

Thank you,

Mark

2 Replies 2

wong34539
Level 6
Level 6

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.......

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