Differences between revisions 3 and 4
Revision 3 as of 2013-08-01 20:07:02
Size: 719
Editor: frank
Comment:
Revision 4 as of 2013-08-01 20:08:38
Size: 707
Editor: frank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
|| '''Mode''' || '''Mode in OVM3.2 ''' || '''Prerequisites''' || '''Feature''' ||
|| active-backup || Active Backup || Does not require switch configuration || Only one slave in the bond is active, other slave becomes if active slave fails (failover) ||
|| 802.3ad || Dynamic Aink Aggregation || Ethtool support in the base drivers for retrieving the speed and duplex of each slave. Switch supports 802.3ad and have it enablede || 802.3ad ||
|| balance-alb || Adaptive Load Balancing || Does not require switch support || load balancing is achieved by ARP negotiation ||
||'''Mode''' ||'''Mode in OVM3.2 ''' ||'''Prerequisites''' ||'''Feature''' ||
||active-backup ||Active Backup ||Does not require switch configuration ||Only one slave in the bond is active, other slave becomes if active slave fails (failover) ||
||802.3ad ||Dynamic Aink Aggregation ||Ethtool support in the base drivers for retrieving the speed and duplex of each slave. Switch supports 802.3ad and have it enablede ||802.3ad ||
||balance-alb ||Adaptive Load Balancing ||Does not require switch support ||load balancing is achieved by ARP negotiation ||
Line 9: Line 9:
[Linux Ethernet Bonding Driver HOWTO|https://www.kernel.org/doc/Documentation/networking/bonding.txt] * [[https://www.kernel.org/doc/Documentation/networking/bonding.txt|Linux Ethernet Bonding Driver HOWTO]]

Bonding

Mode

Mode in OVM3.2

Prerequisites

Feature

active-backup

Active Backup

Does not require switch configuration

Only one slave in the bond is active, other slave becomes if active slave fails (failover)

802.3ad

Dynamic Aink Aggregation

Ethtool support in the base drivers for retrieving the speed and duplex of each slave. Switch supports 802.3ad and have it enablede

802.3ad

balance-alb

Adaptive Load Balancing

Does not require switch support

load balancing is achieved by ARP negotiation

References

* Linux Ethernet Bonding Driver HOWTO

Tech/OVMNetwork (last edited 2014-03-07 19:17:34 by frank)