09-06-2012 07:24 AM - edited 03-07-2019 08:44 AM
Hello,
I want Implement Cross Stack Etherchannel (cisco Catalyst 3750) for high availability. What is right implementation steps / order?
This is real production installation so I would like not to have any downtimes during / after implementation.
Core1-1
Gi1/0/24
interface GigabitEthernet1/0/24
description trunk-between-cores
switchport trunk encapsulation dot1q
switchport mode trunk
no mdix auto
no cdp enable
end
Core2-1
interface GigabitEthernet1/0/24
description trunk-between-cores
switchport trunk encapsulation dot1q
switchport mode trunk
no mdix auto
end
Best regards,
Andris
09-06-2012 03:21 PM
Hi,
You config should work just fine. You also need to add the second physical port to the portchannel and create the portchannel itself. You will need an outage window to do this as when you move the existing link to a portchannle, there will be short down time. don't forget to specify LACP or PAGP. A good practice is to shut down the physical ports first than add them to the portchannel and than "no sh" on the portchannel to bring up the portchannel and the physical links.
HTH
09-06-2012 10:53 PM
Ok, that mean I need schedule short outage for my production systems.
09-06-2012 03:27 PM
Which IOS release are you using? Cross stack LACP only works after a certain 12.x release. Other than that, configure in the usual way for LACP. It will be disruptive though, the interfaces will bounce.
Sent from Cisco Technical Support Android App
09-06-2012 10:50 PM
Both Stacks are running 12.2(35)SE2 IOS version.
09-06-2012 03:31 PM
Interface g1/0/X
Swithport mode trunk
Swithport trunk allowed vlans all
Channel group 1 mode on
Repeat for other interfaces to be added to the etherchannel.
Interface Po1
Swithport mode trunk
Swithport trunk allowed vlans all
Sent from Cisco Technical Support Android App
09-06-2012 03:41 PM
How far are the two stacks from each other?
09-06-2012 10:49 PM
Not far , approximately 50 meters.
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