Specifications

DGS-3048 Layer 2 Switch CLI Reference Manual
104
delete link_aggregation
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete link aggregation group:
DGS3048#delete link_aggregation group_id 1
Command: delete link_aggregation group_id 1
Success.
DGS3048#
config link_aggregation
Purpose Used to configure a previously created link aggregation group.
Syntax
config link_aggregation group_id <value 1-8> { ports <portlist> | state
[enable | disable]}
Description This command allows you to configure a link aggregation group that was
created with the create link_aggregation command above.
Parameters
group_id <value 1-8> Specifies the group ID. The Switch allows up to 8
link aggregation groups to be configured. The group number identifies each
of the groups.
ports <portlist> Specifies a port or range of ports that will belong to the
link aggregation group. Ports may be listed in only one port aggregation
group, that is, link aggregation groups may not overlap.
state [enable | disable] Allows the user to enable or disable the specified
link aggregation group.
Restrictions Only administrator-level users can issue this command. Link aggregation
groups may not overlap and must be contained on a single switch.
Example usage:
To define a load-sharing group of ports, group-id 1,master port 5 of module 1 with group members ports
5-7 plus port 9:
DGS3048#config link_aggregation group_id 1 master_port 5 ports 5-7,9
Command: config link_aggregation group_id 1 master_port 5 ports 5-7,9
Success.
DGS3048#