Allied Telesis AT-S62 User Manual
Page 171

AT-S62 Management Software Command Line Interface User’s Guide
Section I: Basic Operations
171
Note
Before creating a static port trunk, examine the speed, duplex mode,
and flow control settings of the lowest numbered port to be in the
trunk. Check to be sure that the settings are correct for the end node
to which the trunk will be connected. When you create the trunk, the
AT-S62 management software copies the settings of the lowest
numbered port in the trunk to the other ports so that all the settings
are the same.
You should also check to be sure that the ports are untagged
members of the same VLAN. You cannot create a trunk of ports that
are untagged members of different VLANs.
Note
If the ports of the new trunk are already members of another static
trunk, you must first remove them from their current trunk
assignment. To remove ports from a static trunk, see “DELETE
SWITCH TRUNK” on page 172.
Examples
The following command creates a static port trunk with ports 3 through 6.
The trunk is assigned the name “load22” and a load distribution method of
destination MAC addresses.
create switch trunk=load22 port=3-6 select=macdest
The following command creates a port trunk consisting of ports 15,17, and
22. The command names the trunk “trunk4”. No load distribution method is
specified, so the default source and destination MAC addresses method is
used:
create switch trunk=trunk4 port=15,17,22
The following command creates a port trunk of ports 5 to 8 with the name
“upload2,” a trunk ID of 4, and a load distribution method of source MAC
addresses:
create switch trunk=upload2 tgid=4 port=5-8 select=macsrc