<?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: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36662#M27</link>
    <description>&lt;P style="margin: 0;"&gt;Dear Ben Beck,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Good one, it would be great if you could share some troubleshooting steps to resolve any STP Loop.&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Thank you for sharing this!!!&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Regards,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Abilash PR.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 13:04:33 GMT</pubDate>
    <dc:creator>abilashpr</dc:creator>
    <dc:date>2021-11-09T13:04:33Z</dc:date>
    <item>
      <title>Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36660#M25</link>
      <description>&lt;P style="margin: 0;"&gt;Hey all,&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;I wanted to take a moment to look at spanning tree. By default, ICX switches run 802.1d spanning tree on a per-vlan basis. Ideally, we want to use a protocol with faster convergence such as rapid spanning tree (802.1w). I will go through some general configuration steps and a few best practices. These configurations will not suit all customers, but it is a good starting point for many.&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Enabling RSTP on vlan(s)&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX#conf t&lt;BR /&gt;ICX(config)#vlan 10 20 30 &amp;lt;--edits three vlans at once. You can edit vlans one at a time or using a range via the 'to' syntax (vlan 1 to 20)&lt;BR /&gt;ICX(config-mvlan-10*30)#spanning-tree 802-1w&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Now that 802.1w is running, we will want to set a root bridge priority. If no priority is defined, the default of 32768 will be used. Let us assume you want this switch to be the root bridge. A lower priority number wins, so let us go ahead and set it to zero to ensure this switch becomes root bridge:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX(config-mvlan-10*30)#spanning-tree 802-1w priority 0&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The resulting configuration will look like this:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;vlan 10 by port&lt;BR /&gt;&amp;nbsp;tagged ethe 1/1/1 to 1/1/48 ethe 1/2/1 ethe 1/2/2 ethe 1/2/3 ethe 1/2/4 ethe 1/2/5 ethe 1/2/6 ethe 1/2/7 ethe 1/2/8&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;spanning-tree 802-1w&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;spanning-tree 802-1w priority 0&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;vlan 20 by port&lt;BR /&gt;&amp;nbsp;tagged ethe 1/1/1 to 1/1/48 ethe 1/2/1 ethe 1/2/2 ethe 1/2/3 ethe 1/2/4 ethe 1/2/5 ethe 1/2/6 ethe 1/2/7 ethe 1/2/8&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;spanning-tree 802-1w&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;spanning-tree 802-1w priority 0&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;vlan 30 by port&lt;BR /&gt;&amp;nbsp;tagged ethe 1/1/1 to 1/1/48 ethe 1/2/1 ethe 1/2/2 ethe 1/2/3 ethe 1/2/4 ethe 1/2/5 ethe 1/2/6 ethe 1/2/7 ethe 1/2/8&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;spanning-tree 802-1w&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;spanning-tree 802-1w priority 0&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Now that our RSTP instances are running, let's take a look at a couple best practices.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Switch-to-switch connections should be defined as point-to-point links to optimize convergence times. In this example, let us assume ports 1/2/1 through 1/2/8 are all switch-to-switch links:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX#conf t&lt;BR /&gt;ICX(config)#interface ethernet 1/2/1 to 1/2/8&lt;BR /&gt;ICX(config-mif-1/2/1-1/2/8)#spanning-tree 802-1w admin-pt2pt-mac&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The resulting configuration:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;interface ethernet 1/2/1&lt;BR /&gt;&amp;nbsp;port-name Switch-to-Switch-Connection&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;spanning-tree 802-1w admin-pt2pt-mac&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Switch-to-client (edge) connections should be defined as operational edge ports. In this example, let us assume ports 1/1/1 through 1/1/48 are all client edge ports:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX#conf t&lt;BR /&gt;ICX(config)#interface ethernet 1/1/1 to 1/1/48&lt;BR /&gt;ICX(config-mif-1/1/1-1/1/48)#spanning-tree 802-1w admin-edge-port&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&lt;BR /&gt;Client ports can also have STP BPDU Guard enabled. This will shut down the port if any BPDUs are received on the port.&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;&lt;BR /&gt;ICX#conf t&lt;BR /&gt;ICX(config)#interface ethernet 1/1/1 to 1/1/48&lt;BR /&gt;ICX(config)#stp-bpdu-guard&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The resulting configuration:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;interface ethernet 1/1/1&lt;BR /&gt;&amp;nbsp;port-name Client-Port&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;spanning-tree 802-1w admin-edge-port&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;stp-bpdu-guard&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&lt;BR /&gt;To see RSTP information, you can use the following commands:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX#show 802-1w&lt;BR /&gt;ICX#show 802-1w detail&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&lt;BR /&gt;Note: If you are running 802.1d, you will use 'show spanning-tree' and 'show spanning-tree detail'. MSTP also has unique commands such as 'show mstp' and 'show mstp detail'&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;To see all available configuration options for spanning tree, please see our FastIron Layer 2 Switching Configuration Guide:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-08095-l2guide/page/GUID-253F4B9A-D182-47D1-B30B-C2ACE9CD0D0F-homepage.html#" target="_blank" rel="noopener noopener noreferrer"&gt;HTML Version&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;A href="https://support.ruckuswireless.com/documents/3457-fastiron-08-0-95-ga-layer-2-switching-configuration-guide" target="_blank" rel="noopener noopener noreferrer"&gt;PDF Version (requires login)&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you have any questions!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 20:28:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36660#M25</guid>
      <dc:creator>BenBeck</dc:creator>
      <dc:date>2024-02-01T20:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36661#M26</link>
      <description>&lt;P style="margin: 0;"&gt;Great starting point for RSTP deployment. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:45:29 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36661#M26</guid>
      <dc:creator>sven_siersdorfe</dc:creator>
      <dc:date>2021-11-08T06:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36662#M27</link>
      <description>&lt;P style="margin: 0;"&gt;Dear Ben Beck,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Good one, it would be great if you could share some troubleshooting steps to resolve any STP Loop.&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Thank you for sharing this!!!&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Regards,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Abilash PR.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 13:04:33 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/36662#M27</guid>
      <dc:creator>abilashpr</dc:creator>
      <dc:date>2021-11-09T13:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/70749#M260</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;Whats the difference between configuring pt2pt stp configuration on interface as opposed to applying it on vlan instead? &amp;nbsp;I am new to Ruckus switching and wanting to uplink to an extreme switch using RSTP. &amp;nbsp;When I enable RSTP I am getting constant BPDU errors on the extreme switch port. If I apply below to interface will it stop the errors ?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;spanning-tree 802-1w admin-pt2pt-mac&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 19:07:04 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/70749#M260</guid>
      <dc:creator>jay01</dc:creator>
      <dc:date>2023-10-29T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/75332#M307</link>
      <description>&lt;P&gt;Thank you for this!&amp;nbsp; Which option would you use for a switch to AP with clients needing vlan 20 and 30?&amp;nbsp; Also, the Mesh APs that have a switch connected?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 17:43:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/75332#M307</guid>
      <dc:creator>dobbins71</dc:creator>
      <dc:date>2024-01-31T17:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/76621#M323</link>
      <description>&lt;P&gt;Ben&lt;/P&gt;&lt;P&gt;Can spanning-tree 8 be used in conjunction with loop-detection and&amp;nbsp;STP BPDU Guard for client-facing ports?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 14:14:31 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/76621#M323</guid>
      <dc:creator>jzsjr</dc:creator>
      <dc:date>2024-03-06T14:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/76622#M324</link>
      <description>&lt;P&gt;Sorry, let me re-phrase this. Can spanning-tree 8's BPDU Guard be used in conjunction with loop-detection or do they conflict?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 14:16:05 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/76622#M324</guid>
      <dc:creator>jzsjr</dc:creator>
      <dc:date>2024-03-06T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/79596#M350</link>
      <description>&lt;P&gt;heya,&lt;BR /&gt;thx for this overview, is there a chance that the 10.0.10 &amp;amp; 10.0.20 docs could get a review? often they still make point of mentioning switch &amp;amp; router images, while since 10 it's a unified image:&lt;/P&gt;&lt;P&gt;a few examples:&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-10020-l2guide/page/GUID-92D9B12D-8B95-46DD-8482-781DAD6D38E7.html" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-10020-l2guide/page/GUID-92D9B12D-8B95-46DD-8482-781DAD6D38E7.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-10020-l2guide/page/GUID-4F5D9098-E962-4C38-BA57-0C0D38ABBA23.html" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-10020-l2guide/page/GUID-4F5D9098-E962-4C38-BA57-0C0D38ABBA23.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also, "Standard STP Parameter Configuration" states "For FastIron 10.0.00 and later, STP is disabled by default." on the very next page "STP Parameters and Defaults" it says "Default STP State: enabled"&lt;BR /&gt;&lt;BR /&gt;on a more serious note: i've found it hard to figure out the difference what the difference is between global, port-based vlan &amp;amp; individual port stp. in particular regarding what interactions/overrides they can have.&lt;/P&gt;&lt;P&gt;i'm also not clear on what to make of this:&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-10020-l2guide/page/GUID-A7C9E7F9-8349-4B09-82D5-A4AA81723673.html" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-10020-l2guide/page/GUID-A7C9E7F9-8349-4B09-82D5-A4AA81723673.html&lt;/A&gt;&lt;BR /&gt;it starts out with " can be enabled on a port-based VLAN or on an individual port" , but in the first attention item it then talks about "even when 802.1W is globally disabled".&lt;/P&gt;&lt;P&gt;trying to get some 7850's up &amp;amp; running but stp hasn't really been playing along.&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 19:29:16 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/79596#M350</guid>
      <dc:creator>inphobia</dc:creator>
      <dc:date>2024-05-10T19:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring RSTP (802.1w) and Spanning Tree Best Practices on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/104093#M393</link>
      <description>&lt;P&gt;inphobia,&lt;/P&gt;&lt;P&gt;Did you ever figure out a good stp configuration for you environment? Currently running into issues while trying to implement these best practices, but I'm not ready to open a case on it.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 22:18:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-RSTP-802-1w-and-Spanning-Tree-Best-Practices-on-ICX/m-p/104093#M393</guid>
      <dc:creator>Sydney_N</dc:creator>
      <dc:date>2025-03-31T22:18:57Z</dc:date>
    </item>
  </channel>
</rss>

