Configuring Link Aggregation 929
Link Aggregation Configuration Examples
This section contains the following examples:
Configuring Dynamic LAGs
Configuring Static LAGs
Configuring Dynamic LAGs
The commands in this example show how to configure a static LAG on a
switch. The LAG number is 1, and the member ports are 1, 2, 3, 6, and 7.
To configure the switch:
1
Enter interface configuration mode for the ports that are to be co nfigured
as LAG members.
console(config)#interface range
te1
/0/1-3,
te1
/0/6-7
2
Add the ports to LAG 2 with LACP.
console(config-if)#channel-group 1 mode active
NOTE: The examples in this section show the configuration of only one switch.
Because LAGs involve physical links between two switches, the LAG sett ings
and member ports must be configured on both switches.