Section: Bridges, VLANs, and Tunnels

Create bond

bash
bash
sudo ip link add bond0 type bond mode active-backup
Explanation

Create a bonding interface.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Bridges, VLANs, and Tunnels
Attach interface to bridge
Add an interface as a bridge port.
OpenIn sheetbashsame section
Create VLAN subinterface
Create a VLAN-tagged interface.
OpenIn sheetbashsame section
Show bridge ports
Display interfaces participating in Linux bridges.
OpenIn sheetbashsame section
Show bridge forwarding database
Inspect learned MAC addresses on bridges.
OpenIn sheetbashsame section
Create bridge
Create a software bridge device.
OpenIn sheetbashsame section
Create GRE tunnel
Create a GRE tunnel interface.
OpenIn sheetbashsame section