tech:reseau_-_bonding_-_agregation_de_liens

Réseau - bonding - agregation de liens

teamd

Déprécié pour RedHat 9. Voir Bonding

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
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
teamd -o -t team255 -g -f /etc/teamd.conf

Détruire l'interface team

teamd -t team0 -k

Autres

# teamdctl team0 state item get setup.runner_name
activebackup
# teamdctl team0 state item get setup.kernel_team_mode_name
activebackup

Bonding

cat /proc/net/bonding/bond0

Autres

Voir aussi bond2team

bond2team --master bond0 --rename team0
tech/reseau_-_bonding_-_agregation_de_liens.txt · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki