SMC Networks TigerSwitch 100 Switch User Manual


 
C
ONFIGURING
THE
S
WITCH
2-92
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.
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 3-85
Console(config-if)#lacp 3-168
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-95
Information of Trunk 1
Basic information:
Port type: 1000t
Mac address: 22-22-22-22-22-2d
Configuration:
Name:
Port admin status: Up
Speed-duplex: Auto
Capabilities: 10half, 10full, 100half, 100full, 1000full,
Flow control status: Disabled
Port security: Disabled
Port security action: None
Current status:
Created by: Lacp
Link status: Up
Port operation status: Up
Operation speed-duplex: 1000full
Flow control type: None
Member Ports: Eth1/17, Eth1/18,
Console#