<?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: MSTP and bpdu-restrict - CIST vs MSTI in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34287#M6693</link>
    <description>Hi Vobelic,&lt;BR /&gt;
&lt;BR /&gt;
In which version of the user/concepts guide ? &lt;BR /&gt;
Could you please point me to the documentation the exact line and the page number?&lt;BR /&gt;
&lt;BR /&gt;
once shared i can get in touch with the internal team and get back to you. &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Nov 2015 11:59:00 GMT</pubDate>
    <dc:creator>Karthik_Mohando</dc:creator>
    <dc:date>2015-11-13T11:59:00Z</dc:date>
    <item>
      <title>MSTP and bpdu-restrict - CIST vs MSTI</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34282#M6688</link>
      <description>Enabling edge-safeguard on CIST is propagated to MSTIs as per documentation, what about bpdu-restrict?&lt;BR /&gt;
Bpdu-restrict first must be enabled on the CIST, without that MSTIs don't want to enable it that for sure.&lt;BR /&gt;
But what is the behavior when a BPDU arrives on an edge port that is in a VLAN (MSTI instance) and bpdu-restrict is enabled only on the CIST?&lt;BR /&gt;
&lt;BR /&gt;
Basically this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;configure vlan V99 add ports 1&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
create stpd s1&lt;BR /&gt;
configure stpd s1 mode mstp msti 1&lt;BR /&gt;
enable stpd s1 auto-bind vlan V99&lt;BR /&gt;
configure stpd s0 ports mode dot1d 1&lt;BR /&gt;
configure stpd s0 ports cost auto 1&lt;BR /&gt;
configure stpd s0 ports port-priority 128 1&lt;BR /&gt;
configure stpd s0 ports link-type edge 1&lt;BR /&gt;
configure stpd s0 ports edge-safeguard enable 1 recovery-timeout 300&lt;BR /&gt;
configure stpd s0 ports bpdu-restrict enable 1 recovery-timeout 300&lt;BR /&gt;
enable stpd s0 ports 1&lt;BR /&gt;
configure stpd s1 ports mode dot1d 1&lt;BR /&gt;
configure stpd s1 ports cost auto 1&lt;BR /&gt;
configure stpd s1 ports port-priority 128 1&lt;BR /&gt;
configure stpd s1 ports link-type edge 1&lt;BR /&gt;
configure stpd s1 ports edge-safeguard enable 1&lt;BR /&gt;
enable stpd s1 ports 1&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;# show s1 port 1&lt;BR /&gt;
Port   Mode   State      Cost  Flags     Priority Port ID Designated Bridge&lt;BR /&gt;
1      802.1D DISABLED   200000 e?ee-w-SB- 128      8001    00:00:00:00:00:00:00:00&lt;BR /&gt;
&lt;BR /&gt;
Total Ports: 1&lt;BR /&gt;
...&lt;BR /&gt;
zgsw169.9 # show s0 port 1&lt;BR /&gt;
Port   Mode   State      Cost  Flags     Priority Port ID Designated Bridge&lt;BR /&gt;
1      802.1D DISABLED   200000 e?ee-w-GB- 128      8001    00:00:00:00:00:00:00:00&lt;BR /&gt;
&lt;BR /&gt;
Total Ports: 1&lt;BR /&gt;
...&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
Does the port get disabled or not?&lt;BR /&gt;
I mean, the port IS afterall in CIST with bpdu-restrict active...&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Nov 2015 01:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34282#M6688</guid>
      <dc:creator>vobelic</dc:creator>
      <dc:date>2015-11-03T01:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSTP and bpdu-restrict - CIST vs MSTI</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34283#M6689</link>
      <description>Hi Vobelic,&lt;BR /&gt;
