cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
0
Helpful
1
Replies

Policy Routing to a Floating Static next-hop

Randall White
Level 3
Level 3

Hi All,

I'm trying to figure out how to set up policy routing to a static next hop gateway that will fail over to a secondary gateway.

I have a remote location that has both wireless and leased line access. I want high priority traffic to use the leased line, but I want low priority traffic to use the wireless link and be able to fail back to the leased line.

Right now my config looks like this:

ip route 0.0.0.0 0.0.0.0 <leased line gateway>

!

!

route-map To-Bridge permit 10

match ip address 100 <specifies low priority traffic>

set ip next-hop 10.10.10.1 <wireless gateway>

This redirects traffic just fine, but if the wireless link goes down, there is no failover.

Is there any way to specify the next-hop as a floating static route?

Thanks, R

1 Reply 1