lacp-select
This command sets the algorithm for the LACP selection policy.
Syntax
lacp-select { bandwith | count | stable }
Parameters
bandwith
- Chooses the aggregator with the highest bandwidth.
count
- Selects the aggregator with the most NICs.
stable
- Does not change the aggregator when a better one is available. This setting is the default value.
Guidelines
The lacp-select command sets the algorithm for the Link Aggregation Control Protocol (LACP) selection policy. When there is more than one LACP aggregator for the members of an LACP aggregation, the appliance uses the algorithm to determine which aggregator to use. In other words, the algorithm determines which group of aggregate interfaces is active.
The command is meaningful only when you use the type command to define LACP as the link aggregation type.
Example
Set the aggregate
interface to use LACP and choose the aggregator with the highest bandwidth.
The aggregate interface uses only the MAC address hash algorithm.
# type LACP
# lacp-select bandwith
# lacp-hash mac