<?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 configuration in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45471#M11352</link>
    <description>Good point, when LACP is running on one side, it expects it be running on the other end.&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Oct 2018 13:55:00 GMT</pubDate>
    <dc:creator>Tomasz</dc:creator>
    <dc:date>2018-10-15T13:55:00Z</dc:date>
    <item>
      <title>MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45467#M11348</link>
      <description>Hi,&lt;BR /&gt;
im having a virtual lab, where i try to practice MLAG, the topology is as in the diagram&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a243e1b547394e11b8769eb43720b72b_RackMultipart20181014-105535-g6gk99-2018-10-14_17_57_47-EVE___Topology_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5472iABF049326E63CF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="a243e1b547394e11b8769eb43720b72b_RackMultipart20181014-105535-g6gk99-2018-10-14_17_57_47-EVE___Topology_inline.png" alt="a243e1b547394e11b8769eb43720b72b_RackMultipart20181014-105535-g6gk99-2018-10-14_17_57_47-EVE___Topology_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
now i have a problem and some questions regarding MLAGmy problem that MLAG doesnt come up,&lt;BR /&gt;
i have followed the following on both EXOS1 and EXOS2 switches&lt;BR /&gt;
EXOS1&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-7&lt;BR /&gt;
configure vr VR-Default add ports 1-7&lt;BR /&gt;
configure vlan default delete ports 1-7&lt;BR /&gt;
create vlan "ISC-VLAN"&lt;BR /&gt;
configure vlan ISC-VLAN tag 10&lt;BR /&gt;
create vlan "VLAN20"&lt;BR /&gt;
configure vlan VLAN20 tag 20&lt;BR /&gt;
enable sharing 3 grouping 3-4 algorithm roundRobin-based lacp&lt;BR /&gt;
configure vlan ISC-VLAN add ports 3 tagged  &lt;BR /&gt;
configure vlan VLAN20 add ports 3 tagged  &lt;BR /&gt;
configure vlan ISC-VLAN ipaddress 1.1.1.1 255.255.255.252&lt;BR /&gt;
configure vlan VLAN20 ipaddress 10.1.20.2 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan VLAN20&lt;BR /&gt;
&lt;BR /&gt;
create mlag peer "core" &lt;BR /&gt;
configure mlag peer "core" ipaddress 1.1.1.2 vr VR-Default &lt;BR /&gt;
&lt;BR /&gt;
EXOS2&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-7&lt;BR /&gt;
configure vr VR-Default add ports 1-7&lt;BR /&gt;
configure vlan default delete ports 1-7&lt;BR /&gt;
create vlan "ISC-VLAN"&lt;BR /&gt;
configure vlan ISC-VLAN tag 10&lt;BR /&gt;
create vlan "VLAN20"&lt;BR /&gt;
configure vlan VLAN20 tag 20&lt;BR /&gt;
enable sharing 3 grouping 3-4 algorithm roundRobin-based lacp&lt;BR /&gt;
configure vlan ISC-VLAN add ports 3 tagged  &lt;BR /&gt;
configure vlan ISC-VLAN ipaddress 1.1.1.2 255.255.255.252&lt;BR /&gt;
configure vlan VLAN20 ipaddress 10.1.20.3 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan VLAN20&lt;BR /&gt;
&lt;BR /&gt;
create mlag peer "core" &lt;BR /&gt;
configure mlag peer "core" ipaddress 1.1.1.1 vr VR-Default&lt;BR /&gt;
&lt;BR /&gt;
Where's the output of show mlag peer on EXOS1&lt;BR /&gt;
* EXOS01.131 # show mlag peer &lt;BR /&gt;
Multi-switch Link Aggregation Peers:&lt;BR /&gt;
&lt;BR /&gt;
MLAG Peer         : core&lt;BR /&gt;
VLAN              : ISC-VLAN               Virtual Router    : VR-Default  &lt;BR /&gt;
Local IP Address  : 1.1.1.1                Peer IP Address   : 1.1.1.2     &lt;BR /&gt;
MLAG ports        : 0                      Tx-Interval       : 1000 ms&lt;BR /&gt;
Checkpoint Status : Down                   Peer Tx-Interval  : 0 ms&lt;BR /&gt;
Rx-Hellos         : 0                      Tx-Hellos         : 120768      &lt;BR /&gt;
Rx-Checkpoint Msgs: 0                      Tx-Checkpoint Msgs: 0           &lt;BR /&gt;
Rx-Hello Errors   : 0                      Tx-Hello Errors   : 863         &lt;BR /&gt;
Hello Timeouts    : 0                      Checkpoint Errors : 0           &lt;BR /&gt;
Up Time           : N/A                    Peer Conn.Failures: 0           &lt;BR /&gt;
Local MAC         : 50:00:00:03:00:00      Peer MAC          : None        &lt;BR /&gt;
Config'd LACP MAC : None                   Current LACP MAC  : 50:00:00:03:00:00&lt;BR /&gt;
Authentication    : None                   &lt;BR /&gt;
             &lt;BR /&gt;
