5.11. Controlling teamd with teamdctl
In order to query a running instance of teamd
for statistics or configuration information, or to make changes, the control tool teamdctl is used.
To view the current team state of a team
team0, enter the following command as
root
:
~]# teamdctl team0 state view
For a more verbose output:
~]# teamdctl team0 state view -v
For a complete state dump in JSON format (useful for machine processing) of
team0, use the following command:
~]# teamdctl team0 state dump
For a configuration dump in JSON format of
team0, use the following command:
~]# teamdctl team0 config dump
To view the configuration of a port
em1, that is part of a team
team0, enter the following command:
~]# teamdctl team0 port config dump em1
5.11.1. Add a Port to a Network Team
To add a port
em1 to a network team
team0, issue the following command as
root
:
~]# teamdctl team0 port add em1