
6
APRIL 2008
LINK AGGREGATION INTEROPERABILITY OF THE DELL POWERCONNECT 6200 SERIES SWITCH
To assign ports 1/g17 through 1/g20 to LAG 1 by using the Web interface, navigate to the
Switching > Link Aggregation > LAG Membership page.
In the Ports area, click the button under ports 1/g17 through 1/g20 in the LAG row.
The number 1 appears to indicate that the port belongs to LAG 1. Click a button under port
1/g17 (or any other LAG members) in the LACP row to use LACP on the port-channel. The
letter L appears in the row for all members. Click Apply Changes to save the settings to the
running configuration.
CONFIGURING A CISCO IOS GIGABIT ETHERNET SWITCH FOR DYNAMIC
LINK AGGREGATION
The following example shows the Cisco IOS switch CLI commands for configuring six ports
for LACP.
3750(config)# interface range GigabitEthernet 1/0/1 - 4
3750(config-if)# channel-protocol lacp
3750(config-if)# channel-group 1 mode active
COMMAND DESCRIPTION
interface range GigabitEthernet
1/0/1 – 6
Sets the CLI mode to configure four Gigabit Ethernet ports
(referred to in the command as GigabitEthernet
1/0/1 – 4, which stands for Gigabit Ethernet ports
1 through 4).
channel-protocol lacp
Sets ports to use LACP as the LAG protocol (and not PAgP).
channel-group 1 mode active
Aggregates the four ports into a LAG (referred to in the
command as channel-group), which will use LACP
(referred to in the command as mode active). The ‘1’
for the channel-group number only has meaning within the
switch and is used to differentiate unique channel-groups.
Comentarios a estos manuales