cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
655
Views
5
Helpful
2
Replies

Cisco Router Failover between Static Route and BGP Link

premvishwakarma
Level 1
Level 1

Hi,

I have a router with two links. 

One is BGP link and another is Static Route. 

I want to configure both ink as failover, where static route will be primary and if static route failed it should shift to BGP link. Once static route up again it shoud 

1 Accepted Solution

Accepted Solutions

It automatically shift,

The static have ad 1 and bgp have ad 20,

So router always prefer lowest ad which is static, when it fialed 

Via 

1- egress interface is down

2- ip sla track is down 

Then static route will remove from rib and router will use bgp.

View solution in original post

2 Replies 2

It automatically shift,

The static have ad 1 and bgp have ad 20,

So router always prefer lowest ad which is static, when it fialed 

Via 

1- egress interface is down

2- ip sla track is down 

Then static route will remove from rib and router will use bgp.

premvishwakarma
Level 1
Level 1

Hi,

This works for me. Thanks for your support !