<?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: LACP via MLAG config check in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56181#M16366</link>
    <description>the commands i used;&lt;BR /&gt;
&lt;BR /&gt;
MCR-SVR-SW3&lt;BR /&gt;
          create vlan ISC-3&lt;BR /&gt;
         CONF "ISC-3" T 1502&lt;BR /&gt;
         conf isc-3 add po 50 t&lt;BR /&gt;
         conf "isc-3" ipaddress 1.1.1.17/30 &lt;BR /&gt;
         create mlag peer MCR-SVR-SW4&lt;BR /&gt;
         conf mlag peer "MCR-SVR-SW4" ipaddress 1.1.1.18&lt;BR /&gt;
         enable sharing 1 grouping 1 algorithm address-based L2 lacp &lt;BR /&gt;
         enable mlag port 1 peer "MCR-SVR-SW4" id 1 &lt;BR /&gt;
&lt;BR /&gt;
MCR-SVR-SW4&lt;BR /&gt;
          create vlan ISC-3&lt;BR /&gt;
          conf vlan "isc-3" t 1502&lt;BR /&gt;
          conf "isc-3" ipaddress 1.1.1.18/30 &lt;BR /&gt;
          conf "isc-3" add po 49 t&lt;BR /&gt;
          create mlag peer MCR-SVR-SW3 &lt;BR /&gt;
          conf mlag peer "MCR-SVR-SW3" ipaddress 1.1.1.17 &lt;BR /&gt;
          enable sharing 1 grouping 1 algorithm address-based L2 lacp &lt;BR /&gt;
          enable mlag port 1 peer "MCR-SVR-SW3" id 1 &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Aug 2017 14:09:00 GMT</pubDate>
    <dc:creator>Ian_Broadway</dc:creator>
    <dc:date>2017-08-18T14:09:00Z</dc:date>
    <item>
      <title>LACP via MLAG config check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56180#M16365</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
