Chapter 5: Layer 2 Features
Extreme Networks EAS 100-24t Switch CLI Manual
138
Each command is listed, in detail, in the following sections:
Example usage:
To create a link aggregation group:
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_ports <portlist> mode [active | passive]
show lacp_ports {<portlist>}
create link_aggregation group_id
Purpose Used to create a link aggregation group on the switch.
Syntax create link_aggregation group_id <value> {type [lacp | static]}
Description This command is used to create a link aggregation group with a unique
identifier.
Parameters <value> - Specifies the group ID. The switch allows up to 8 link aggregation
groups to be configured. The group number identifies each of the groups.
type – Specify the type of link aggregation used for the group. If the type is
not specified the default type is static.
lacp – This designates the port group as LACP compliant. LACP allows
dynamic adjustment to the aggregated port group. LACP compliant ports may
be further configured (see config lacp_ports). LACP compliant must be
connected to LACP compliant devices.
static – This designates the aggregated port group as static. Static port groups
can not be changed as easily as LACP compliant port groups since both
linked devices must be manually configured if the configuration of the trunk
group is changed. If static link aggregation is used, be sure that both ends of
the connection are properly configured and that all ports have the same
speed/duplex settings.
Restrictions Only Administrator-level users can issue this command.
#create link_aggregation group_id 1
Command: create link_aggregation group_id 1
Success.
#
delete link_aggregation group_id
Purpose Used to delete a previously configured link aggregation group.
Syntax delete link_aggregation group_id <value>
Description This command is used to delete a previously configured link aggregation
group.
Parameters <value> - Specifies the group ID. The switch allows up to 8 link aggregation
groups to be configured. The group number identifies each of the groups.
Restrictions Only Administrator-level users can issue this command.
Command
Parameters