please help. for my final project in college i load balance 2 ISP using ecmp but the traffic only goes to ISP1, not both of the ISP. does ecmp work this way? shouldnt the packet divided to the ISP1 and ISP2? i dont know if i do the load balance in the right way and if i dont, i dont know where my mistake is. anybody please help because the due for my final project is getting closer
ECMP is not doing per packet balancing. It is per connection load balancer. So you need at least two connections from different source addresses or to different destination addresses.
I’m currently comparing load balance and failover with nth method and ecmp method, I have some questions:
When I run failover in nth load balance, I try disable the ISP that I used but the connection doesnt move automatically, instead I need to make a new connection so I could connect to the backup ISP, does this happem bcs of the connection-mark in nth?
Many references say that ecmp load balance has a failover effect so we dont have to configure the Distance on the default route we use, why it could happen? How could ecmp load balance has a failover effect without setting the Distance parameter?