06-13-2006 07:41 PM - edited 03-03-2019 03:37 AM
Hi,
I am trying to stablish etherchannel between 3500 and 3550 switch. So far I tried it didn't worked. Can anyone help me to get configuration for both 3500 and 3550 switch. Thanks.
Current config.....
.................3500.................
interface FastEthernet0/21
port group 2
switchport trunk encapsulation dot1q
switchport mode trunk
interface FastEthernet0/22
port group 2
switchport trunk encapsulation dot1q
switchport mode trunk
...................3550.........................
interface FastEhternet0/22
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
interface FastEhternet0/23
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
Do I have to mention something else? Need help to resolve this issue.
06-13-2006 08:10 PM
On 3550 create a port-channel if you have not done so already:
int port-channel 2
switchport trunk encapsulation dot1q
switchport mode trunk
06-13-2006 10:16 PM
Yes, I have created the port-channel on 3550. But still the problem persist. Is there anything I am missing on 3500.
06-14-2006 12:25 AM
There is nothing else required to be configured on the 3500. Can you try shutting the ports on the 3500 and 3550 and then reconfiguring everything and bring up the ports afterwards?
06-13-2006 08:42 PM
Hi
can you try configuring mode on on both the sides ??
for more info do refer this link ..
regds
06-13-2006 08:44 PM
3500xl series did not support Pagp. That is why you do not see a mode command in his configuration for the 3500.
06-13-2006 08:51 PM
hi atif
Thx for correcting me on tht,i looked out the scenario involving 3550s on both the sides leaving 3500 as posted by the poster....
regds
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide