Interface Bonding 802.3ad (LACP) with Cisco
Written by vaheeD on January 11, 2013
Configuration Example:
802.3ad (LACP) with Cisco Catalyst GigabitEthernet Connection.
/inteface bonding add slaves=ether1,ether2 \ mode=802.3ad lacp-rate=30secs \ link-monitoring=mii-type1 \ transmit-hash-policy=layer-2-and-3
Other part configuration (assuming the aggregation switch is a Cisco device, usable in EtherChannel / L3 environment):
! interface range GigabitEthernet 0/1-2 channel-protocol lacp channel-group 1 mode active ! interface PortChannel 1 no switchport ip address XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX !
Or for EtherChannel / L2 environment:
! interface range GigabitEthernet 0/1-2 channel-protocol lacp channel-group 1 mode active ! interface PortChannel 1 switchport switchport mode access swichport access vlan XX !