System information

2-76
Configuring the Switch
2
Web – Click Trunk, Trunk Configuration. Enter a trunk ID of 1-6 in the Trunk field,
select any of the switch ports from the scroll-down port list, and click Add. After you
have completed adding ports to the member list, click Apply.
Figure 2-50. Configuring Port Trunks
CLI – This example creates trunk 1 with ports 11 and 12. Just connect these ports to
two static trunk ports on another switch to form a trunk.
Console(config)#interface port-channel 1 3-56
Console(config-if)#exit
Console(config)#interface ethernet 1/11
Console(config-if)#channel-group 1 3-126
Console(config-if)#exit
Console(config)#interface ethernet 1/12
Console(config-if)#channel-group 1
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-2c
Configuration:
Name:
Port admin status: Up
Speed-duplex: Auto
Capabilities: 10half, 10full, 100half, 100full,
Flow control status: Disabled
Current status:
Created by: User
Link status: Up
Port operation status: Up
Operation speed-duplex: 100full
Flow control type: None
Member Ports: Eth1/11, Eth1/12,
Console#