Page 1 of 1

LAG microwaves

Posted: Fri Mar 24, 2017 11:13 am
by mhoppes
So I just had a bomb dropped on me by Ubiquiti.

I was planning to install two 11x microwaves and bond them using OSPF.

https://help.ubnt.com/hc/en-us/articles ... supported-

Apparently using ECMP on the EdgeRouter is now a very very dangerous thing, consider if you have slightly higher latency on one route than another you'll have out of order packets and all manner of confusion.

Has anyone successfully bonded two microwave links using LACP using the Netonix switches? They are the same microwave, using the same dishes. My concern is I've heard if one starts going wonky LACP will totally get confused, but maybe OSPF would as well.

Regardless, it sounds like using OSPF to equal cost load balance to two eBGP providers will result in very very unexpected results with this setup. Thoughts?

Re: LAG microwaves

Posted: Fri Mar 24, 2017 12:02 pm
by sirhc
I am not a big fan of using LACP with wireless links but if the links are identical in capacity (or very close) and rock solid links you can do it.

Keep in mind LACP does not take two 1G links and give you a 2G link it load balances the traffic on the 2 links based on the criteria you tell it to use such as source destination.

LACP will keep each independent stream on 1 or the other link so there is no risk of out of order packets.

I feel if you set it up right you would be OK.

Re: LAG microwaves

Posted: Fri Mar 24, 2017 12:19 pm
by mhoppes
Yup. That's what I want to do. And apparently ospf in edgerouter no longer does that :/

Re: LAG microwaves

Posted: Fri Mar 24, 2017 1:50 pm
by sirhc
Something like this is what I would do
Matt.png

Re: LAG microwaves

Posted: Wed Mar 29, 2017 1:12 pm
by CuninganReset
Hello.
I have always a question with this, the radio must be really transparent for the switch? For example like AirFiber with one port for data and the other for management.
Or can be any Rocket or other that has management and data on same wire?
I think that the link between the two switches must be really transparent like two wires.

Re: LAG microwaves

Posted: Wed Mar 29, 2017 3:30 pm
by sirhc
CuninganReset wrote:Hello.
I have always a question with this, the radio must be really transparent for the switch? For example like AirFiber with one port for data and the other for management.
Or can be any Rocket or other that has management and data on same wire?
I think that the link between the two switches must be really transparent like two wires.


Yes it must be a true bridge LACP, a Static LAG is not as picky but can not deal with one link dropping out like LACP can.

I always suggest people play in a lab first not production.