cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1896
Views
0
Helpful
1
Replies

Load sharing between two circuit at sites with dual MPLS circuits

HyeonCheol Cho
Level 1
Level 1

Hello there.

Is there a way on the CE routers to prove that MPLS network is correctly configured to carry traffic using multiple paths sharing load in fair ratio?

We are using MPLS WAN network provided by a single service provider and we have multiple sites where two MPLS WAN circuits are used for the traffic load-sharing.

However, we observe that inbound traffic to sites are not fairly load-balanced most of the time so that one circuit hit the maximum bandwidth for the inbound while the other circuit stays less then 50% utilization.

We brounht this problem to the service provider but all we heard from the service provider is that the MPLS load-sharing is running fine. but, due to the nature of traffic, we are experiencing the issue.

Thank you in advance.

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Cho,

>> However, we observe that inbound traffic to sites are not fairly load-balanced most of the time so that one circuit hit the maximum bandwidth for the inbound while the other circuit stays less then 50% utilization.

load balancing is flow based meaning that packets belonging to the same flow ( same IP source same IP destination) all follow the same path. This avoids out of order issues.

However, if among the traffic flows some of them have high traffic volume the behaviour can be the one you see.

The proof that  the SP is load balancing over two links to each VRF site is given by the fact that both links are used, but you cannot expect an exact load balancing as few high traffic volume flows are enough to have a link more loaded.

Hope to help

Giuseppe