<?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: ICX7450 switch STP Loop in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41199#M3034</link>
    <description>You need to configure spanning-tree either globally or on the VLAN. I am assuming that the HP switches are default and running PVST 802.1d. You need to match that on the ICX switch. Go to the VLAN and issue the spanning-tree command and set your spanning-tree priority to some number lower than 32768 so it will be the root. This needs to be done on all the VLANs going between the switches. If you want to use RSTP, you will probally need to configure that on all the switches. I know that 802.1w is backwards compatible with 802.1d, but it is best to be all the same if possible.</description>
    <pubDate>Wed, 21 Mar 2018 21:44:48 GMT</pubDate>
    <dc:creator>david_ellis_h2n</dc:creator>
    <dc:date>2018-03-21T21:44:48Z</dc:date>
    <item>
      <title>ICX7450 switch STP Loop</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41194#M3029</link>
      <description>We have ICX 7450 switch as distribution switch and below that we have 5 nos HP 5120 as access switches&amp;nbsp; in a Ring Topology. We have connected one port of 7450 to HP Access switch one and another is connected to access switch 5. If i connect both the link i found STP loop and if i disconnected one of the link, the network found stable. Earlier it was Cisco switch and now we are replacing the same with Brocade.&lt;BR /&gt;Please suggest.</description>
      <pubDate>Mon, 26 Feb 2018 05:24:49 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41194#M3029</guid>
      <dc:creator>prasad_kawadkar</dc:creator>
      <dc:date>2018-02-26T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7450 switch STP Loop</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41195#M3030</link>
      <description>Did you make sure to enable 802.1w rapid spanning tree on the ICX 7450 and assigning the ports going to the HPs as "admin pt2pt mac" &amp;nbsp;?</description>
      <pubDate>Mon, 26 Feb 2018 17:38:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41195#M3030</guid>
      <dc:creator>david_chavarria</dc:creator>
      <dc:date>2018-02-26T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7450 switch STP Loop</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41196#M3031</link>
      <description>If you are running routing code, spanning-tree is not enabled by default. It is enabled by default on CIsco and HP switches.</description>
      <pubDate>Mon, 26 Feb 2018 18:14:36 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41196#M3031</guid>
      <dc:creator>david_ellis_h2n</dc:creator>
      <dc:date>2018-02-26T18:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7450 switch STP Loop</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41197#M3032</link>
      <description>Hi I have already configured the command but still has a issue...&lt;BR /&gt;interface ethernet 1/2/2&lt;BR /&gt;port-name ###UPLINK_TOWARD_10.11.64.21###&lt;BR /&gt;spanning-tree 802-1w admin-pt2pt-mac&lt;BR /&gt;dual-mode&lt;BR /&gt;!</description>
      <pubDate>Fri, 02 Mar 2018 08:24:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41197#M3032</guid>
      <dc:creator>prasad_kawadkar</dc:creator>
      <dc:date>2018-03-02T08:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7450 switch STP Loop</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41198#M3033</link>
      <description>I'm assuming 1/2/2 is one port leading to one of the HP switches (1). Is the other port leading to switch 5 also configured with the same spanning-tree configuration?</description>
      <pubDate>Wed, 21 Mar 2018 17:49:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41198#M3033</guid>
      <dc:creator>chris_hill_4zpl</dc:creator>
      <dc:date>2018-03-21T17:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7450 switch STP Loop</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41199#M3034</link>
      <description>You need to configure spanning-tree either globally or on the VLAN. I am assuming that the HP switches are default and running PVST 802.1d. You need to match that on the ICX switch. Go to the VLAN and issue the spanning-tree command and set your spanning-tree priority to some number lower than 32768 so it will be the root. This needs to be done on all the VLANs going between the switches. If you want to use RSTP, you will probally need to configure that on all the switches. I know that 802.1w is backwards compatible with 802.1d, but it is best to be all the same if possible.</description>
      <pubDate>Wed, 21 Mar 2018 21:44:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7450-switch-STP-Loop/m-p/41199#M3034</guid>
      <dc:creator>david_ellis_h2n</dc:creator>
      <dc:date>2018-03-21T21:44:48Z</dc:date>
    </item>
  </channel>
</rss>

