10-30-2019 02:36 AM
Currently, 1 3750 in the stack has 2 ports in pagp etherchannel trunk to 6509.
I want to change it so that each switch in the stack has 1 port in the etherchannel.
The switches are in production. Is there a way to change to lacp that won't result in any loss of connectivity?
Can I just configure the port on switch 2 as active, plug 1 of the uplinks into that, then reconfigure the port on switch 1 from desirable to active?
Current config
6509
int p37
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan (some vlans)
switchport mode trunk
int g3/37
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan (some vlans)
switchport mode trunk
channel-group 37 mode desirable
int g8/37
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan (some vlans)
switchport mode trunk
channel-group 37 mode desirable
3750
int p1
switchport trunk allowed vlan (some vlans)
switchport mode trunk
int g1/0/1
switchport trunk allowed vlan (some vlans)
switchport mode trunk
channel-group 1 mode desirable
int g1/0/2
switchport trunk allowed vlan (some vlans)
switchport mode trunk
channel-group 1 mode desirable
10-30-2019 03:54 AM
Hello,
You can't have 2 physical ports in different mode (pagp or lacp) within the same port-channel.
You can create new port-channel and move there ports one-by-one along with changing protocol. During the time, when you will have ports in different port-channels, one of them should be blocked by STP. There still might be short interruption during STP convergence, depends on exact STP protocol used.
10-30-2019 04:52 AM
10-30-2019 05:48 AM
Hello,
Basically, yes. But I suggest you do it in more structure way.
1. Shutdown ports "migrated" first
2. Delete old port-channel config
3. Apply new port-channel config
4. Enable ports
10-30-2019 08:38 AM
What if i setup the new pchannel on both, shutdown one of the links on both ends, moved it to the other switch on the 3750 then added both ends to the pchannel and no shut them? Would that cause a loop? if not, then do the same with the other link.
10-30-2019 09:23 AM
That can cause a loop or STP will block one of them. I recommend making these changes in a maintenance window as this type of change will usually cause downtime.
HTH
10-30-2019 12:27 PM
What about this?
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