How to configure link aggregation in CacheFlow 3.x
CacheFlow version 3.x (and later) software supports link aggregation using LACP (Link Aggregation Control Protocol) to provide greater than 1 Gbps throughout on a CacheFlow appliance which has 1GigE cards only. When deployed in a network, the CacheFlow appliance can use LACP to communicate with a switch that is also configured for LACP.
The switch and the CacheFlow appliance must be cabled port-to-port. Because each adapter on the CacheFlow appliance has four ports only, an aggregate link on the CacheFlow appliance can connect to four ports maximum on the switch. To avoid possible performance impact, ensure the switch is not oversubscribed.
Notes:
Configuration Example:
Edit an aggregate
#(config)interface aggr:0
Add interfaces
(config interface aggr:0)add 0:1
ok
#(config interface aggr:0)add 0:2
ok
#(config interface aggr:0)add 0:3
ok
Set the IP address
#(config interface aggr:0)ip-address 10.10.10.10 255.255.255.0
ok