cancel
Showing results for 
Search instead for 
Did you mean: 

Mlag data link

Mlag data link

wsalkos
New Contributor II

Hi, I have 2 stacks of X670 devices

I am not very satisfied with the operation of the stack, for example the fact that when updating the stack, the entire stack has to be restarted, which causes a break.

I started thinking about implementing mlag.

I would like to stack MLAG between two stacks.

I'm reading mlag documentation: https://extremeportal.force.com/ExtrArticleDetail?an=000079895

but I'm wondering how to configure data link between stacks in mlag.

Let's assume the scheme as below, that we have a server connected to port access vlan 100 in stack 1, and another server also in vlan 100 but in stack2.

 

wsalkos_0-1695716489887.png

sorry for this diagram, it's just a preview

Should I tag VLAN 100 in the ISC connection or create some data link between the stacks?

I understand the idea of mlag when I have lacp on the server and I plug one link into one mlag peer and the other into the other, but what if I simply have a situation like the one above.

Should I use the isc connection as, say, a "trunk" or create another LACP connection between the stacks, but what does mlag say then?

1 ACCEPTED SOLUTION

FredrikB-NN2
Contributor

In general, I would advice against using stacks all together in EXOS. This is due to oddities like the one you describe, loops on stack reboot and other stuff. I would recommend you to create two MLAG pairs and run an MLAG-to-MLAG connection between the two pairs. Depending on your site layout and distances, you could have each MLAG pair span both sites or have one MLAG pair per site.

Also, create a NORMAL LAG (mot an MLAG) that is used for the ISC connection. This is way better than a single ISC link and an alternate ISC link/VLAN. If you can, route the two individual links in the ISC different paths, even if they are placed in the same rack. Also, donät use adjacent ports, but spread them out as much as you can. I guess you have 6 x QSFP+ ports in the 670 (are those G2 versions?). If so, use the first and last ports for the ISC if you can spare two in each switch. This is in order to eliminate hardware dependencies. In some (almost all) switch platforms, there are components (PHY chips, ASICS etc.) that are common for several ports. If you get hit by a blockage or malfunction in one such component (it happens, trust me!) and that component serves both ISC links, you're toast. If you have the ports spread out, you minimize the risk of that happening.

When it comes to connection the MLAG pair to each other, you do not need to use a full mesh MLAG, but you can use single links like this:

Sw1===ISC===Sw2    <--- This is MLAG pair 1

Sw3===ISC===Sw4    <--- This is MLAG pair 2

Create a sharing in switch 1 with one single port in it (yes, a LAG of one port). Do the same in switch 2. Then, create an MLAG in both, referencing the LAGs you just created. Do the same on sw3 and sw4. Now, you can connect sw1 to sw3 and sw2 to sw4.

In the docs you will see that they use two ports from sw1 and two ports from sw2 and cross-connect them in a full-mesh style to sw3 and sw4. This is not needed, and verified by engineering.

View solution in original post

5 REPLIES 5

Chris_H
Extreme Employee

For data you should just use the same physical connection that's being used as the ISC (and this is preferably a link aggregation going over both stacks for redundancy purposes).. 

So let's say for example you use VLAN 100 for data between the two servers, then VLAN 100 would be added to the ISC link as tagged VLAN, in addition to a dedicated "ISC-VLAN" over which the two MLAG-peers can communicate and checkpoint their data to ensure they are properly synched up.

 

In your example the access-ports to the servers should NOT be configured as MLAG ports, as these servers are just single-homed and only local to one of the two MLAG peer-switches, so you wouldn't have any advantage of the MLAG configuration (i.e. SRV1 would be unreachable if the left stack is being rebooted/upgraded/goes down). The advantage of MLAG is obviously only applicable to devices that are connected to both of the MLAG peers simultaneously.  

GTM-P2G8KFN