User`s guide

93
15
LINK AGGREGATION COMMANDS
The Link Ag nd Line Interface (CLI) are listed (along with the appropriate
parameters) in the following table.
gregation commands in the Comma
Command Parameter
create link_aggregation group_id <value 1-32> {type [lacp | static]}
delete link_a groupggregation _id <value 1-32>
config link_aggregation group e [enable | disable] } _id <value 1-32> { ports <portlist> | stat
show link_ {group lue 1-32>} aggregation _id <va
Each co
mmand is listed in detail, as follows:
create link_aggregation
Purpose aggregation group on the Switch. To create a link
Syntax
nk_aggregation group_id <value 1-32> {type [lacp |
create li
static]}
Description The create link_aggregation command creates a link aggregation
oup with a unique identifier.
gr
Parameters group_id <value 1-32> Specifies the group ID. The Switch allows
up to 32 link aggregation groups to be configured. The group
number identifies each of the groups.
type – Specify the type of link aggregation used for the group. If the
type is not specified the default type is static.
lacp – This designates the port group as LACP compliant.
LACP allows dynamic adjustment to the aggregated port
group. LACP compliant ports may be further configured
(see config lacp_ports). LACP compliant must be
connected to LACP compliant devices.
static – This designates the aggregated port group as
static. Static port groups can not be changed as easily as
LACP compliant port groups since both linked devices
must be manually configured if the configuration of the
trunked group is changed. If static link aggregation is used,
be sure that both ends of the connection are properly
configured and that all ports have the same speed/duplex
settings.
Restrictions Only administrator-level users can issue this command.
Example usage:
To create a link aggregation group:
DGS3100# create link_aggregation group_id 1
Success.