Alliedware plus command – Allied Telesis AT-S63 User Manual

Page 223

Advertising
background image

AT-S63 Management Software Command Line User’s Guide

Section I: Basic Operations

223

When you create a new aggregator by specifying a name, the
adminkey is based on the operator key of the lowest numbered port in
the aggregator.

When you create an aggregator by specifying an adminkey, the
aggregator’s default name is DEFAULT_AGG followed by the port
number of the lowest numbered port in the aggregator. For instance,
an aggregator of ports 12 to 16 is given the name DEFAULT_AGG12.

Before creating an aggregator, you should verify that the ports that will
be members of the aggregator are set to Auto-Negotiation or 100
Mbps, full-duplex. Aggregate trunks do not support half-duplex mode.

All the ports of an aggregator must be untagged ports of the same
VLAN.

You cannot change the name or adminkey of an existing aggregator.
That function requires deleting the aggregator and recreating it.

Caution

Do not connect the cables to the ports of the aggregator on the
switch until after you have configured LACP and the aggregators on
both devices that will be interconnected by the trunk. Connecting the
cables before configuring the aggregators and activating the
protocol will create a loop in your network topology. Data loops can
result in broadcast storms and poor network performance.

Examples

The following command creates an LACP aggregator named “sw_agg_1”
of ports 1 through 4. The load distribution method is source MAC address.
Since the aggregator is being created by name, the default operator key
for port 1, the lowest numbered port in the aggregator, becomes the
adminkey:

create lacp aggregator=sw_agg_1 port=1-4 distribution=macsrc

The following command creates an LACP aggregator of ports 10, 12, 15 to
18 with an adminkey number of 0x7A. The default name for the aggregator
is DEFAULT_AGG10 because the command specifies an adminkey and
because port 10 is the lowest numbered port in the aggregator. Since no
load distribution method is specified, the source and destination MAC
addresses load distributed method is used by default:

create lacp adminkey=0x7A port=10,12,15-18

AlliedWare Plus

Command

To create a new aggregator with the AlliedWare Plus commands, use the
CHANNEL-GROUP command in the AlliedWare Plus Command section in
“ADD LACP PORT” on page 220. The same command is used both to
create new aggregators and to add ports to existing aggregators.

Advertising