# read /usr/src/linux/Documentation/networking/bonding.txt for help! alias bond0 bonding options bond0 mode=0 miimon=100 #alias bond1 bonding #options bond1 -o bonding1 arp_interval=200 arp_ip_target=10.0.0.1 # Parameters: # arp_interval:arp interval in milliseconds (int) # arp_ip_target:arp targets in n.n.n.n form (array of charp) # arp_validate:validate src/dst of ARP probes: none (default), active, backup or all (charp) # downdelay:Delay before considering link down, in milliseconds (int) # lacp_rate:LACPDU tx rate to request from 802.3ad partner (slow/fast) (charp) # max_bonds:Max number of bonded devices (int) # miimon:Link check interval in milliseconds (int) # mode:Mode of operation : 0 for balance-rr, 1 for active-backup, 2 for balance-xor, 3 for broadcast, 4 for 802.3ad, 5 for balance-tlb, 6 for balance-alb (charp) # primary:Primary network device to use (charp) # updelay:Delay before considering link up, in milliseconds (int) # use_carrier:Use netif_carrier_ok (vs MII ioctls) in miimon; 0 for off, 1 for on (default) (int) # xmit_hash_policy:XOR hashing method: 0 for layer 2 (default), 1 for layer 3+4 (charp)