Interface teaming with nmcli

December 28, 2015 in memos.

Create the team interface

This creates a new team interface named team0 and sets runner (bond mode) to lacp. In these examples the name of the interface is team0

Add slave device

$ nmcli connection add \
  type team-slave \
  con-name team0-port1 \
  ifname eno1 \
  master team0

Additional information can be found in the Red Hat Enterprise Linux Networking Guide documentation.

Tags: