La plupart de ces points sont décrits en détail dans le /usr/src/linux/Documentation/networking/bonding.txt
fichier de documentation du paquet source linux de votre distribution préférée. La vitesse de basculement est contrôlée par le paramètre "miimon" pour la plupart des modes, mais ne doit pas être réglée trop bas; les valeurs normales sont de toute façon inférieures à une seconde.
Voici les meilleures pièces, complétées par moi:
balance-rr or 0
Round-robin policy: Transmit packets in sequential
order from the first available slave through the
last. This mode provides load balancing and fault
tolerance.
active-backup or 1
Active-backup policy: Only one slave in the bond is
active. A different slave becomes active if, and only
if, the active slave fails. The bond's MAC address is
externally visible on only one port (network adapter)
to avoid confusing the switch.
This mode provides fault tolerance. The "primary"
option affects the behavior of this mode.
balance-xor or 2
XOR policy: Transmit based on the selected transmit
hash policy. The default policy is a simple [(source
MAC address XOR'd with destination MAC address) modulo
slave count]. Alternate transmit policies may be
selected via the xmit_hash_policy option.
This mode provides load balancing and fault tolerance.
broadcast or 3
Broadcast policy: transmits everything on all slave
interfaces. This mode provides fault tolerance.
802.3ad or 4
IEEE 802.3ad Dynamic link aggregation. Creates
aggregation groups that share the same speed and
duplex settings. Utilizes all slaves in the active
aggregator according to the 802.3ad specification.
Slave selection for outgoing traffic is done according
to the transmit hash policy, which may be changed from
the default simple XOR policy via the xmit_hash_policy
option. Note that not all transmit policies may be 802.3ad
compliant, particularly inregards to the packet mis-ordering
requirements of section 43.2.4 of the 802.3ad standard.
Differing peer implementations will have varying tolerances for
noncompliance.
Note: Most switches will require some type of configuration
to enable 802.3ad mode.
balance-tlb or 5
Adaptive transmit load balancing: channel bonding that
does not require any special switch support. The
outgoing traffic is distributed according to the
current load (computed relative to the speed) on each
slave. Incoming traffic is received by the current
slave. If the receiving slave fails, another slave
takes over the MAC address of the failed receiving
slave.
balance-alb or 6
Adaptive load balancing: includes balance-tlb plus
receive load balancing (rlb) for IPV4 traffic, and
does not require any special switch support.
When a link is reconnected or a new slave joins the
bond the receive traffic is redistributed among all
active slaves in the bond by initiating ARP Replies
with the selected MAC address to each of the
clients. The updelay parameter must
be set to a value equal or greater than the switch's
forwarding delay so that the ARP Replies sent to the
peers will not be blocked by the switch.
balance-rr, active-backup, balance-tlb et balance-alb n'ont pas besoin de prise en charge des commutateurs.
balance-rr augmente les performances au prix de la fragmentation, fonctionne mal avec certains protocoles (CIFS) et avec plus de 2 interfaces.
balance-alb et balance-tlb peuvent ne pas fonctionner correctement avec tous les commutateurs; il y a souvent des problèmes d'arp (certaines machines peuvent ne pas se connecter entre elles par exemple). Vous devrez peut-être modifier divers paramètres (miimon, mise à jour) pour obtenir un réseau stable.
balance-xor peut ou non nécessiter une configuration de commutateur. Vous devez configurer un groupe d'interface ( pas LACP) sur les commutateurs HP et Cisco, mais apparemment ce n'est pas nécessaire sur les commutateurs D-Link, Netgear et Fujitsu.
802.3ad nécessite absolument un groupe LACP du côté du commutateur. C'est la meilleure option prise en charge dans l'ensemble pour augmenter les performances.
Remarque: quoi que vous fassiez, une connexion réseau passe toujours par un et un seul lien physique. Ainsi, lors de l'agrégation d'interfaces GigE, un transfert de fichiers de la machine A vers la machine B ne peut pas dépasser 1 gigabit / s, même si chaque machine possède 4 interfaces GigE agrégées (quel que soit le mode de liaison utilisé).