Revision [4159]
Last edited on 2011-10-03 07:06:14 by KenFongAdditions:
==LACP==
Sample output of LACP enabled link aggregation
Sample output of LACP enabled link aggregation
Deletions:
Sample output of LCAP enabled link aggregation
Revision [4158]
Edited on 2011-10-03 07:05:40 by KenFongAdditions:
==LCAP==
Sample output of LCAP enabled link aggregation
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
802.3ad info
LACP rate: slow
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
Aggregator ID: 1
Number of ports: 2
Actor Key: 17
Partner Key: 1000
Partner Mac Address: 00:25:84:04:e2:34
Slave Interface: eth1
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:0a:e4:14:c7:72
Aggregator ID: 1
Slave queue ID: 0
Slave Interface: eth2
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:0a:e4:14:c7:73
Aggregator ID: 1
Slave queue ID: 0
Sample output of LCAP enabled link aggregation
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
802.3ad info
LACP rate: slow
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
Aggregator ID: 1
Number of ports: 2
Actor Key: 17
Partner Key: 1000
Partner Mac Address: 00:25:84:04:e2:34
Slave Interface: eth1
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:0a:e4:14:c7:72
Aggregator ID: 1
Slave queue ID: 0
Slave Interface: eth2
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:0a:e4:14:c7:73
Aggregator ID: 1
Slave queue ID: 0
Revision [3658]
Edited on 2010-03-04 20:19:15 by WikiAdminAdditions:
==Setup for ES5==
Create the bond0 if script
IPADDR=192.168.1.2
BONDING_OPTS="mode=1 miimon=100"
MTU=9000
Probe the module and bring it up
modprobe bonding mode=1 miimon=100
ifup bond0
Create the bond0 if script
IPADDR=192.168.1.2
BONDING_OPTS="mode=1 miimon=100"
MTU=9000
Probe the module and bring it up
modprobe bonding mode=1 miimon=100
ifup bond0
Revision [1796]
Edited on 2008-07-03 18:47:17 by WikiAdminAdditions:
options bonding miimon=100 mode=6 max_bonds=2
Deletions:
options bond1 miimon=100 mode=1 max_bonds=2
Revision [1793]
Edited on 2008-07-02 18:24:14 by WikiAdminAdditions:
#
# For multiple nic bonding
#
# This will give you the same option on all bondings
alias bond1 bonding
options bond0 miimon=100 mode=1 max_bonds=2
options bond1 miimon=100 mode=1 max_bonds=2
# This give you different options on each bonding
alias bond3 bonding
options bond1 -o bonding3 miimon=100 mode=1
# For multiple nic bonding
#
# This will give you the same option on all bondings
alias bond1 bonding
options bond0 miimon=100 mode=1 max_bonds=2
options bond1 miimon=100 mode=1 max_bonds=2
# This give you different options on each bonding
alias bond3 bonding
options bond1 -o bonding3 miimon=100 mode=1
Revision [1503]
Edited on 2008-03-18 07:03:32 by WikiAdminAdditions:
Advanced binding (such as load balancing with cisco switch)
http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php
http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php