DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
191
22
Link Aggregation Command List
create link_aggregation group_id <value 1-5> {type [ lacp | static ] }
delete link_aggregation group_id <value 1-5>
config link_aggregation group_id <value 1-5> {master_port <port> | ports <portlist> | state
[enable|disable]}
config link_aggregation algorithm [mac_source_dest | ip_source_dest]
show link_aggregation {group_id <value 1-5> | algorithm}
22-1 create link_aggregation group_id
Purpose
Used to create a link aggregation group on the switch.
Format
create link_aggregation group_id <value 1-5> {type [ lacp | static ] }
Description
The
create link_aggregation group_id
command will create a link aggregation group.
Parameters
Parameters
Description
group_id
Specifies the group ID. The group number identifies each of the
groups. The switch allows up to five link aggregation groups to be
configured.
type
Specifies the group type is belong to static or LACP. If type is not
specified, the default is the static type.
Restrictions
You must have administrator privileges.
Example
To create a link aggregation group:
D G S - 3 2 0 0 - 1 0 : 4 # c r e a t e l i n k _ a g g r e g a t i o n g r o u p _ i d 1 t y p e l a c p
C o m m a n d : c r e a t e l i n k _ a g g r e g a t i o n g r o u p _ i d 1 t y p e l a c p
S u c c e s s
D E S - 3 2 0 0 - 1 0 : 4 #