Installation guide

Configuring the Switch
3-140
3
CLI – The following example configures LACP parameters for ports 1-4. Ports 1-4
are used as active members of the LAG.
Configuring Parameters for LACP Groups
Use the Aggregator page to configure system parameters which apply to specific
LACP groups.
Command Attributes
Admin Key – LACP administration key is used to identify a specific link
aggregation group (LAG) during local LACP setup on the switch. (Range: 0-65535)
Ports are only allowed to join the same LAG if (1) the LACP port system priority
matches, (2) the LACP port admin key matches, and (3) the LACP port channel
admin key matches (if configured).
If the port channel admin key is not set when a channel group is formed (that is, it
has the null value of 0), this key is set to the same value as the port admin key used
by the interfaces that joined the group. Note that when the LAG is no longer used,
the port channel admin key is reset to 0.
Console(config)#interface ethernet 1/1 4-182
Console(config-if)#lacp actor system-priority 3 4-199
Console(config-if)#lacp actor admin-key 120 4-199
Console(config-if)#lacp actor port-priority 128 4-201
Console(config-if)#exit
.
.
.
Console(config)#interface ethernet 1/4
Console(config-if)#lacp actor system-priority 3
Console(config-if)#lacp actor admin-key 120
Console(config-if)#lacp actor port-priority 512
Console(config-if)#end
Console#show lacp sysid 4-202
Port Channel System Priority System MAC Address
-------------------------------------------------------------------------
1 3 00-12-CF-31-31-31
2 32768 00-12-CF-31-31-31
3 32768 00-12-CF-31-31-31
4 32768 00-12-CF-31-31-31
Console#show lacp 1 internal 4-202
Port channel : 1
-------------------------------------------------------------------------
Oper Key : 120
Admin Key : 0
Eth 1/1
-------------------------------------------------------------------------
LACPDUs Internal: 30 sec
LACP System Priority: 3
LACP Port Priority: 128
Admin Key: 120
Oper Key: 120
Admin State : defaulted, aggregation, long timeout, LACP-activity
Oper State: distributing, collecting, synchronization,
aggregation, long timeout, LACP-activity
.
.
.