First time configuring a server with LACP via two switches with MLAG configuration.&lt;BR /&gt;
&lt;BR /&gt;
Can someone just confirm this is correct?&lt;BR /&gt;
&lt;BR /&gt;
I have read the XOS guide and have not done anything extra with regards to configuring a LACP MAC or setting priorities?&lt;BR /&gt;
&lt;BR /&gt;
The two switches are x460-g2s running 21.1.3.7 patch 1-7. Currently seems to be working.&lt;BR /&gt;
&lt;BR /&gt;
see the configuration below;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;MCR-SVR-SW3.24 # sh mlag peer  Multi-switch Link Aggregation Peers:    MLAG Peer         : MCR-SVR-SW4  VLAN              : ISC-3                  Virtual Router    : VR-Default    Local IP Address  : 1.1.1.17               Peer IP Address   : 1.1.1.18      MLAG ports        : 1                      Tx-Interval       : 1000 ms  Checkpoint Status : Up                     Peer Tx-Interval  : 1000 ms  Rx-Hellos         : 1455                   Tx-Hellos         : 1509          Rx-Checkpoint Msgs: 1213                   Tx-Checkpoint Msgs: 1345          Rx-Hello Errors   : 0                      Tx-Hello Errors   : 0             Hello Timeouts    : 0                      Checkpoint Errors : 0             Up Time           : 0d:0h:23m:43s          Peer Conn.Failures: 0             Local MAC         : 00:04:96:99:02:e1      Peer MAC          : 00:04:96:99:06:98  Config'd LACP MAC : None                   Current LACP MAC  : 00:04:96:99:06:98 &lt;/B&gt;&lt;B&gt;Authentication    : None                   &lt;/B&gt;&lt;BR /&gt;
MCR-SVR-SW4.31 # sh mlag peer  Multi-switch Link Aggregation Peers:    MLAG Peer         : MCR-SVR-SW3  VLAN              : ISC-3                  Virtual Router    : VR-Default    Local IP Address  : 1.1.1.18               Peer IP Address   : 1.1.1.17      MLAG ports        : 1                      Tx-Interval       : 1000 ms  Checkpoint Status : Up                     Peer Tx-Interval  : 1000 ms  Rx-Hellos         : 1441                   Tx-Hellos         : 1441          Rx-Checkpoint Msgs: 1333                   Tx-Checkpoint Msgs: 1199          Rx-Hello Errors   : 0                      Tx-Hello Errors   : 0             Hello Timeouts    : 0                      Checkpoint Errors : 0             Up Time           : 0d:0h:23m:29s          Peer Conn.Failures: 0             Local MAC         : 00:04:96:99:06:98      Peer MAC          : 00:04:96:99:02:e1  Config'd LACP MAC : None                   Current LACP MAC  : 00:04:96:99:06:98  Authentication    : None                   &lt;BR /&gt;
&lt;B&gt;MCR-SVR-SW3.25 # sh mlag ports                    Local                                             Local   Remote   MLAG    Local   Link     Remote                           Peer    Fail    Fail     Id      Port    State    Link    Peer                     Status  Count   Count    ================================================================================   1       1       A        Up      MCR-SVR-SW4              Up          0       0  ================================================================================   Local Link State: A - Active, D - Disabled, R - Ready, NP - Port not present  Remote Link     : Up - One or more links are active on the remote switch,                    Down - No links are active on the remote switch,                    N/A - The peer has not communicated link state for this MLAG                    port    Number of Multi-switch Link Aggregation Groups  : 1  Convergence control                             : Conserve Access Lists  Reload Delay Interval                           : 30 seconds &lt;/B&gt;&lt;B&gt;Reload Delay                                    : Disabled&lt;/B&gt;&lt;BR /&gt;
MCR-SVR-SW4.32 # sh mlag ports                    Local                                             Local   Remote   MLAG    Local   Link     Remote                           Peer    Fail    Fail     Id      Port    State    Link    Peer                     Status  Count   Count    ================================================================================   1       1       A        Up      MCR-SVR-SW3              Up          0       0  ================================================================================   Local Link State: A - Active, D - Disabled, R - Ready, NP - Port not present  Remote Link     : Up - One or more links are active on the remote switch,                    Down - No links are active on the remote switch,                    N/A - The peer has not communicated link state for this MLAG                    port    Number of Multi-switch Link Aggregation Groups  : 1  Convergence control                             : Conserve Access Lists  Reload Delay Interval                           : 30 seconds Reload Delay                                    : Disabled&lt;BR /&gt;
&lt;B&gt;MCR-SVR-SW3.26 # sh sharing  Load Sharing Monitor  Config    Current Agg     Min    Ld Share  Dist  Ld Share  Agg Link  Link Up  Master    Master  Control Active Algorithm Flags Group     Mbr State Transitions  ================================================================================       1      1     LACP       1    L2        A     1         Y     A       2  ================================================================================  Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback  Minimum Active: (&amp;lt;) Group is down. # active links less than configured minimum  Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based                          (L3_L4) Layer 3 address and Layer 4 port based                          (custom) User-selected address-based configuration  Custom Algorithm Configuration: ipv4 L3-and-L4, xor  Distribution Flags:      A - All: Distribute to all members,      L - Local Slot: Distribute to members local to ingress slot,      P - Port Lists: Distribute to per-slot configurable subset of members,      R - Resilient Hashing enabled. &lt;/B&gt;&lt;B&gt;Number of load sharing trunks: 1&lt;/B&gt;&lt;BR /&gt;
MCR-SVR-SW4.33 # sh sharing  Load Sharing Monitor  Config    Current Agg     Min    Ld Share  Dist  Ld Share  Agg Link  Link Up  Master    Master  Control Active Algorithm Flags Group     Mbr State Transitions  ================================================================================       1      1     LACP       1    L2        A     1         Y     A       2  ================================================================================  Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback  Minimum Active: (&amp;lt;) Group is down. # active links less than configured minimum  Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based                          (L3_L4) Layer 3 address and Layer 4 port based                          (custom) User-selected address-based configuration  Custom Algorithm Configuration: ipv4 L3-and-L4, xor  Distribution Flags:      A - All: Distribute to all members,      L - Local Slot: Distribute to members local to ingress slot,      P - Port Lists: Distribute to per-slot configurable subset of members,      R - Resilient Hashing enabled. Number of load sharing trunks: 1&lt;BR /&gt;
&lt;BR /&gt;
I've highlighted the config from one of the switches in bold to differentiate.&lt;BR /&gt;
&lt;BR /&gt;
Do i need to worry about this?&lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/exos/EXOS_21_1/Slots_and_Ports/c_LACPDU-transmision-on-MLAG-ports.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/exos/EXOS_21_1/Slots_and_Ports/c_LACPDU-transmision-on-MLAG...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Ian&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2017 13:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56180#M16365</guid>
      <dc:creator>Ian_Broadway</dc:creator>
      <dc:date>2017-08-18T13:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: LACP via MLAG config check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56181#M16366</link>
      <description>the commands i used;&lt;BR /&gt;