&lt;BR /&gt;
Alternate path information: None&lt;BR /&gt;
and from EXOS2&lt;BR /&gt;
EXOS02.42 # show mlag peer &lt;BR /&gt;
Multi-switch Link Aggregation Peers:&lt;BR /&gt;
&lt;BR /&gt;
MLAG Peer         : core&lt;BR /&gt;
VLAN              : ISC-VLAN               Virtual Router    : VR-Default  &lt;BR /&gt;
Local IP Address  : 1.1.1.2                Peer IP Address   : 1.1.1.1     &lt;BR /&gt;
MLAG ports        : 0                      Tx-Interval       : 1000 ms&lt;BR /&gt;
Checkpoint Status : Down                   Peer Tx-Interval  : 0 ms&lt;BR /&gt;
Rx-Hellos         : 0                      Tx-Hellos         : 118591      &lt;BR /&gt;
Rx-Checkpoint Msgs: 0                      Tx-Checkpoint Msgs: 0           &lt;BR /&gt;
Rx-Hello Errors   : 0                      Tx-Hello Errors   : 1253        &lt;BR /&gt;
Hello Timeouts    : 0                      Checkpoint Errors : 0           &lt;BR /&gt;
Up Time           : N/A                    Peer Conn.Failures: 0           &lt;BR /&gt;
Local MAC         : 50:00:00:04:00:00      Peer MAC          : None        &lt;BR /&gt;
Config'd LACP MAC : None                   Current LACP MAC  : 50:00:00:04:00:00&lt;BR /&gt;
Authentication    : None                   &lt;BR /&gt;
&lt;BR /&gt;
Alternate path information: Nonejudging from the output i think that the Hello is not happening between the peers.&lt;BR /&gt;
&lt;BR /&gt;
can someone advice what am I doing wrong.&lt;BR /&gt;
&lt;BR /&gt;
also &lt;BR /&gt;
do we need to tag all VLANs (in this case VLAN 20 ) on ISC Ports? if not, how would the failover happen.&lt;BR /&gt;
Thanks&lt;BR /&gt;
Sulaiman</description>
      <pubDate>Sun, 14 Oct 2018 19:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45467#M11348</guid>
      <dc:creator>Sulaiman_Al_Dar</dc:creator>
      <dc:date>2018-10-14T19:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45468#M11349</link>
      <description>Hi Sulaiman,&lt;BR /&gt;
