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

BGP and Static Routing Precedence

dclarolh1
Level 1
Level 1

I have two default routes. One defined staticly and one defined via BGP. How do I give the static route precedence?

1 Accepted Solution

Accepted Solutions

John Blakley
VIP Alumni
VIP Alumni

If they're the same route to different destinations, the static route will win due to lower AD. Just install the router without a higher AD than 20 or 200 (depending on the route type). I hope I understand your question

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

View solution in original post

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

If they're the same route to different destinations, the static route will win due to lower AD. Just install the router without a higher AD than 20 or 200 (depending on the route type). I hope I understand your question

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

dclarolh1
Level 1
Level 1

Haha, I just figured this out after writing that. I mistyped the subnet as 255.255.255.0 on the default route instead of 0.0.0.0. Fixed the problem.