D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
338
Chapter 36
Link Aggregation Command
List
create link_aggregation group_id <value> {type [lacp | static]}
delete link_aggregation group_id <value>
config link_aggregation group_id <value> {master_port <port> | ports <portlist> | state [enable |
disable]
config link_aggregation algorithm [mac_source | mac_destination|mac_source_dest | ip_source
| ip_destination | ip_source_dest]
show link_aggregation {group_id <value> | algorithm}
config lacp_port <portlist> mode [active | passive]
show lacp_port <portlist>
36-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> {type [lacp | static]}
Parameters
<value > - Enter the group ID value here.
type - (Optional) Specify the group type is belong to static or LACP. If type is not specified, the
default is static type.
lacp - Specify to use LACP as the group type.
static - Specify to use static as the group type.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To create link aggregation group:
DES-3200-28/ME:admin#create link_aggregation group_id 1 type lacp
Command: create link_aggregation group_id 1 type lacp
Success.
DES-3200-28/ME:admin#