BGP Multipath load sharing iBGP and eBGP

Hi Stefanita,

Thanks for this, I just fixed these errors.

192.168.123.0/24 is a directly connected network for R1. It’s in the routing table, but as directly connected.

BGP multipath requires the same AS number and the same AS path length. With the bgp bestpath as-path multipath-relax command you tell BGP to ignore the AS number so that only the AS path length is left. If you end up with two options where one path has a longer AS path length then you could use prepending to fix this, making the two paths equal.

Rene

2 Likes