D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
157
Example usage:
To display Link Aggregation configuration:
DES-3200-28:4#show link_aggregation
Command: show link_aggregation
Link Aggregation Algorithm = MAC-source
Group ID : 1
Type: : TRUNK
Master Port :
Member Port :
Active Port :
Status : Disabled
Flooding Port : 0
Total Entries : 1
DES-3200-28:4#
config lacp_ports
Purpose
Used to configure settings for LACP compliant ports.
Syntax
config lacp_ports <portlist> mode [active | passive]
Description
This command is used to configure ports that have been previously
designated as LACP ports (see create link_aggregation).
Parameters
<portlist> Specifies a port or range of ports to be configured.
mode Select the mode to determine if LACP ports will process
LACP control frames.
active – Active LACP ports are capable of processing and sending
LACP control frames. This allows LACP compliant devices to
negotiate the aggregated link so the group may be changed
dynamically as needs require. In order to utilize the ability to change
an aggregated port group, that is, to add or subtract ports from the
group, at least one of the participating devices must designate LACP
ports as active. Both devices must support LACP.
passive – LACP ports that are designated as passive cannot process
LACP control frames. In order to allow the linked port group to
negotiate adjustments and make changes dynamically, at one end of
the connection must have “active” LACP ports (see above).
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure LACP port mode settings:
DES-3200-28:4#config lacp_ports 1-12 mode active
Command: config lacp_ports 1-12 mode active
Success.
DES-3200-28:4#
show lacp_ports
Purpose
Used to display current LACP port mode settings.