|
Question : Configure Etherchannel between 2 Cisco 3550's
|
|
I need help configuring basic etherchannel between 2 Cisco Catalyst 3524 switches. Basically I want to us both fa0/1 & fa0/2 on both switches and act as a trunk link between the 2 switches. Also will this require the use of 2 crossover cables? Thanks in advance.
|
Answer : Configure Etherchannel between 2 Cisco 3550's
|
|
interface Port-channel1 description Ch.Grp for trunked switches switchport switchport trunk encapsulation dot1q switchport mode trunk
interface FastEthernet0/1 description port a switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode desirable
interface FastEthernet0/2 description port b switchport trunk encapsulation dot1q switchport mode trunk channel-group 1 mode desirable
|
|
|