&lt;BR /&gt;
I did a test in the LAB.&lt;BR /&gt;
&lt;BR /&gt;
Here is the config which i have in LAB&lt;BR /&gt;
&lt;BR /&gt;
configure mstp region 0004968fb060&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
create stpd s1&lt;BR /&gt;
configure stpd s1 mode mstp msti 1&lt;BR /&gt;
configure stpd s1 add vlan v99 ports 5 dot1d&lt;BR /&gt;
configure stpd s0 ports mode dot1d 5&lt;BR /&gt;
configure stpd s0 ports cost auto 5&lt;BR /&gt;
configure stpd s0 ports port-priority 128 5&lt;BR /&gt;
configure stpd s0 ports link-type edge 5&lt;BR /&gt;
configure stpd s0 ports edge-safeguard enable 5&lt;BR /&gt;
configure stpd s0 ports bpdu-restrict enable 5&lt;BR /&gt;
enable stpd s0 ports 5&lt;BR /&gt;
configure stpd s1 ports mode dot1d 5&lt;BR /&gt;
configure stpd s1 ports cost auto 5&lt;BR /&gt;
configure stpd s1 ports port-priority 128 5&lt;BR /&gt;
configure stpd s1 ports link-type edge 5&lt;BR /&gt;
configure stpd s1 ports edge-safeguard enable 5&lt;BR /&gt;
enable stpd s1 ports 5&lt;BR /&gt;
&lt;BR /&gt;
I have enabled the BPDU restrict only the STP S0 which is the CIST and here are the logs once i enabled the same.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;11/11/2015 01:18:30.08 &lt;I&gt; Port 5 link down&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;BR /&gt;
&lt;B&gt;11/11/2015 01:18:30.04 &lt;I&gt; Toggling AdminState on Port 5&lt;/I&gt;&lt;/B&gt;&lt;I&gt;&lt;BR /&gt;
&lt;B&gt;11/11/2015 01:18:30.04 &lt;STP.DSBLPORTBRDGDTECT&gt; BPDU Restrict Port (5) has received a bpdu and will be shutdown.&lt;BR /&gt;
&lt;BR /&gt;
&lt;/STP.DSBLPORTBRDGDTECT&gt;&lt;/B&gt;* B3:U16.58 # show stpd "s0" ports&lt;BR /&gt;
Port   Mode   State      Cost  Flags     Priority Port ID Designated Bridge&lt;BR /&gt;
1      802.1D FORWARDING 20000 eRppam--B- 128      8001    80:00:00:04:96:82:5a:28&lt;BR /&gt;
3      802.1D FORWARDING 20000 eDpp-m--B- 128      8003    80:00:00:04:96:8f:b0:60&lt;BR /&gt;
5      802.1D DISABLED   20000 e?ee-m-GB- 128      8005    00:00:00:00:00:00:00:00&lt;BR /&gt;
&lt;BR /&gt;
* B3:U16.59 # show stpd "s1" ports&lt;BR /&gt;
Port   Mode   State      Cost  Flags     Priority Port ID Designated Bridge&lt;BR /&gt;
1      802.1D FORWARDING 20000 eMppam--B- 128      8001    80:00:00:04:96:8f:b0:60&lt;BR /&gt;
3      802.1D FORWARDING 20000 eDpppm--B- 128      8003    80:00:00:04:96:8f:b0:60&lt;BR /&gt;
5      802.1D DISABLED   20000 e?ee-m-SB- 128      8005    00:00:00:00:00:00:00:00&lt;B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;/B&gt;I hope this is what the answer you are looking for... &lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 11 Nov 2015 08:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34283#M6689</guid>
      <dc:creator>Karthik_Mohando</dc:creator>
      <dc:date>2015-11-11T08:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSTP and bpdu-restrict - CIST vs MSTI</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34284#M6690</link>
      <description>Thanks!&lt;BR /&gt;
&lt;BR /&gt;
That indeed answers my question.&lt;BR /&gt;
&lt;BR /&gt;
Now the only thing that could be even more helpful would be an update in the documentation or even in the code - there's really no need for S flag in MSTI instances when there's already a G flag in CIST is there?&lt;BR /&gt;
One could simply state that both the bpdu-restrict as well as edge-safeguard are propagated from CIST to MSTI instances.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34284#M6690</guid>
      <dc:creator>vobelic</dc:creator>
      <dc:date>2015-11-11T19:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSTP and bpdu-restrict - CIST vs MSTI</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34285#M6691</link>
      <description>Hi Vobelic,&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;BPDU Restrict on Edge Safeguard&lt;/U&gt;&lt;BR /&gt;
BPDU restrict   causes a port on which this feature is configured to be disabled as soon   as an STP BPDU is received on that port.&lt;BR /&gt;
&lt;BR /&gt;
If   we take the actual working scenario the CIST is configured with BPDU   Restrict disable's the port physically up on receiving the STP BPDU.&lt;BR /&gt;
&lt;BR /&gt;
So it does not propagate the BPDU-restrict function to the MIST rather it disables the port physically.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2015 11:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34285#M6691</guid>
      <dc:creator>Karthik_Mohando</dc:creator>
      <dc:date>2015-11-12T11:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSTP and bpdu-restrict - CIST vs MSTI</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34286#M6692</link>
      <description>I simply meant that it's misleading to be able to specifically enable bpdu-restrict per MSTI even when it's already enabled in CIST.&lt;BR /&gt;
I think that the "G" flag should be shown in MSTI port info rather than "S" as soon as bpdu-restrict is enabled in CIST. It may be just a matter of being consistent &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2015 15:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34286#M6692</guid>
      <dc:creator>vobelic</dc:creator>
      <dc:date>2015-11-12T15:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: MSTP and bpdu-restrict - CIST vs MSTI</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34287#M6693</link>
      <description>Hi Vobelic,&lt;BR /&gt;
&lt;BR /&gt;
In which version of the user/concepts guide ? &lt;BR /&gt;
Could you please point me to the documentation the exact line and the page number?&lt;BR /&gt;
&lt;BR /&gt;
once shared i can get in touch with the internal team and get back to you. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Nov 2015 11:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mstp-and-bpdu-restrict-cist-vs-msti/m-p/34287#M6693</guid>
      <dc:creator>Karthik_Mohando</dc:creator>
      <dc:date>2015-11-13T11:59:00Z</dc:date>
    </item>
  </channel>
</rss>

