DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 
110 
Success. 
 
DGS3100# 
 
 
delete link_aggregation 
Purpose  To delete a previously configured link aggregation group. 
Syntax 
delete link_aggregation group_id <value 1-32> 
Description The delete link_aggregation group_id command deletes a 
previously configured link aggregation group. 
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. 
Restrictions  Only administrator or operator-level users can issue this command. 
Example usage: 
To delete link aggregation group: 
DGS3100# delete link_aggregation group_id 1 
 
Success. 
 
DGS3100# 
 
 
config link_aggregation 
Purpose  To configure a previously created link aggregation group. 
Syntax 
config link_aggregation group_id <value 1-32> { ports <portlist> 
| state [enable | disable] } 
Description The config link_aggregation command configures a link 
aggregation group created with the create link_aggregation 
command above. 
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. 
ports <portlist>  − Specifies a list of ports to belong to the link 
aggregation group. Ports will be listed in only one aggregation group 
and link aggregation groups can not overlap to each other. The user 
must cofigure at list two ports in LAG. 
state [enable | disable]  − Enables or disables the specified link 
aggregation group. 
Restrictions  Only administrator or operator-level users can issue this command. 
Link aggregation groups may not overlap. 
Example usage: 
To define a load-sharing group of ports, group-id 1 with group members ports 5-7 plus port 9: 
DGS3100# config link_aggregation group_id 1 ports 5-7,9