23
Chapter 5 Etherchannel Commands
Etherchannel Commands are used to configure LAG and LACP function.
LAG (Link Aggregation Group) is to combine a number of ports together to make a single
high-bandwidth data path, which can highly extend the bandwidth. The bandwidth of the LAG is
the sum of bandwidth of its member port.
LACP (Link Aggregation Control Protocol) is defined in IEEE802.3ad and enables the dynamic link
aggregation and disaggregation by exchanging LACP packets with its partner. The switch can
dynamically group similarly configured ports into a single logical link, which will highly extend the
bandwidth and flexibly balance the load.
channel-group
Description
The
channel-group
command is used to add a port to the EtherChannel Group
and configure its mode. To delete the port from the EtherChannel Group, please
use
no channel-group
command.
Syntax
channel-group
num
mode
{ on | active | passive }
no
channel-group
Parameter
num
——
The number of the EtherChannel Group, ranging from 1 to 6.
on
——
Enable the static LAG.
active
——
Enable the active LACP mode.
passive
——
Enable the passive LACP mode.
Command Mode
Interface Configuration Mode (interface fastEthernet / interface range
fastEthernet / interface gigabitEthernet / interface range gigabitEthernet)
Example
Add ports 2-4 to EtherChannel Group 1 and enable the static LAG:
TL-SL2428(config)# interface range fastEthernet
1/0/2-4
TL-SL2428(config-if-range)# channel-group
1
mode
on
Содержание TL-SL2210
Страница 1: ...TL SL2210 TL SL2218 TL SL2428 TL SL2452 Smart Switch REV1 1 0 1910010971...
Страница 43: ...33 Example Display the security configuration information of the users TL SL2428 config show user configuration...
Страница 54: ...44 Example Display the global configuration of SSH TL SL2428 config show ip ssh...
Страница 81: ...71 Example Show the cable diagnostics of port 3 TL SL2428 show cable diagnostics interface fastEthernet 1 0 3...