Command Line Interface
760 1553-KDU 137 365 Uen D 2006-06-16
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)#exit
Console(config)#interface ethernet 1/11
Console(config-if)#lacp
Console(config-if)#exit
Console(config)#interface ethernet 1/12
Console(config-if)#lacp
Console(config-if)#exit
Console(config)#exit
Console#show interfaces status port-channel 1
Information of Trunk 1
Basic information:
Port Type: 100TX
Mac address: 00-00-e8-00-00-0b
Configuration:
Name:
Port Admin: Up
Speed-duplex: Auto
Capabilities: 10half, 10full, 100half, 100full
Flow Control: Disabled
Port Security: Disabled
Max MAC Count: 0
Current status:
Created by: LACP
Link status: Up
Operation speed-duplex: 100full
Flow control type: None
Member Ports: Eth1/10, Eth1/11, Eth1/12,
Console#