<?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: Help creating MLAG to 2 x X670V switches using a single 10GB port on each in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94746#M21773</link>
    <description>&lt;P&gt;What command can I use to see the current ID's used?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 16:58:26 GMT</pubDate>
    <dc:creator>gonzoessex</dc:creator>
    <dc:date>2023-02-14T16:58:26Z</dc:date>
    <item>
      <title>Help creating MLAG to 2 x X670V switches using a single 10GB port on each</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94738#M21768</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've got a VMware Host with 2 x 10Gb going into 2 X670V switches (1 port in each) where I set them up as a MLAG (LACP).&amp;nbsp; I've done this before and the port on the switches are usually the same, for example if it's port 10 on both switches I would use this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Switch1
enable sharing 10 grouping 10 algorithm address-based custom lacp
enable mlag port 10 peer "SWITCH-2" id 10

Switch2
enable sharing 10 grouping 10 algorithm address-based custom lacp
enable mlag port 10 peer "SWITCH-1" id 10&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this will work fine.&lt;/P&gt;&lt;P&gt;Now I have a VMware host that goes into different ports and I'm not sure which part is I need to change.&lt;/P&gt;&lt;P&gt;So&amp;nbsp;now I have the 10GB ports going into port 15 on switch 1 and port 22 on switch 2.&amp;nbsp; Would the following work as I think it's the "id" part is the remote port to bind with?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Switch 1
enable sharing 15 grouping 15 algorithm address-based custom lacp
enable mlag port 15 peer "SWITCH-2" id 22

Switch 2
enable sharing 22 grouping 22 algorithm address-based custom lacp
enable mlag port 22 peer "SWITCH-1" id 15&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 15:05:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94738#M21768</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2023-02-14T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating MLAG to 2 x X670V switches using a single 10GB port on each</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94740#M21770</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;The MLAG ID is an arbitrary value that links together ports/LAGs across the 2 x670s. You'd want to use the SAME MLAG ID for ports that are going to the SAME Server/Device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;#Sw1 port 15 and Sw2 port 22 go to the same downstream device (where the downstream device has both ports in a sinlge LAG)

#The ID is arbitrary, but should be the SAME for ports going to the SAME downstream device.

Switch 1
enable sharing 15 grouping 15 algorithm address-based custom lacp
enable mlag port 15 peer "SWITCH-2" id 500

Switch 2
enable sharing 22 grouping 22 algorithm address-based custom lacp
enable mlag port 22 peer "SWITCH-1" id 500&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 Feb 2023 15:55:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94740#M21770</guid>
      <dc:creator>Gabriel_G</dc:creator>
      <dc:date>2023-02-14T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating MLAG to 2 x X670V switches using a single 10GB port on each</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94743#M21771</link>
      <description>&lt;P&gt;The ID number needs to match across both MLAG peers, so whatever you configure the ID number as one the one switch, you need to configure the same ID number on the other side for the ports on the other switch you want to bind together.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:16:24 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94743#M21771</guid>
      <dc:creator>MartinS</dc:creator>
      <dc:date>2023-02-14T16:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating MLAG to 2 x X670V switches using a single 10GB port on each</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94745#M21772</link>
      <description>&lt;P&gt;Thanks that makes sense, so &lt;STRONG&gt;&lt;EM&gt;enable mlag port 15 peer "SWITCH-2" id 500&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;means enable the mlag for port 15 and bind with anything on id 500 on Switch-2?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:52:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94745#M21772</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2023-02-14T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating MLAG to 2 x X670V switches using a single 10GB port on each</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94746#M21773</link>
      <description>&lt;P&gt;What command can I use to see the current ID's used?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 16:58:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94746#M21773</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2023-02-14T16:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating MLAG to 2 x X670V switches using a single 10GB port on each</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94748#M21774</link>
      <description>&lt;P&gt;Yes, that's right. The MLAG ID ties ports on one peer to ports on the other peer using the same MLAG ID. These ports should be going to the same downstream device that puts ALL ports to BOTH switches in the SAME LAG.&lt;BR /&gt;&lt;BR /&gt;To see what IDs are in use,&lt;BR /&gt;show config vsm&lt;BR /&gt;show mlag port&lt;BR /&gt;&lt;BR /&gt;Some other things to keep in mind with MLAG:&lt;BR /&gt;1) Any VLANs added to an MLAG port on one MLAG peer MUST be added to the corresponding ports&amp;nbsp;(by MLAG ID) on the other MLAG Peer&lt;/P&gt;&lt;P&gt;2) Any VLANs added to an MLAG port on one MLAG peer MUST be added to both sides of the ISC link.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 16:05:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/help-creating-mlag-to-2-x-x670v-switches-using-a-single-10gb/m-p/94748#M21774</guid>
      <dc:creator>Gabriel_G</dc:creator>
      <dc:date>2023-02-15T16:05:13Z</dc:date>
    </item>
  </channel>
</rss>

