System information

2-75
Trunk Configuration
2
CLI – The following example enables LACP for ports 17 and 18. Just connect these
ports to two LACP-enabled trunk ports on another switch to form a trunk.
Statically Configuring a Trunk
Command Usage
When configuring static trunks, you may not be able to link switches of different
types, depending on the manufacturer’s implementation. However, note that the
static trunks on this switch are Cisco EtherChannel compatible.
To avoid creating a loop in the network, be sure you add a static trunk via the
configuration interface before connecting the ports, and also disconnect the ports
before removing a static trunk via the configuration interface.
Console(config)#interface ethernet 1/17
Console(config-if)#lacp 3-126
Console(config-if)#exit
Console(config)#interface ethernet 1/18
Console(config-if)#lacp
Console(config-if)#end
Console#show interfaces status port-channel 1 3-63
Information of Trunk 1
Basic information:
Port type: 100tx
Mac address: 22-22-22-22-22-2d
Configuration:
Name:
Port admin status: Up
Speed-duplex: Auto
Capabilities: 10half, 10full, 100half, 100full,
Flow control status: Disabled
Current status:
Created by: Lacp
Link status: Up
Port operation status: Up
Operation speed-duplex: 100full
Flow control type: None
Member Ports: Eth1/17, Eth1/18,
Console#