Installation manual

3-134
SIGNAMAX LLC • www.signamax.eu
Web – Click Port, Trunk Membership. Enter a trunk ID of 1-8 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 3-79 Configuring Static Trunks
CLI – This example creates trunk 2 with ports 1 and 2. Just connect these ports to two
static trunk ports on another switch to form a trunk.
Console(config)#interface port-channel 2 4-186
Console(config-if)#exit
Console(config)#interface ethernet 1/1 4-186
Console(config-if)#channel-group 2 4-200
Console(config-if)#exit
Console(config)#interface ethernet 1/2
Console(config-if)#channel-group 2
Console(config-if)#end
Console#show interfaces status port-channel 2 4-194
Information of Trunk 2
Basic information:
Port type: 100TX
Mac address: 00-12-CF-12-34-84
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: User
Link status: Up
Port operation status: Up
Operation speed-duplex: 100full
Flow control type: None
Member Ports: Eth1/1, Eth1/2,
Console#