<?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: Disable MSTP and enable RSTP on X440 in EXOS 22.2 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78032#M19654</link>
    <description>Hi Thomasz,&lt;BR /&gt;
Thanks for your immediate response. I will verify and come back.&lt;BR /&gt;
Just for your info, we are having X440 with  firmware version 22.3.1.4. While rebooting it gave error &lt;BR /&gt;
(!!! Note: Spanning Tree default changed in ExtremeXOS 22.2 !!!&lt;BR /&gt;
Multiple spanning Tree Protocol (MSTP) is enabled by default to prevent broadcast storms)&lt;BR /&gt;
Will it happen everytime i reset to factory defaults using "Unconfigure config all" ? How to avoid this in future.&lt;BR /&gt;
&lt;BR /&gt;
we have previous tested configuration and after reset and i am downloading same configuration&lt;BR /&gt;
 following lines are failing with error.&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;configure stpd s0 mode dot1w 
&lt;/LI&gt;&lt;/OL&gt;ERROR: Domain S0 is enabled, disable it before mode change.&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;enable stpd s0 rapid-root-failover 
&lt;/LI&gt;&lt;/OL&gt;ERROR: Rapid Root failover cannot be configured for MSTP domains.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your support&lt;BR /&gt;
-Leeladhar</description>
    <pubDate>Sun, 26 May 2019 10:26:36 GMT</pubDate>
    <dc:creator>Leeladhar_Borra</dc:creator>
    <dc:date>2019-05-26T10:26:36Z</dc:date>
    <item>
      <title>Disable MSTP and enable RSTP on X440 in EXOS 22.2</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78030#M19652</link>
      <description>We have X440 switch , these were previously configured for RSTP, we did factory reset and it got MSTP enabled. &lt;BR /&gt;
How can i configure to convert to RSTP enable.</description>
      <pubDate>Sat, 25 May 2019 22:39:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78030#M19652</guid>
      <dc:creator>Leeladhar_Borra</dc:creator>
      <dc:date>2019-05-25T22:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disable MSTP and enable RSTP on X440 in EXOS 22.2</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78031#M19653</link>
      <description>Hi Leeladhar,&lt;BR /&gt;
&lt;BR /&gt;
You can do 'show config' and 'show stp' to see what's going on currently, but in general you might want to simply transition with your STP config to RSTP shape, like in the example here:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;create stpd stpd1&lt;BR /&gt;configure stpd stpd1 mode dot1w #this tells that domain is RSTP&lt;BR /&gt;configure stpd stpd1 add vlan sales ports all&lt;BR /&gt;configure stpd stpd1 add vlan personnel ports all&lt;BR /&gt;configure stpd stpd1 add vlan marketing ports all&lt;BR /&gt;configure stpd stpd1 ports link-type point-to-point 1:1,2:1&lt;BR /&gt;configure stpd stpd1 tag 100 #this specifies the carrier VLAN used for BPDU traversal (here sales has this ID)&lt;BR /&gt;enable stpd stpd1&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Actually STP domain mode is the most essential to determine if we use RSTP or MSTP but take care, STP/RSTP uses carrier VLAN here, and MSTP doesn't, but it uses CIST and MSTIs.&lt;BR /&gt;
&lt;BR /&gt;
Let us know if that suits you or do you need some more guidance here. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Sat, 25 May 2019 23:08:21 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78031#M19653</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-25T23:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disable MSTP and enable RSTP on X440 in EXOS 22.2</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78032#M19654</link>
      <description>Hi Thomasz,&lt;BR /&gt;
Thanks for your immediate response. I will verify and come back.&lt;BR /&gt;
Just for your info, we are having X440 with  firmware version 22.3.1.4. While rebooting it gave error &lt;BR /&gt;
(!!! Note: Spanning Tree default changed in ExtremeXOS 22.2 !!!&lt;BR /&gt;
Multiple spanning Tree Protocol (MSTP) is enabled by default to prevent broadcast storms)&lt;BR /&gt;
Will it happen everytime i reset to factory defaults using "Unconfigure config all" ? How to avoid this in future.&lt;BR /&gt;
&lt;BR /&gt;
we have previous tested configuration and after reset and i am downloading same configuration&lt;BR /&gt;
 following lines are failing with error.&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;configure stpd s0 mode dot1w 
&lt;/LI&gt;&lt;/OL&gt;ERROR: Domain S0 is enabled, disable it before mode change.&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;enable stpd s0 rapid-root-failover 
&lt;/LI&gt;&lt;/OL&gt;ERROR: Rapid Root failover cannot be configured for MSTP domains.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your support&lt;BR /&gt;
-Leeladhar</description>
      <pubDate>Sun, 26 May 2019 10:26:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/disable-mstp-and-enable-rstp-on-x440-in-exos-22-2/m-p/78032#M19654</guid>
      <dc:creator>Leeladhar_Borra</dc:creator>
      <dc:date>2019-05-26T10:26:36Z</dc:date>
    </item>
  </channel>
</rss>

