05-22-2012 06:37 AM - edited 03-04-2019 04:26 PM
Hi all,
I need to know if is it possible to use ebgp multihop on a CE with two links, one link is connected to PE1 and the other link is connected to PE2 (one CE with 2 links to two different PEs).
thanks
Solved! Go to Solution.
05-22-2012 07:16 AM
Yes...it will support it as long as you have identical routes in the bgp table. You can enable "maximum-paths" under bgp:
router bgp 1
maximum-paths 2
You may also need to enable multipath relax:
bgp bestpath as-path multipath-relax
The idea is that if you are learning 2 identical routes from the same AS, then you'll need to enable maximum-paths only. By default, BGP doesn't load balance and only puts 1 route in the routing table. If you are learning 2 identical routes from 2 different ASes, you'll need to enable the second command.
HTH,
John
05-22-2012 06:50 AM
Tarik,
Ebgp multihop is for when you have a peer that's more than 1 hop away. By default, bgp sets the ttl to 1. It doesn't sound like you need multihop configured if you have a neighbor that's only 1 hop away.
Hth,
John
Sent from Cisco Technical Support iPhone App
05-22-2012 07:06 AM
Hi,
thanks Blakley,
i want to mean multiphat, sorry for that
i want to assure the load sharing between this two links.
BR
05-22-2012 07:16 AM
Yes...it will support it as long as you have identical routes in the bgp table. You can enable "maximum-paths" under bgp:
router bgp 1
maximum-paths 2
You may also need to enable multipath relax:
bgp bestpath as-path multipath-relax
The idea is that if you are learning 2 identical routes from the same AS, then you'll need to enable maximum-paths only. By default, BGP doesn't load balance and only puts 1 route in the routing table. If you are learning 2 identical routes from 2 different ASes, you'll need to enable the second command.
HTH,
John
05-22-2012 07:37 AM
Thanks for your help Blakley, it's now clear
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide