BGP AS-PATH preferred route
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2017 01:39 PM
Hello, all!
Does anybody faced with issue, BGP routes with the same Weight and LPref and Summit is choose preferred route with larger AS-PATH?
EXOS 15.6.2
For example:
X670G2 # sh bgp
routes detail network 123.123.123.0/24
Routes:
Route: 123.123.123.0/24, Peer 1.2.3.4
Origin IGP, Next-Hop 1.2.3.4, LPref 500, MED 0
Weight 3000,
As-PATH: ( 45002 )
Community: 32808:1 32808:2 32808:3
Route: 123.123.123.0/24, Peer 5.6.7.8, BEST, Active
Origin IGP, Next-Hop 5.6.7.8, LPref 500, MED 0
Weight 3000,
As-PATH: ( 45001 45002 )
Community: 32808:1 32808:2 32808:3
Thank you!
Does anybody faced with issue, BGP routes with the same Weight and LPref and Summit is choose preferred route with larger AS-PATH?
EXOS 15.6.2
For example:
X670G2 # sh bgp
routes detail network 123.123.123.0/24
Routes:
Route: 123.123.123.0/24, Peer 1.2.3.4
Origin IGP, Next-Hop 1.2.3.4, LPref 500, MED 0
Weight 3000,
As-PATH: ( 45002 )
Community: 32808:1 32808:2 32808:3
Route: 123.123.123.0/24, Peer 5.6.7.8, BEST, Active
Origin IGP, Next-Hop 5.6.7.8, LPref 500, MED 0
Weight 3000,
As-PATH: ( 45001 45002 )
Community: 32808:1 32808:2 32808:3
Thank you!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-16-2017 06:58 AM
Hello Alexandr,
Inside the BGP onfederation, the best path selection cannot be calculated with AS PATH length attribute. This can be taken care only by adding addition configuration like Local preference or Weight.
In your output shortest patch is selected based on Lowest Next hop IP address.
Best Regards,
Nikolay
Inside the BGP onfederation, the best path selection cannot be calculated with AS PATH length attribute. This can be taken care only by adding addition configuration like Local preference or Weight.
In your output shortest patch is selected based on Lowest Next hop IP address.
Best Regards,
Nikolay
