interfaces-bond - Bonding/LAG extensions for the interfaces(5) file format
Contents
Description
The Linux implementation for Ling Aggregation Groups (LAGs) is called bonding, whereas a LAG interface is
called bond. The Linux bonding implementation supports active/passive setups, classical EtherChannels as
well as LACP (802.3ad).
The following options set up bonding/LAG interfaces with ifupdown-ng.
See https://www.kernel.org/doc/Documentation/networking/bonding.rst and for more information.
Examples
A bond using two links and LACP (802.3ad):
auto bond0
iface bond0
bond-members eth0 eth1
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-min-links 1
#
address 192.0.2.42/24
address 2001:db8::42/64
Name
interfaces-bond - Bonding/LAG extensions for the interfaces(5) file format
