informatique:systeme:matos:channel_bonding

Ceci est une ancienne révision du document !


Channel Bonding en mode 802.3ad (redondance de lien + équilibrage de charge)

On utilise pour ça le mode 802.3ad.

Installation de ifenslave :

apt-get install ifenslave-2.6

Fichier /etc/network/interfaces :

auto bond0
iface bond0 inet static
    slaves eth0 eth1
    bond-mode 802.3ad
    bond-miimon 100
    bond-downdelay 200
    bond-updelay 200
    address 192.168.0.1
    network 255.255.255.0
    gateway 192.168.0.254
Il peut être nécessaire de forcer le mode de bonding au moment du chargement du module kernel (rencontré avec un switch Cisco notamment et le mode 802.3ad). Dans ce cas, éditer le fichier /etc/modprobe.d/bonding.conf et ajouter :
options bonding mode=4 miimon=100
  • informatique/systeme/matos/channel_bonding.1329321470.txt.gz
  • Dernière modification : 2012/02/15 15:57
  • de bn8