cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate from 1GB to 10GB uplinks - help?

Migrate from 1GB to 10GB uplinks - help?

Frank
Contributor II
I have a simple setup - two core switches (8800s), several edge switches (460s) connected like this: 8800s are running 16.1.3.6-patch1-9, 460-1 is on 15.4.1.3, 460-2 is on 15.6.1.4.

50e1f0c24ad444b68639a7f4721868da_RackMultipart20170308-76557-z2351h-LACP2_inline.png


My problem is that the 460s are on 1GB fiber (ports 55,57) and I need to upgrade them to 10GB while everything stays up and running, i.e. the devices connected to the 460s don't lose access to the network.
The end goal is that the 10GB uplinks also need to be in ports 55,57 (for sanity's sake) Ideally, the corresponding ports in the 8800 should also stay the same (sanity!), but I could be persuaded to use different ports.

If I understand correctly, I can't just replace the SFPs one by one because of port speeds and sharing configs/mismatches.
Physically, the two 460s are right on top of each other, so I could run something between them and use that as an alternate path, but I also hear that loops are deadly. I don't think I can easily define that as a 460-ISC MLAG, as I'd have to put the ports on the 8800 side into sharing mode, affecting vlan-port associations to the 460. (Let's say vlan 1 goes to 460-1 vlan 2 goes to 460-2, let's say on the 8800s port 1:11 goes to 460-1, port 1:12 goes to 460-2. What all would die if I group 1:11 and 1:12? At least all vlans pointing to 1:12 would have an issue, right?)

On the other hand, I'm not currently running spanning-tree. If I connect the 460-1/2 with a gig-ether (or two , shared) in a non-MLAG setup, make sure all vlans that exist on both switches are defined to go to to both switches (and the connection between the 460s) and define spanning-tree on all the vlans, would that get me to a point where I can just rip out one 460's fiber uplink, replace it with 10G, then do the other 460, then disconnect the link between the 460s and kill off STP?

I've never configured STP on Extreme switches, btw. Especially not with share groups and an MLAG.

So, how can I pull this off without downtime (or downtime in the "few seconds" range)? Would STP be viable? Is there something better I can do during the fiber/SFP replacements?

Thanks for your help!
Frank
19 REPLIES 19

it's always tricking to give failover times, but SRP can be < 1s with link on and it's usually around 2-3s with link off.

Going SRP was the first thing coming to my mind as well.

Michal_Rz
New Contributor III
Frank, you can create script, witch would disable LAG ports, and shedule it by upm to run on middle of the night if it changes something. Impact might be lower, it depends on your enviroment of course.

Frank, you need to disable both physical ports of the LAG, not just the master port:
disable port 55,57

You could use a script on the switch instead of copy&paste for every configuration line.

Edit: That totally missed the question. 😞

I do not know the fail-over speed for a software redundant link.

K.I.S.S. I guess I was overthinking things.
Do you know if I do a copy/paste of
enable port 17 (temp.port group)
disable port 55
if there's a delay to establish the new path?
GTM-P2G8KFN