cancel
Showing results for 
Search instead for 
Did you mean: 

IP load sharing on MLXE

IP load sharing on MLXE

pbradford
New Contributor
So here's the setup. We have an MLXe with 2 LAGs to a Cisco CMTS (cbr). these two are OSPF neighbors. The CMTS announces it's routes via iBGP to a Route Reflector elsewhere in the network.

what we're seeing is that traffic towards the CMTS is taking 1 LAG. Traffic out from the CMTS is load balanced fine it's just the traffic towards the CMTS that is lopsided. Is there a way on the MLXe to check the load sharing algorithm? Any ideas why it might pick one lag over the other with each being exactly the same OSPF cost?

Thanks
2 REPLIES 2

pbradford
New Contributor
config snippet I was missing:

router bgp
address-family ipv4 unicast
maximum-paths 8

Thanks Samantha!

Samantha_R_Newm
Extreme Employee
I believe this is the same question you asked in the ticket you opened with us that I helped with.

For the community it was due to Multipath not being enabled for BGP. BGP (I or E) will only ever use 1 path by default. By configuring Multipath for BGP this allowed for the load sharing to take place between two equal cost paths.
GTM-P2G8KFN