xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
596
Chapter 52
Link Aggregation
Commands
create link_aggregation group_id
<value 1-32> {type [lacp | static]}
delete link_aggregation group_id
<value 1-32>
config link_aggregation group_id
<value 1-32> {master_port <port> | ports <portlist> | state
[enable | disable]} (1)
config link_aggregation algorithm
[mac_source | mac_destination | mac_source_dest |
ip_source | ip_destination | ip_source_dest | l4_src_port | l4_dest_port | l4_src_dest_port]
show link_aggregation
{group_id <value 1-32> | algorithm}
52-1
create link_aggregation group_id
Description
This command is used to create a link aggregation group.
Format
create link_aggregation group_id <value 1-32> {type [lacp | static]}
Parameters
<value 1-32>
- Specify the group ID. The group number identifies each of the groups. The switch
allows up to 32 link aggregation groups to be created.
type
- (Optional) Specify the group type belongs to static or LACP. If type is not specified, the
default is the static type.
lacp
- Specify the group type as LACP.
static
- Specify the group type as static.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To create a link aggregation group:
DGS-3620-28SC:admin#create link_aggregation group_id 1 type lacp
Command: create link_aggregation group_id 1 type lacp
Success
DGS-3620-28SC:admin#