Download D-Link DGS-3024 Specifications
Transcript
DGS-3024 Layer 2 Switch CLI Reference Manual Example usage: To display the current link aggregation configuration: DGS-3024:4#show link_aggregation Command: show link_aggregation Link Aggregation Algorithm = MAC-source-dest Group ID Master Port Member Port Active Port: Status :1 : 17 : 5-10, 17 : Disabled DGS-3024:4# config lacp_port Purpose Used to configure settings for LACP compliant ports. Syntax config lacp_port <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 ports <portlist> − Specifies a range of ports that will belong to the link aggregation group. The port list is specified by listing the beginning port number, then the highest port number of the range (separated by a dash) are specified. Ports that are not part of the range of ports as described above may be specified by separating the port number by a comma. For example, ports 5 through 7 and port 9 could be specified as part of a link aggregation group by entering ports 5-7, 9. mode – Select the mode to determine if LACP ports will initially send 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 initially send LACP control frames, unless the port receives LACP 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: DGS-3024:4#config lacp_port 1-12 mode active Command: config lacp_port 1-12 mode active Success. DGS-3024:4# 105