Teamd - LinuxUserGroupUWSP/RackMesa GitHub Wiki

Install teamd.

modprobe team
yum –y install teamd

Create a new team interface.

vi /etc/sysconfig/nework-tools
BOOTPROTO=static
TEAM_CONFIG='{"runner":{"name":"lacp"},"link_watch":{"name":"ethtool"}}'
IPADDR=192.168.122.120
NETMASK=255.255.255.0
GATEWAY=192.168.122.1
NAME=team0
DEVICE=team0
ONBOOT=yes
DEVICETYPE=Team
PREFIX=24

Add to interfaces you're trying to team.

TEAM_MASTER=team0
DEVICETYPE=TeamPort