Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

LACP vs Trunk

It has nothing to do with VLANs.

LACP uses the 802.3ad protocol to negotiate the interfaces with the remote device. It uses
hash algorithms for load-balancing and can be increased or decreased in the number of
interfaces without any impact to the logical link. It also detects if the other side of the
interface is misconfigured and stops sending packets on misconfigured interfaces to prevent
packet loss. You may know it from Cisco as an EtherChannel. 

"trunk" just puts this interfaces together but does not negotiate anything with the other site. It
is mandatory that the other site is also configured as a trunk for the link to be working.

I usually go with LACP as often as possible, since it is really easy to implement and brings
only positives.
Some server (f.e. VMWware ESXi ) can not "speak" 802.3ad natively (or only with the
biggest license), so I have to use static trunks or switch independent load-balancing.

You might also like