cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1727
Views
0
Helpful
5
Replies

BGP bandwidth

Hi

I have a router with two ISP's

one interface is 100Mbps(ISP1) and the other is 1Mbps(ISP2)

Then i have configured BGP across them

without tunning anything, will it take ISP1 as the best route since it is having the higher bw???

Or in what condition will this bw factor affect on the routing table ???

5 Replies 5

BGP does not take bandwidth into consideration when deciding on the best path. Here you can read about best path selection algorithm - http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-25.html

elnekramer
Level 1
Level 1

BGP is a path vector routing protocol. It actually uses hop count " Autonomous systems" for path selection provided the next hop must be reachable.

BGP uses these attributes in this order for path selection, until it finds an attribute that is not a tie and different values.

These values can also be manipulated for path selection by you for traffic engineering

1.Prefer the path with the highest WEIGHT. (this is a proprietary attribute and only local to the router)  default is

2.Prefer the path with the highest Local pref. (default 100)

3. Prefer the path that was locally originated

4. Shortest AS-path  (this normally breaks the tie , as the top 3 has default values.

5.Prefer the path with the lowest origin type. (igp  lower than Exterior Gateway Protocol (EGP), and EGP is lower than incomplete)

6.Prefer the path with the lowest MED

7.Prefer eBGP over iBGP paths

8.Prefer the path with the lowest IGP metric to the BGP next hop

9.Determine if multiple paths require installation in the routing table for BGP multipath (multipath is for load balancing)

10.When both paths are external, prefer the path that was received first (the oldest one)

11.Prefer the route that comes from the BGP router with the lowest router ID

It normally stops here if all other attributes are the same, but if for some reason not then:

12.If the originator or router ID is the same for multiple paths, prefer the path with the minimum cluster list length

13.Prefer the path that comes from the lowest neighbor address

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

As the other posters have already noted, by default, BGP doesn't use bandwidth in its path selection.

I recall (?) later/some Cisco BGP supports a feature where bandwidth can be injected into BGP community, which can be use by the BGP configuration to use bandwidth to select a path.

Yep, it calls bgp link bandwidth - http://www.cisco.com/c/en/us/td/docs/ios/12_2s/feature/guide/fsbgplb.html

But the other side routers also must undestand the communities generated by this feature.

MANI .P
Level 1
Level 1

hi Pushpar01 ,

   Can you share me the details of show commands so that we can eailsy identify the route cause .

# show ip bgp summary ,

#show ip bgp all

#show ip bgp

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card