![D-Link xStack DGS-3612G series Cli Manual Download Page 152](http://html1.mh-extra.com/html/d-link/xstack-dgs-3612g-series/xstack-dgs-3612g-series_cli-manual_3519854152.webp)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
149
show link_aggregation
Purpose
Used to display the current link aggregation configuration on the Switch.
Syntax
show link_aggregation {group_id <value 1-32> | algorithm}
Description
This command will display the current link aggregation configuration of the
Switch.
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.
algorithm
−
Allows you to specify the display of link aggregation by the
algorithm in use by that group.
Restrictions None.
Example usage:
To display Link Aggregation configuration:
DGS-3627:5#show link_aggregation
Command: show link_aggregation
Link Aggregation Algorithm = IP-source
Group ID : 1
Type : TRUNK
Master Port : 1:5
Member Port : 1:5-1:7,1:9
Active Port :
Status : Disabled
Flooding Port :
Total Entries : 1
DGS-3627:5#
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. The beginning
and end of the port list range are separated by a dash. Non-contiguous portlist
entries are separated by a comma. (ex: 1-3,7-9)
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 and Operator-level users can issue this command.