logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

interfaces-bond - Bonding/LAG extensions for the interfaces(5) file format

Authors

Maximilian Wilhelm <max@sdn.clinic> 2025-03-25 interfaces-bond(5)

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

See Also