ECS4110-28P_Management Guide

Table Of Contents
C
HAPTER
28
| Link Aggregation Commands
Dynamic Configuration Commands
– 1025
A trunk formed with another switch using LACP will automatically be
assigned the next available port-channel ID.
If the target switch has also enabled LACP on the connected ports, the
trunk will be activated automatically.
If more than eight ports attached to the same target switch have LACP
enabled, the additional ports will be placed in standby mode, and will
only be enabled if one of the active links fails.
EXAMPLE
The following shows LACP enabled on ports 10-12. Because LACP has also
been enabled on the ports at the other end of the links, the show interfaces
status port-channel 1 command shows that Trunk1 has been established.
Console(config)#interface ethernet 1/10
Console(config-if)#lacp
Console(config-if)#interface ethernet 1/11
Console(config-if)#lacp
Console(config-if)#interface ethernet 1/12
Console(config-if)#lacp
Console(config-if)#end
Console#show interfaces status port-channel 1
Information of Trunk 1
Basic Information:
Port Type : 1000BASE-T
MAC Address : B4-0E-DC-34-96-12
Configuration:
Name :
Port Admin : Up
Speed-Duplex : Auto
Capabilities : 10half, 10full, 100half, 100full, 1000full
Broadcast Storm : Enabled
Broadcast Storm Limit : 500 packets/second
Multicast Storm : Disabled
Multicast Storm Limit : 500 packets/second
Unknown Unicast Storm : Disabled
Unknown Unicast Storm Limit : 500 packets/second
Flow Control : Disabled
VLAN Trunking : Disabled
MAC Learning : Enabled
Current Status:
Created By : LACP
Link Status : Up
Port Operational Status: Up
Operation Speed-Duplex 1000full
Up Time : 0w 0d 0h 3m 47s (227 seconds)
Flow Control Type : None
Max Frame Size : 1518 bytes (1522 bytes for tagged frames)
MAC Learning Status : Enabled
Member Ports : Eth1/13, Eth1/14
Active Member Ports : Eth1/13, Eth1/14
Console#