<?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: EXOS: mLAG vlan consistency check in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30373#M5150</link>
    <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
Have you see the script on Github? I think that this is what you are looking for. Can you confirm? &lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check&lt;/A&gt;</description>
    <pubDate>Tue, 10 May 2016 01:15:00 GMT</pubDate>
    <dc:creator>BradP</dc:creator>
    <dc:date>2016-05-10T01:15:00Z</dc:date>
    <item>
      <title>EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30372#M5149</link>
      <description>currently we use very often MultiSwitch LAGs (mLAG). It works well and offers a very good flexibility. But it is very error-prone to keep all the vlan consistent (equal) over the 2 switch and the isc manually by the admin. It needs a lot of time to check that really all vlan are configured correctly. If there is one vlan missed there is no error message or advice that will show the mistake. And also the resulting connectivity problems are very strange. So it is fundamental that vlan configs are equal in mLAG environments! &lt;BR /&gt;
&lt;BR /&gt;
Other vendors will help the network admins with some checks that will generate an error if something is missed:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6441e51864fd49a8a6ebc47001e36ad1_RackMultipart20160509-4986-6fkhiy-VLAN-Consistence-Check_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/195i4173C6A4197CC8BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="6441e51864fd49a8a6ebc47001e36ad1_RackMultipart20160509-4986-6fkhiy-VLAN-Consistence-Check_inline.png" alt="6441e51864fd49a8a6ebc47001e36ad1_RackMultipart20160509-4986-6fkhiy-VLAN-Consistence-Check_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
What do you think ? Someone who agree with my need ? Is it imaginable that EXOS will so that (in the future) ?&lt;BR /&gt;
&lt;BR /&gt;
i am very pleased for some discussion!&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2016 01:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30372#M5149</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2016-05-10T01:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30373#M5150</link>
      <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
Have you see the script on Github? I think that this is what you are looking for. Can you confirm? &lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check&lt;/A&gt;</description>
      <pubDate>Tue, 10 May 2016 01:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30373#M5150</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2016-05-10T01:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30374#M5151</link>
      <description>I just want to point out one limitation of this script. It doesn't compare the VLANs across the peers. &lt;BR /&gt;
&lt;BR /&gt;
So it will ensure that peer A has all the VLANs on its MLAG ports on the ISC, and the peer B has all the VLANs on its MLAG ports on the ISC. However, it doesn't check to see if both MLAG peers have the same VLAN config on MLAG ports.</description>
      <pubDate>Tue, 10 May 2016 01:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30374#M5151</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-05-10T01:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30375#M5152</link>
      <description>Hi Brad,&lt;BR /&gt;
it looks like what i am looking for ;-)) Let it test it in my lab (the next days).&lt;BR /&gt;
&lt;BR /&gt;
It seems only the last thing is open in my mLAG-related whishlist - Spanning Tree AND mLAG allowed together on one port!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Matthias&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2016 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30375#M5152</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2016-05-10T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30376#M5153</link>
      <description>And why would you want to do that? One nice thing about MLAG is that it helps you to eliminate Spanning Tree in your Network &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
By the way - if you have spanning tree enabled on other ports or switches inside the network, BPDUs are still being forwarded, including through MLAG ports, as EXOS sees and handles it as normal L2 Multicast traffic. Maybe that helps?&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2016 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30376#M5153</guid>
      <dc:creator>cbuchenau</dc:creator>
      <dc:date>2016-05-10T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30377#M5154</link>
      <description>I think the benefits from running STP over MLAG are to detect and prevent a super loop formed down on access switches uplinked to different MLAG ports. And, the access switches running with STP could have MLAG peer switches as root bridge.</description>
      <pubDate>Tue, 10 May 2016 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30377#M5154</guid>
      <dc:creator>Kevin_Kim</dc:creator>
      <dc:date>2016-05-10T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30378#M5155</link>
      <description>Understand. So in this case it's more about loop protection rather than path redundancy. &lt;BR /&gt;
I would add ELRP on all access ports of the access switches then, but I understand why others would prefer to stick with what they know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2016 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30378#M5155</guid>
      <dc:creator>cbuchenau</dc:creator>
      <dc:date>2016-05-10T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30379#M5156</link>
      <description>I think it would make more sense when access switches are not Extreme.</description>
      <pubDate>Tue, 10 May 2016 01:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30379#M5156</guid>
      <dc:creator>Kevin_Kim</dc:creator>
      <dc:date>2016-05-10T01:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS: mLAG vlan consistency check</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30380#M5157</link>
      <description>Hi Brad,&lt;BR /&gt;
i have a closer look at your suggested python script.&lt;BR /&gt;
&lt;BR /&gt;
Because of the 2 limitations - it is not very useable in the real world:&lt;BR /&gt;
+ it does not check if the vlans are tagged or untagged configured&lt;BR /&gt;
+ it does not check vlans on the mLAG peer - so there is not possibility to recognize if vlan config is equal&lt;BR /&gt;
&lt;BR /&gt;
So i have to check that manually.&lt;BR /&gt;
&lt;BR /&gt;
Additionally the "vPC consisteny check" will run continiously in the OS background.  &lt;BR /&gt;
&lt;BR /&gt;
It will be very nice of the python script (or maybe the mLAG peer control protocol too) will enhanced that both above problems will be also checked and therefore a manually check is not be necessary.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2016 16:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-mlag-vlan-consistency-check/m-p/30380#M5157</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2016-05-10T16:43:00Z</dc:date>
    </item>
  </channel>
</rss>

