{{tag>Brouillon Réseau}} # Réseau - bonding - agregation de liens ## teamd Déprécié pour RedHat 9. Voir Bonding ~~~bash dnf install teamd ~~~ ~~~ # teamdctl team0 state setup: runner: activebackup ports: eno1 link watches: link summary: up instance[link_watch_0]: name: ethtool link: up down count: 0 runner: active port: eno1 # teamnl team0 options queue_id (port:eno1) 0 priority (port:eno1) 0 user_linkup_enabled (port:eno1) false user_linkup (port:eno1) true enabled (port:eno1) true activeport 2 mcast_rejoin_interval 0 mcast_rejoin_count 1 notify_peers_interval 0 notify_peers_count 1 mode activebackup ~~~ ~~~bash ip link teamd -t team0 -d ip link set team0 up ip addr add 192.168.1.100/24 dev team0 teamctl team0 port add eth0 teamctl team0 port add eth1 ~~~ ~~~bash teamd -o -t team255 -g -f /etc/teamd.conf ~~~ Détruire l'interface team ~~~bash teamd -t team0 -k ~~~ ### Autres ~~~bash # teamdctl team0 state item get setup.runner_name activebackup # teamdctl team0 state item get setup.kernel_team_mode_name activebackup ~~~ ## Bonding ~~~bash cat /proc/net/bonding/bond0 ~~~ ## Autres Voir aussi bond2team ~~~bash bond2team --master bond0 --rename team0 ~~~