Link Aggregation Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
21.3
channel-group mode (LACP)
Use this command to add the switch port to a dynamic (LACP) channel group specified by the
channel group number, and set its mode. You can create up to 31 channel groups. This
command enables LACP link aggregation on the switch port, so that it may be selected for
aggregation by the local system. LACP channel groups are also known as LACP aggregators,
dynamic channel groups, or ether channels.
Use the
no channel-group
command to turn off link aggregation on the switch port.
Syntax
channel-group <1-65535> mode {active|passive}
no channel-group
Mode
Interface mode
Usage
All the switch ports in a channel-group must belong to the same VLANs, have the same tagging
status, and can only be operated on as a group. All switch ports within a channel group must
have the same port speed and be in full duplex mode.
Once the LACP channel group has been created, it is treated as a switch port, and can be
referred to in most other commands that apply to switch ports.
To refer to an LACP channel group in other LACP commands, use the channel group number.
To specify an LACP channel group (LACP aggregator) in other commands, prefix the channel
group number with
po
. For example, ‘po4’ refers to the static channel group with channel
group number
4
.
For more on LACP, see
“LACP Channel Groups” on page 14.11
and
Chapter 20, Link
Aggregation Configuration
.
Example
Related Commands
show etherchannel (LACP)
show etherchannel detail (LACP)
show etherchannel summary (LACP)
show port etherchannel (LACP)
Parameter
Description
<1-65535>
Specify a channel group number for an LACP link. Note that
up to 31 channel groups can be created on the switch.
active
The port will transmit LACP dialogue messages whether or
not it receives them from the partner system.
passive
The port will only transmit LACP dialogue messages if the
partner systems is transmitting them, i.e. the partner is in the
active mode.
awplus#
configure terminal
awplus(config)#
interface port1.2.10
awplus(config-if)#
channel-group 4 mode active
awplus#
configure terminal
awplus(config)#
interface port1.1.8
awplus(config-if)#
no channel-group