<?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: LoopProtect and MSTP in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10968#M1996</link>
    <description>Hello Marki,&lt;BR /&gt;
&lt;BR /&gt;
A1) So that diagram and port/SID layout looks correct for how you would want it configured.&lt;BR /&gt;
&lt;BR /&gt;
Q2) In regards to your second question, are you referring to a specific port in this diagram that you are seeing this? Keep in mind that the MSTI BPDUs are most likely still going to be sent regardless, but the remote device just won't process them as the SID/region doesn't exist (Assuming I am understanding what you are trying to explain). Reason for this is because all ports belong in each SID in the background by design, the VLANs are just required to carry proper MSTP communication between switches so it will functionally speak when required and dropped when not needed/configured.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;B&gt;Allen George&lt;/B&gt;&lt;BR /&gt;
Technical Support Engineer, GTAC / Extreme Networks</description>
    <pubDate>Fri, 29 Apr 2016 17:01:00 GMT</pubDate>
    <dc:creator>Allen_George</dc:creator>
    <dc:date>2016-04-29T17:01:00Z</dc:date>
    <item>
      <title>LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10961#M1989</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I've been reading up on Spanning Tree and LoopProtect. In the 7100 v8.41 Configuration Guide on page 338 there is a note that says:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;The Loop Protect enable/disable settings for an MSTI port should match those for the CIST port.&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;What exactly does this mean? What does this statement require us to be vigilant about in our configs?&lt;BR /&gt;
&lt;BR /&gt;
Does it mean that if you "set spantree lp ge.1.2 enable sid 1" you should also "set spantree lp ge.1.2 enable" (sid 0) etc. for all other SIDs? Why?&lt;BR /&gt;
&lt;BR /&gt;
Bye,&lt;BR /&gt;
&lt;BR /&gt;
Marki&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Apr 2016 22:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10961#M1989</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2016-04-09T22:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10962#M1990</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
"The Loop Protect enable/disable settings for an MSTI port should match those for the CIST port."&lt;BR /&gt;
Answer: The MSTI port is the port in which the MSTP Instance is configured but the CIST port in this case will be the underlying SID 0. So when you configure SID 1 and 2 and align VLAN 5,15 to SID 1 and then VLAN 10,20 to SID 2. You will then configure 'set spantree lp ge.x.x sid 1' on all ports that belong to that VLAN and the same goes for SID 2 for any port that belongs to those correlating VLANs. But that is only configuring for the MSTI, to match the CIST port, you must also configure Loop Protect on SID 0 for all of these same ports to ensure proper operation in MSTP.&lt;BR /&gt;
&lt;BR /&gt;
So in a way this does require you to be very specific about how you prepare and apply your configuration or you may be unknown results if done improperly.&lt;BR /&gt;
&lt;BR /&gt;
Please let me know if that answers your question.&lt;BR /&gt;
&lt;BR /&gt;
Thank you and have a great day!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;B&gt;Allen George&lt;/B&gt;&lt;BR /&gt;
Technical Support Engineer, GTAC / Extreme Networks&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2016 21:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10962#M1990</guid>
      <dc:creator>Allen_George</dc:creator>
      <dc:date>2016-04-22T21:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10963#M1991</link>
      <description>Ok, so if I understand correctly, the "problem" arises through the fact   that MSTP, contrary to e.g. PVST, does not send BPDUs per VLAN but on a   port-basis. Thus, for LoopProtect to be effective and not create more   trouble than it should prevent, you have to perform a manual and   explicit accounting of what VLANs are present on what ISLs.&lt;BR /&gt;
  &lt;BR /&gt;
  So generally speaking, if we'd like to use the LoopProtect feature, we have to perform the following with our ISLs:&lt;BR /&gt;
  1) Enable LoopProtect in SID0 for every ISL ;&lt;BR /&gt;
  2) Enable LoopProtect in SIDx if any of the VLANs configured in SIDx are active on that ISL.&lt;BR /&gt;
  &lt;BR /&gt;
  In our case where we&lt;BR /&gt;
  1) mainly chose to use MSTP to get the higher max. hopcount of 20 compared to RSTP (7)&lt;BR /&gt;
  2) are using only one MSTP instance in every MSTP region&lt;BR /&gt;
  then this boils down to simply activating LoopProtect on SID0 and SID1 on every ISL and we should be good.&lt;BR /&gt;
  &lt;BR /&gt;
&lt;B&gt;  Can you confirm that this reasoning is correct?&lt;/B&gt;&lt;BR /&gt;
If so, why not share such details in the Configuration Guides for example &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
  &lt;BR /&gt;
  Thanks a lot for your insight.&lt;BR /&gt;
  &lt;BR /&gt;
  Marki&lt;BR /&gt;
  &lt;BR /&gt;
  PS. If all my reasoning is correct, and to prevent problems for people not   aware of all this, then the switch could/should IMHO enable LoopProtect in SID0   automatically as soon as you activate it for any SID different than SID0...&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Apr 2016 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10963#M1991</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2016-04-24T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10964#M1992</link>
      <description>Hello Marki,&lt;BR /&gt;