&lt;BR /&gt;
MCR-SVR-SW3&lt;BR /&gt;
          create vlan ISC-3&lt;BR /&gt;
         CONF "ISC-3" T 1502&lt;BR /&gt;
         conf isc-3 add po 50 t&lt;BR /&gt;
         conf "isc-3" ipaddress 1.1.1.17/30 &lt;BR /&gt;
         create mlag peer MCR-SVR-SW4&lt;BR /&gt;
         conf mlag peer "MCR-SVR-SW4" ipaddress 1.1.1.18&lt;BR /&gt;
         enable sharing 1 grouping 1 algorithm address-based L2 lacp &lt;BR /&gt;
         enable mlag port 1 peer "MCR-SVR-SW4" id 1 &lt;BR /&gt;
&lt;BR /&gt;
MCR-SVR-SW4&lt;BR /&gt;
          create vlan ISC-3&lt;BR /&gt;
          conf vlan "isc-3" t 1502&lt;BR /&gt;
          conf "isc-3" ipaddress 1.1.1.18/30 &lt;BR /&gt;
          conf "isc-3" add po 49 t&lt;BR /&gt;
          create mlag peer MCR-SVR-SW3 &lt;BR /&gt;
          conf mlag peer "MCR-SVR-SW3" ipaddress 1.1.1.17 &lt;BR /&gt;
          enable sharing 1 grouping 1 algorithm address-based L2 lacp &lt;BR /&gt;
          enable mlag port 1 peer "MCR-SVR-SW3" id 1 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56181#M16366</guid>
      <dc:creator>Ian_Broadway</dc:creator>
      <dc:date>2017-08-18T14:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: LACP via MLAG config check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56182#M16367</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
one thing that you might want to do, is also to configure the LACP Mac, instead of leaving it automatic. This is not critical, but I consider it a best practice. In case of a reboot of the MLAG switches, it helps to not have a flap of that Mac address, impacting the traffic that just restarted to flow.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56182#M16367</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-08-18T14:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: LACP via MLAG config check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56183#M16368</link>
      <description>I assume I can just configure the current auto mac as the configured one?</description>
      <pubDate>Fri, 18 Aug 2017 14:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56183#M16368</guid>
      <dc:creator>Ian_Broadway</dc:creator>
      <dc:date>2017-08-18T14:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: LACP via MLAG config check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56184#M16369</link>
      <description>yes, the lacp-mac is one of the two MLAG peer's mac.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56184#M16369</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-08-18T14:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: LACP via MLAG config check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56185#M16370</link>
      <description>Ian,&lt;BR /&gt;
&lt;BR /&gt;
One of the hidden goodies of v21.1.x is that you have an application in the GUI to automate the configuration of MLAG.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a59abbffadb645d68a07e6f497c1de2a_16464-1xgduu5_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5648i0BE41D876CD67D9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="a59abbffadb645d68a07e6f497c1de2a_16464-1xgduu5_inline.png" alt="a59abbffadb645d68a07e6f497c1de2a_16464-1xgduu5_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
It is documented in the Chalet User Guide &lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/chalet/index.html" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/chalet/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You may want to play with it and tell us what you think about it.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2017 19:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/lacp-via-mlag-config-check/m-p/56185#M16370</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2017-08-18T19:41:00Z</dc:date>
    </item>
  </channel>
</rss>

