Hi Guys,
Does anyone know how to enable the BGP load balancing on the 7750SR? Any suggestion?
Thanks
BGP LOAD BALANCING
Re: BGP LOAD BALANCING
configure router bgp multipath <max-paths>
where <max-paths> is an integer taking values 1-32
and/or
configure router bgp ibgp-multipath
where <max-paths> is an integer taking values 1-32
and/or
configure router bgp ibgp-multipath
Re: BGP LOAD BALANCING
Thanks Mivens. It begun works only once I entered the command router bgp -ibgp-multipath. Wich Cisco you do not need to do it , I guess also with Juniper. It is a weird way that Alcatel use.
BTW thanks for letting me know.
BTW thanks for letting me know.
Re: BGP LOAD BALANCING
Glad it works for you. I believe it is the same with Cisco IOS:
http://www.cisco.com/en/US/docs/ios/ipr ... #wp1105004
http://www.cisco.com/en/US/docs/ios/ipr ... #wp1105004
BGP, by default, will install only one best path in the routing table.
Re: BGP LOAD BALANCING
The point is that in we are peering with an eBGP and not iBGP. But, it works only with the command router bgp ibgp-multipath enable.
-
gya
Re: BGP LOAD BALANCING
you need to config also ecmp with ebgp multipath
for example
configure service vprn XX ecmp 2
then
bgp multipath 2
for example
configure service vprn XX ecmp 2
then
bgp multipath 2