&lt;BR /&gt;
There is one thing for sure I would add to your config on both sides:&lt;BR /&gt;
enable mlag port 1 peer core id 1So you specify that your downlink port (no. 1 here) is to be considered as an element of a multi-switch terminated lag with ID of 1, where this ID has to be the same on both switches for that particular MLAG link.&lt;BR /&gt;
&lt;BR /&gt;
If you had this command, and there was such amount of hellos transmitted and none received, I would take a look at VLAN id (both sides the same), tagging (both sides the same) and if the port is enabled and link connected.&lt;BR /&gt;
&lt;BR /&gt;
You didn't add VLAN20 to your port 3 on EXOS2 by the way, and to any other ports that have to share this data VLAN.&lt;BR /&gt;
&lt;BR /&gt;
As on each port, on your ISC you could have some single untagged VLAN, but I think it's better to have clear picture with only tagged VLANs everywhere except access ports. And if you ask, do we need to span all data VLANs across peer-peer connection, the answer is yes. If MLAG peers have to pretend being a single device from a downstream device perspective, they should be able to pass those VLANs' between them in case of unicast traffic.&lt;BR /&gt;
&lt;BR /&gt;
On how the failover works, you can read thoroughly in EXOS User Guide, it's a really nice lecture not only for this topic. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;A href="https://documentation.extremenetworks.com/exos_22.5/EXOS_User_Guide_22_5.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/exos_22.5/EXOS_User_Guide_22_5.pdf&lt;/A&gt;&lt;BR /&gt;
In brief:&lt;BR /&gt;
- MLAG switches prevent broadcast, multicast and unknown unicast coming from a downstream device to their peer, without that we would have a broadcast storm;&lt;BR /&gt;
- if single peer link/lag fails, blocking filter is taken down.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Oct 2018 21:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45468#M11349</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-10-14T21:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45469#M11350</link>
      <description>thanks for the reply,&lt;BR /&gt;
i have tried to configure the same on both Core EXOS1 and EXOS2&lt;BR /&gt;
here's a sample &lt;BR /&gt;
EXOS1: enable mlag port 1 peer "core" id 1 &lt;BR /&gt;
EXOS2: enable mlag port 1 peer "core" id 1&lt;BR /&gt;
and the lag on downstream device&lt;BR /&gt;
&lt;BR /&gt;
enable sharing 1 grouping 1-2 algorithm roundRobin-based lacp&lt;BR /&gt;
&lt;BR /&gt;
do i need to tag ISC VLAN on that trunk?&lt;BR /&gt;
&lt;BR /&gt;
but usually we when i configure mlag kind of technology, like Dell VLT and cisco vPC, once we config is complete, without configuring the MLAG ports, (which are connected to downstream device) the status shows as up.&lt;BR /&gt;
&lt;BR /&gt;
is it different on EXOS?&lt;BR /&gt;
sorry if that seem naive, but im totally new to Extreme switches.&lt;BR /&gt;
Thanks &lt;BR /&gt;
Sulaiman&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2018 13:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45469#M11350</guid>
      <dc:creator>Sulaiman_Al_Dar</dc:creator>
      <dc:date>2018-10-15T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45470#M11351</link>
      <description>In my experience, when you're using LACP on the downstream ports, you still need to create a "sharing" group on each switch containing just one member (the one from the local switch). It's a little weird, but it seems to work. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2018 13:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45470#M11351</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2018-10-15T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45471#M11352</link>
      <description>Good point, when LACP is running on one side, it expects it be running on the other end.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2018 13:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45471#M11352</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2018-10-15T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45472#M11353</link>
      <description>The MLAG peer is shown as up even without any MLAG ports configured, just as with e.g. Dell VLT or Cisco vPC.&lt;BR /&gt;
&lt;BR /&gt;
The configuration looks OK.&lt;BR /&gt;
&lt;BR /&gt;
Did you test IP connectivity across the ISC?&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2018 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45472#M11353</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2018-10-15T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: MLAG configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45473#M11354</link>
      <description>So, verify that your Physical is up on ports 3 and 4.  Verify the sharing is up on 3 and 4.  If both are up then I would look to change the algorithm of the share to L2 or L3 and see if the MLAG comes up.&lt;BR /&gt;
&lt;BR /&gt;
Look at this as a reference:&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-MLAG-in-Extreme-switches" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-MLAG-in-Extreme-switches&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Oct 2018 23:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mlag-configuration/m-p/45473#M11354</guid>
      <dc:creator>Tim_O_Donnell</dc:creator>
      <dc:date>2018-10-16T23:24:00Z</dc:date>
    </item>
  </channel>
</rss>