&lt;BR /&gt;
did you test and verify an RSTP hop limit of 7?&lt;BR /&gt;
&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Apr 2016 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10964#M1992</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-24T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10965#M1993</link>
      <description>Nope, we did not. Are you saying that RSTP would work equally well as MSTP in case you don't need the individual instances that MSTP provides?&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Apr 2016 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10965#M1993</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2016-04-24T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10966#M1994</link>
      <description>That is what I would expect, but I never actually tested this.&lt;BR /&gt;
&lt;BR /&gt;
Once I had to use several MSTP regions of significant size each to overcome the hop count limit inside a region. But that has been the only time STP hop count has been a concern for me.&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Apr 2016 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10966#M1994</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-04-24T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10967#M1995</link>
      <description>&lt;BR /&gt;
Hi again,&lt;BR /&gt;
&lt;BR /&gt;
So, can someone confirm if what I thought I had understood from Allen's reply is correct or not? (See my reply above.)&lt;BR /&gt;
&lt;BR /&gt;
Let me give you a simple and concrete example: &lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="80e379ab4f934cf98e4eb49db4b00fa8_RackMultipart20160427-52063-1eandh9-mstp-lp-example_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4316i8A0E7F88BCE18EB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="80e379ab4f934cf98e4eb49db4b00fa8_RackMultipart20160427-52063-1eandh9-mstp-lp-example_inline.png" alt="80e379ab4f934cf98e4eb49db4b00fa8_RackMultipart20160427-52063-1eandh9-mstp-lp-example_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Q1) In that diagram, how should the different ports be configured for LoopProtect? I am proposing the following:&lt;BR /&gt;
P1 LoopProtect SID0+SID1&lt;BR /&gt;
P2 LoopProtect SID0+SID1&lt;BR /&gt;
P3 LoopProtect SID0&lt;BR /&gt;
P4 LoopProtect SID0+SID1&lt;BR /&gt;
P5 LoopProtect SID0+SID1&lt;BR /&gt;
P6 LoopProtect SID0+SID1&lt;BR /&gt;
P7 LoopProtect SID0+SID1&lt;BR /&gt;
P8 LoopProtect SID0Q2) Oh and in that regard: Why is it that "show spantree debug active port x.y.z sid 1" shows an MSTI BPDU Rx Count and MSTI BPDU Tx Count when the port is a master port? By definition, there are no MSTI BPDUs between regions...?&lt;BR /&gt;
&lt;BR /&gt;
Bye,&lt;BR /&gt;
&lt;BR /&gt;
Marki&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Apr 2016 16:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10967#M1995</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2016-04-27T16:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10968#M1996</link>
      <description>Hello Marki,&lt;BR /&gt;
&lt;BR /&gt;
A1) So that diagram and port/SID layout looks correct for how you would want it configured.&lt;BR /&gt;
&lt;BR /&gt;
Q2) In regards to your second question, are you referring to a specific port in this diagram that you are seeing this? Keep in mind that the MSTI BPDUs are most likely still going to be sent regardless, but the remote device just won't process them as the SID/region doesn't exist (Assuming I am understanding what you are trying to explain). Reason for this is because all ports belong in each SID in the background by design, the VLANs are just required to carry proper MSTP communication between switches so it will functionally speak when required and dropped when not needed/configured.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;B&gt;Allen George&lt;/B&gt;&lt;BR /&gt;
Technical Support Engineer, GTAC / Extreme Networks</description>
      <pubDate>Fri, 29 Apr 2016 17:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10968#M1996</guid>
      <dc:creator>Allen_George</dc:creator>
      <dc:date>2016-04-29T17:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: LoopProtect and MSTP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10969#M1997</link>
      <description>Thanks a lot for the clarifications and approval concerning Q1.&lt;BR /&gt;
     &lt;BR /&gt;
     You understood right concerning Q2 and I realize that I should have reflected more     thoroughly on this before asking. For the people following this thread: indeed, if the     hash transmitted in MST BPDU differs between sender and recipient,     they know that they are at a region boundary and will ignore the     M-records. For the case where the remote side runs classic STP and     not MSTP it will ignore the MSTP part entirely as you said, as     (R)STP and MSTP are designed to be interoperable. So, it is not an     error or a problem that MSTI BPDUs are generated/sent/received as one     can see with the debug commands. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2016 17:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/loopprotect-and-mstp/m-p/10969#M1997</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2016-04-29T17:01:00Z</dc:date>
    </item>
  </channel>
</rss>

