cancel
Showing results for 
Search instead for 
Did you mean: 

Change ISC-link between MLAG peers

Change ISC-link between MLAG peers

eyeV
New Contributor III
Hi everybody.

I'd like to change ISC link between two MLAG peers for some reason. It would be great if someone gave me a few tips about order of work.

I have two x680 switches and LAG between them. It contains four 40G links (VIM4-40G4X-1). This is my ISC link. I'd like to change this LAG to two 10G ports.

I'm a bit confused about it. Especially about order of work.

Should I follow this plan:
1. shutdown four 40G ports
2. delete mlag peer and all other MLAG configuration
3. create new LAG (2x10G). It'll be the future ISC link.
4. create new MLAG peer
5. enable necessary MLAG ports

My simple MLAG configurationcreate mlag peer "xCore2"
configure mlag peer "xCore2" ipaddress 10.255.255.254 vr VR-Default
enable mlag port 1 peer "xCore2" id 1
enable mlag port 2 peer "xCore2" id 2
enable mlag port 3 peer "xCore2" id 3
enable mlag port 4 peer "xCore2" id 4
enable mlag port 5 peer "xCore2" id 5
enable mlag port 6 peer "xCore2" id 6
enable mlag port 7 peer "xCore2" id 7
enable mlag port 8 peer "xCore2" id 8
enable mlag port 36 peer "xCore2" id 107
enable mlag port 37 peer "xCore2" id 106
enable mlag port 39 peer "xCore2" id 105
enable mlag port 40 peer "xCore2" id 103
enable mlag port 42 peer "xCore2" id 104
enable mlag port 44 peer "xCore2" id 102
enable mlag port 46 peer "xCore2" id 101

8 REPLIES 8

Stephane_Grosj1
Extreme Employee
Just to state the obvious, if SRP is not activate, don't have the 2 LAG plugged at the same time : that would cause a loop.

eyeV
New Contributor III
Yes, I see. Thank you again.

eyeV
New Contributor III
Thanks guys! Sounds very simple.

Create new LAG, add it to ISC VLAN, add necessary VLANs to it, shutdown old ISC LAG link, plug new ISC link. I'm going to plan a maintain window!

Anyway, I will explain why I have to do it. We have two x670 in core and we've decided to move one of them to another geographical location. Redundancy, you know. But we don't have any QSFP+ 40G LR modules unfortunately. Thats why we should create 2x10G LAG between the core switches.
It's not a problem to shutdown one x670 switch and reconfigure MLAG, because we have to deliver it to a remote location.

Sorry for my English...

Paul_Russo
Extreme Employee
great suggestions Stephane. Eyev are you planning to do this in production or during a shutdown window. I would recommend a window although things should not be a problem doing what Stephane has recommended you could get yourself into a loop condition and have a big mess.

I would also create two scripts one to set up your LAG and ISC ports and one to remove them. That way it is fast can be done on both switches at the same time and can be easily undone if you need to.

Just being paranoid 🙂

P
GTM-P2G8KFN