by shinwoo



두 AS 사이에 멀티링크가 존재할때 사용
default 로 bgp는 equal-cost 경로에서 하나의 경로만 선택한다.
하지만 maximum paths 를 이용하여 load sharing이 가능한다. (최대 6까지)






R1 :
router bgp 11
neighbor 160.20.20.2 remote-as 10
neighbor 150.100.100.2 remote-as 10
maximum-path 2  (동일 경로에 대해 두경로까지 허용)

R2
router bgp 10
neighbor 160.20.20.1 remote-as 11
network 2.0.0.0

R3
route bgp 10
neighbor 150.10.10.1 remote-as 11
network 2.0.0.0