OSPF--Load Balancing


The lab configuration entails three network hops from R1 to reach R4, passing through R2, while there are only two hops from R5. As all the interfaces are Fast Ethernet, there would be an excessive load on R5 which could cause issues. 

To solve this problem, I configured the links between R1 to R5 and then R5 to R4 at the cost of 1500.  

Two hops at 1500 = total cost of 3000. Three hops at 1000 (Previously set at auto-config) = 3000.  So now the traffic should be redistributed evenly. It worked!  





Comments

Popular posts from this blog

ARP--Address Resolution Protocol

HSRP Configuration