DES-30XX Layer 2 Switch CLI Reference Manual
101
config link_aggregation
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:
DES-3026:4#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.
DES-3026:4#
NOTE:
group_id 3
is designed for the uplink modules only (the last two
ports on the Switch (DES-3010F/G ports 9-10, DES-3018 ports 17-18,
DES-3026 ports 25-26) and can only be configured for them. Any other
attempt at configuring group_id 3 with standard 10/100 Mbps ports will
result in a configuration error.
config link_aggregation algorithm
Purpose
Used to configure the link aggregation algorithm.
Syntax
config link_aggregation algorithm [mac_source | mac_destination |
mac_source_dest]
Description
This command configures to 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.
Parameters
mac_source
−
Indicates that the Switch should examine the MAC source
address.
mac_destination
−
Indicates that the Switch should examine the MAC destination
address.
mac_source_dest
−
Indicates that the Switch should examine the MAC source
and destination addresses
Restrictions Only
administrator-level users can issue this command.
Example usage:
To configure link aggregation algorithm for mac-source-dest:
DES-3026:4#config link_aggregation algorithm mac_source_dest
Command: config link_aggregation algorithm mac_source_dest
Success.
DES-3026:4#