A SERVICE OF

logo

xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
135
delete link_aggregation group_id
Purpose Used to delete a previously configured link aggregation group.
Syntax
delete link_aggregation group_id <value 1–32>
Description This command is used to delete a previously configured link aggregation group.
Parameters
<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 and Operator-level users can issue this command.
Example usage:
To delete a link aggregation group:
DGS–3426:5#delete link_aggregation group_id 6
Command: delete link_aggregation group_id 6
Success.
DGS–3426:5#
config link_aggregation group_id
Purpose Used to configure a previously created link aggregation group.
Syntax
config link_aggregation group_id <value 1–32> {master_port <port> | ports
<portlist> | state [enable | disable]} (1)
Description This command is used to configure a link aggregation group that was created with the
create link_aggregation command above. The Switch supports link aggregation cross
box, which specifies that link aggregation groups may be spread over multiple switches in
the switching stack. Up to eight ports can be set per link aggregation group.
Parameters
group _id <value 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.
master_port <port> Master port ID. Specifies which port (by port number) of the link
aggregation group will be the master port. All of the ports in a link aggregation group will
share the port configuration with the master port. The port is specified by listing the switch
number and the port number on that switch, separated by a colon. For example, 1:3
specifies switch number 1, port 3. 2:4 specifies switch number 2, port 4.
ports <portlist> Specifies a range of ports that will belong to the link aggregation group.
The port list is specified by listing the lowest switch number and the beginning port
number on that switch, separated by a colon. Then the highest switch number, and the
highest port number of the range (also separated by a colon) are specified. The beginning
and end of the port list range are separated by a dash. For example, 1:3 specifies switch
number 1, port 3. 2:4 specifies switch number 2, port 4. 1:3–2:4 specifies all of the ports
between switch 1, port 3 and switch 2, port 4 in numerical order. Non–contiguous
portlist entries are separated by a comma. (ex: 1:1–1:3,1:7–1:9) Ports may be listed in
only one port aggregation group, that is, link aggregation groups may not overlap. Up to
eight ports can be set per link aggregation group.
state [enable | disable] Allows users to enable or disable the specified link aggregation
group.
Restrictions Only Administrator and Operator-level users can issue this command. Link aggregation
groups may not overlap.
Example usage:
To define a load–sharing group of ports, groupID 1, master port 5 with group members ports 57 plus port 9: