- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 01:07 AM
We can use bgp to advertise routes to others.
Is it cheating if we add a static route in addition to the bgp configuration so that if the bgp doesnt work, the static route will work?
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 01:32 AM - edited 10-31-2023 01:32 AM
Hello @Iloveyou,
Using a static route in addition to BGP for redundancy or as a backup can be a legitimate and practical approach to ensure network availability. It is not considered "cheating" but rather a form of redundancy and failover. This is often referred to as "floating static routes" or "static route backup."
BGP is a dynamic routing protocol that can adapt to changes in network topology. However, there can be situations where BGP might experience issues, such as neighbor failures or route withdrawals. In such cases, having a static route as a backup can ensure network continuity.
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 01:32 AM - edited 10-31-2023 01:32 AM
Hello @Iloveyou,
Using a static route in addition to BGP for redundancy or as a backup can be a legitimate and practical approach to ensure network availability. It is not considered "cheating" but rather a form of redundancy and failover. This is often referred to as "floating static routes" or "static route backup."
BGP is a dynamic routing protocol that can adapt to changes in network topology. However, there can be situations where BGP might experience issues, such as neighbor failures or route withdrawals. In such cases, having a static route as a backup can ensure network continuity.
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 04:13 AM
Just to add to M02@rt37's information, when you concurrently use static routes and dynamic routes, AD/cost metric setting, generally, very important.
For example, a "floating" static static would have a higher cost than the dynamic route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2023 05:45 AM
eBGP have lowest AD (AD=20) than other routing protocol except static route which have AD=1 so
making static route more than AD=20 make router prefer eBGP than static route and when the eBGP peed down the route will select static route as default path.
note:- iBGP have AD=200
Thanks A Lot
MHM
