<?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: Expulsion of a switch from mstp in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85896#M3956</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;,&amp;nbsp;but it's better to use &lt;SPAN style="color:#8e44ad;"&gt;delete stpd mst1&lt;/SPAN&gt; than &lt;EM&gt;unconf&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;unconf&lt;/EM&gt; doesn't delete the config.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 18:32:53 GMT</pubDate>
    <dc:creator>gorn</dc:creator>
    <dc:date>2021-01-22T18:32:53Z</dc:date>
    <item>
      <title>Expulsion of a switch from mstp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85894#M3954</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;How to safely shutdown the &lt;SPAN style="color:#8e44ad;"&gt;switch 2&lt;/SPAN&gt; from the MSTP and deploy a reserve on the&amp;nbsp;redundant port?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;****&lt;SPAN style="color:#27ae60;"&gt;sw1(21)block&lt;/SPAN&gt;-------&lt;SPAN style="color:#8e44ad;"&gt;(1)sw2(3)&lt;/SPAN&gt;********&lt;SPAN style="color:#2980b9;"&gt;(23)sw3&lt;/SPAN&gt;*****&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difficulty is that I cannot do everything with a single command.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the correct sequence of commands in this case?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#8e44ad;"&gt;disable stpd mst0&lt;BR /&gt;disable stpd mst1&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&lt;SPAN style="color:#27ae60;"&gt;sw1&lt;/SPAN&gt; and &lt;SPAN style="color:#2980b9;"&gt;sw3&lt;/SPAN&gt;&amp;nbsp;will behave as if there is just a link between them?&lt;BR /&gt;There is a way that will become more expensive without &lt;SPAN style="color:#8e44ad;"&gt;sw2&lt;/SPAN&gt;. Apparently, here my ring will be rebuilt and the traffic will go through &lt;SPAN style="color:#8e44ad;"&gt;sw2&lt;/SPAN&gt;. After every command?&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN style="color:#8e44ad;"&gt;configure port 1&amp;nbsp;redundant 3&amp;nbsp;link off&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;Here it will return as it was.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#27ae60;"&gt;configure stpd mst1&amp;nbsp;delete vlan_2 ports 21&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;…&amp;nbsp;vlan_100 ports 21&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#2980b9;"&gt;configure stpd mst1&amp;nbsp;delete vlan_2 ports 23&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;…&amp;nbsp;vlan_100 ports 23&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;And if I start with this, then a broadcast storm will probably begin through the not yet properly configured &lt;SPAN style="color:#8e44ad;"&gt;sw2&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;CONTENT-SPOILER&gt;&lt;P&gt;configure mstp region REGION_NAME&lt;BR /&gt;configure mstp revision 0&lt;BR /&gt;configure mstp format 0&lt;/P&gt;&lt;P&gt;create stpd mst0 description "CIST DOMAIN (NOT FOR VLAN BINDING)"&lt;BR /&gt;configure stpd mst0 mode mstp cist&lt;BR /&gt;configure stpd mst0 forwarddelay 15&lt;BR /&gt;configure stpd mst0 hellotime 2&lt;BR /&gt;configure stpd mst0 maxage 20&lt;BR /&gt;configure stpd mst0 max-hop-count 20&lt;BR /&gt;configure stpd mst0 priority 32768&lt;BR /&gt;configure stpd mst0 default-encapsulation dot1d&lt;/P&gt;&lt;P&gt;create stpd mst1 description "VLANS 2-100"&lt;BR /&gt;configure stpd mst1 mode mstp msti 1&lt;BR /&gt;configure stpd mst1 max-hop-count 20&lt;BR /&gt;configure stpd mst1 priority 32768&lt;BR /&gt;configure stpd mst1 default-encapsulation dot1d&lt;/P&gt;&lt;P&gt;create stpd s0&lt;BR /&gt;disable stpd s0 auto-bind vlan default&lt;BR /&gt;configure stpd s0 mode dot1d&lt;BR /&gt;configure stpd s0 forwarddelay 15&lt;BR /&gt;configure stpd s0 hellotime 2&lt;BR /&gt;configure stpd s0 maxage 20&lt;BR /&gt;configure stpd s0 priority 32768&lt;BR /&gt;disable stpd s0 rapid-root-failover&lt;BR /&gt;configure stpd s0 default-encapsulation dot1d&lt;BR /&gt;enable stpd s0 auto-bind vlan Default&lt;/P&gt;&lt;P&gt;configure stpd mst1 add vlan vlan_2 ports 1 dot1d&lt;BR /&gt;configure stpd mst1 add vlan vlan_3 ports 1 dot1d&lt;BR /&gt;....&lt;BR /&gt;configure stpd mst1 add vlan vlan_100 ports 1 dot1d&lt;/P&gt;&lt;P&gt;configure stpd mst1 add vlan vlan_2 ports 2 dot1d&lt;BR /&gt;configure stpd mst1 add vlan vlan_3 ports 2 dot1d&lt;BR /&gt;....&lt;BR /&gt;configure stpd mst1 add vlan vlan_100 ports 2 dot1d&lt;/P&gt;&lt;P&gt;enable stpd mst0&lt;BR /&gt;enable stpd mst1&lt;/P&gt;&lt;P&gt;configure stpd s0 tag 0&lt;BR /&gt;disable stpd s0&lt;BR /&gt;configure stpd flush-method vlan-and-port&lt;/P&gt;&lt;/CONTENT-SPOILER&gt;</description>
      <pubDate>Wed, 21 Oct 2020 16:37:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85894#M3954</guid>
      <dc:creator>gorn</dc:creator>
      <dc:date>2020-10-21T16:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expulsion of a switch from mstp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85895#M3955</link>
      <description>&lt;P&gt;Maybe this will avoid interrupts:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#27ae60;"&gt;disable ports 21&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color:#8e44ad;"&gt;disable stpd&lt;BR /&gt;unconfigure stpd mst1&lt;BR /&gt;unconfigure stpd mst0&lt;BR /&gt;unconfigure mstp region&lt;BR /&gt;configure port 1 redundant 3 link off&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:#2980b9;"&gt;configure stpd mst1 delete vlan_2 ports 23&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; … vlan_100 ports 23&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#27ae60;"&gt;configure stpd mst1 delete vlan_2 ports 21&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;… vlan_100 ports 21&lt;BR /&gt;enable ports 21&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 15:09:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85895#M3955</guid>
      <dc:creator>gorn</dc:creator>
      <dc:date>2020-10-22T15:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expulsion of a switch from mstp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85896#M3956</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;,&amp;nbsp;but it's better to use &lt;SPAN style="color:#8e44ad;"&gt;delete stpd mst1&lt;/SPAN&gt; than &lt;EM&gt;unconf&lt;/EM&gt;,&amp;nbsp;&lt;EM&gt;unconf&lt;/EM&gt; doesn't delete the config.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:32:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/expulsion-of-a-switch-from-mstp/m-p/85896#M3956</guid>
      <dc:creator>gorn</dc:creator>
      <dc:date>2021-01-22T18:32:53Z</dc:date>
    </item>
  </channel>
</rss>

