<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mlag data link in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97271#M22086</link>
    <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;Sw1===ISC===Sw2&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- This is MLAG pair 1&lt;/P&gt;&lt;P&gt;Sw3===ISC===Sw4&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- This is MLAG pair 2&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 12:51:10 GMT</pubDate>
    <dc:creator>FredrikB-NN2</dc:creator>
    <dc:date>2023-09-26T12:51:10Z</dc:date>
    <item>
      <title>Mlag data link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97269#M22084</link>
      <description>&lt;P&gt;Hi, I have 2 stacks of X670 devices&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I started thinking about implementing mlag.&lt;/P&gt;&lt;P&gt;I would like to stack MLAG between two stacks.&lt;/P&gt;&lt;P&gt;I'm reading mlag documentation: &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000079895" target="_blank"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000079895&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I'm wondering how to configure data link between stacks in mlag.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wsalkos_0-1695716489887.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6679iC055D774007266E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wsalkos_0-1695716489887.png" alt="wsalkos_0-1695716489887.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;sorry for this diagram, it's just a preview&lt;/P&gt;&lt;P&gt;Should I tag VLAN 100 in the ISC connection or create some data link between the stacks?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Should I use the isc connection as, say, a "trunk" or create another LACP connection between the stacks, but what does mlag say then?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 08:22:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97269#M22084</guid>
      <dc:creator>wsalkos</dc:creator>
      <dc:date>2023-09-26T08:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mlag data link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97270#M22085</link>
      <description>&lt;P&gt;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)..&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 12:47:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97270#M22085</guid>
      <dc:creator>Chris_H</dc:creator>
      <dc:date>2023-09-26T12:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mlag data link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97271#M22086</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;Sw1===ISC===Sw2&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- This is MLAG pair 1&lt;/P&gt;&lt;P&gt;Sw3===ISC===Sw4&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- This is MLAG pair 2&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 12:51:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97271#M22086</guid>
      <dc:creator>FredrikB-NN2</dc:creator>
      <dc:date>2023-09-26T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mlag data link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97298#M22087</link>
      <description>&lt;P&gt;thank you very much for the good advice! yes i have X670G2&lt;/P&gt;&lt;P&gt;to illustrate, because I don't know if I understand correctly, would you do it as follows?&lt;/P&gt;&lt;P&gt;but what if, for example, SW 1 or SW 3 fails?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wsalkos_1-1695810605557.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6690i564325B4DCBF6BA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wsalkos_1-1695810605557.png" alt="wsalkos_1-1695810605557.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I understand that if I have fifty vlans on each switch, then LAG(ISC) adds these vlans as tagged?&lt;/P&gt;&lt;P&gt;I thought it worked like this: on ports, e.g. 47 and 48, I do a lag and add an ISC vlan there as keepalive, and on ports, e.g. 49 and 53, I do a LAG between switches for data transfer and vlan tagging?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 10:32:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97298#M22087</guid>
      <dc:creator>wsalkos</dc:creator>
      <dc:date>2023-09-27T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mlag data link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97306#M22088</link>
      <description>&lt;P&gt;I think what FredrikB-NN2 means is a two-tiered MLAG design as explained here:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000082635" target="_blank" rel="noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000082635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As mentioned the cross-connection for full mesh (P3 in the drawing) is not necessarily needed, but still recommended per design.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 12:49:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97306#M22088</guid>
      <dc:creator>Chris_H</dc:creator>
      <dc:date>2023-09-27T12:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mlag data link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97429#M22095</link>
      <description>&lt;P&gt;Yes, correct. In the drawing posted on Wednesday, you have all four with ISC between them, which is actually a valid config (a switch can have two MLAG peers), but far from recommended!!! Just stay away from EXOS/SE 32.x for the MLAG part and any sharing until those problems have been fixed (working with TAC from a customer perspective on that). Latest 31.7.2 would be your choice.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 12:41:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-data-link/m-p/97429#M22095</guid>
      <dc:creator>FredrikB-NN2</dc:creator>
      <dc:date>2023-09-29T12:41:52Z</dc:date>
    </item>
  </channel>
</rss>

