Create a 4 port etherchannel between two new CISCO 2950 switches.
Name switches SW1 and SW2. Use fastethernet ports 6 through 9 on each
switch connected with 4 cross over cables.
fa0/6-----------------fa0/6
fa0/7-----------------fa0/7
fa0/8-----------------fa0/8
fa0/9-----------------fa0/9
-SW1
enable
conf t
no ip domain-lookup
hostname SW1
enable secret cisco
int range fa 0/6-9
switchport MODE trunk
channel-group 1 mode desirable
-SW2
enable
conf t
no ip domain-lookup
hostname SW2
enable secret cisco
int range fa 0/6-9
switchport MODE trunk
channel-group 1 mode desirable
SW2 Example Video https://youtu.be/JgfZuCU1jMY?rel=0