DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
389
Chapter 38
Link Aggregation Command
List
create link_aggregation group_id
<value 1-32> {type [lacp | static]}
delete link_aggregation group_id
<value 1-32>
config link_aggregation group_id
<value 1-32> {master_port <port> | ports <portlist> | state
[enabled | disabled]}
config link_aggregation algorithm
[mac_source | mac_destination | mac_source_dest |
ip_source | ip_destination | ip_source_dest | l4_src_port | l4_dest_port | l4_src_dest_port]
show link_aggregation
{group_id <value 1-32> | algorithm}
config lacp_port
<portlist> mode [active | passive]
show lacp_port
<portlist>
38-1
create link_aggregation group_id
Description
This command is used to create a link aggregation group on the Switch.
Format
create link_aggregation group_id <value 1-32> {type [lacp | static]}
Parameters
group_id
- Specifies the group id. The group number identifies each of the groups.
<value 1-32>
- Enter the group ID value here. This value must be between 1 and 32.
type
- (Optional) Specifies the group type that belongs to static or LACP. If type is not specified,
the default is static type.
lacp
- Specifies to use LACP as the group type.
static
- Specifies to use static as the group type.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To create link aggregation group:
DWS-3160-24PC:admin# create link_aggregation group_id 1 type lacp
Command: create link_aggregation group_id 1 type lacp
Success.
DWS-3160-24PC:admin#