DGS-3700 Series Layer 2 Managed Gigabit Ethernet Switch CLI Reference Guide
Page | 222
delete link_aggregation
Parameters
<value 1-6>
−
Specifies the group ID. The Switch allows up to six 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 link aggregation group:
DGS-3700-12:5#delete link_aggregation group_id 2
Command: delete link_aggregation group_id 2
Success.
DGS-3700-12:5#
config link_aggregation
Purpose
Used to configure a previously created link aggregation group.
Syntax
config link_aggregation group_id <value 1-6> {master_port <port> | ports
<portlist> | state [enable | disable] }
Description
This command allows users to configure a link aggregation group that was created
with the
create link_aggregation
command above.
Parameters
group _id <value 1-6>
−
Specifies the group ID. The Switch allows up to 6 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.
ports <portlist>
−
Specifies a port or range of ports that will belong to the 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, group-id 1,master port 5 with group members ports 5-7, 9:
DGS-3700-12:5#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.
DGS-3700-12:5#
config link_aggregation algorithm
Purpose
Used to configure the link aggregation algorithm.
Syntax
config link_aggregation algorithm [mac_source | mac_destination |
mac_source_dest | ip_source | ip_destination | ip_source_dest ]
Description
This command configures the part of the packet examined by the Switch when
selecting the egress port for transmitting load-sharing data. This feature is only
available using the address-based load-sharing algorithm.