- Static Cluster Link Aggregation
- Dynamic Cluster Link Aggregation
- Link Redundancy in a Cluster with LACP
You must configure a static cluster LA channel on the cluster IP address and on the external connecting device. If possible, configure the upstream switch to distribute traffic based on IP address or port instead of MAC address.
add channel <id> -speed <speed>
Example> add channel CLA/1 -speed 1000
bind channel <id> <ifnum>
Example> bind channel CLA/1 0/1/2 1/1/2 2/1/2
show channel <id>
Example> show channel CLA/1
Global config: Configure terminal Interface level config: interface Ethernet2/47 switchport switchport access vlan 10 channel-group 7 mode on no shutdown interface Ethernet2/48 switchport switchport access vlan 10 channel-group 7 mode on no shutdown