Users Guide

Table Of Contents
Link Aggregation 1057
Configuring Link Aggregation Groups
Use the following commands to add ports as LAG members and to configure
the LAG hashing mode.
Command Purpose
configure Enter global configuration mode.
interface interface Enter interface configuration mode for the specified port.
The interface variable includes the interface type and
number, for example interface tengigabitethernet 1/0/3.
A range of ports can be specified using the interface range
command. For example, interface range
tengigabitethernet 1/0/8-12 configures interfaces 8, 9, 10,
11 and 12.
channel-group port-
channel-number mode
{on | active}
Add the port(s) to the LAG specified with the port-
channel-number value. Use the active keyword to add the
port(s) as dynamic members, or use on to specify that the
LAG membership is static.
port-channel-number — Number of a valid port-channel
for the current port to join.
on — Forces the port to join a channel without LACP
(static LAG).
active — Forces the port to join a channel with LACP
(dynamic LAG).
exit Exit to Global Config mode.
interface port-channel
number
Enter interface configuration mode for the specified LAG.
A range of LAGs to configure can be specified using the
interface range port-channel command. For example,
interface range port-channel 1-3,10 configures LAGs 1, 2,
3 and 10.