Routing Protocol2 EIGRP equal/unequal [metric/cost] paths load balancing default[k1=1, k2=0, k3=1, k4=0, k5=0] from Source R0 to destination R4 loopback 0 100.100.100.100 All serial segments Bandwidth, Delay are the same. Equal path load balancing. hostname R0 interface Serial0/0 ip address 10.0.1.1 255.255.255.252 interface Serial0/1 ip address 10.0.2.1 255.255.255.252 interface Serial0/2 ip address 10.0.3.1 255.255.255.252 router eigrp 1 network 10.0.1.1 0.0.0.0 ne.. 2010. 7. 2. Equal-Cost / Weighted Round-Robin Multi-Path (ECMP/WRRMP) Routing ecmp는 equal-cost multipath 라고 하는 것으로 dynamic routing protocol에서는 목적지에 대한 경로가 여러개 이더라도 가장 metric 이 낮은 경로를best path로 설정 합니다. 이렇게 했을 경우에는 여러경로가 같은 metric을 가졌다 하더라도 하나의 경로만을 사용하게 됩니다. 이 때 같은 metric의 경로가 여러개 있을 때 이 경로를 모두 사용하도록 하는 방법입니다. 일반적으로 per-destination을 기본으로 load balancing이 되는데 packet별로도 할수 있습니다. 하여간 가장 적절한 경로를 선정할 때 사용되는 metric의 값이 서로 같은 여러 경로에 대하여 그 경로를 모두 사용하도록 하는 방법이 ecmp 입니다. 라우팅 프로토콜마다 사.. 2009. 5. 7. 이전 1 다음 728x90