<?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: STP Configuration Advice in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52258#M14450</link>
    <description>Gary,&lt;BR /&gt;
&lt;BR /&gt;
I just sent you an email with an attached document, as I have been assigned your GTAC case that you opened up earlier today.&lt;BR /&gt;
&lt;BR /&gt;
I am going to go ahead and paste the output of the section related to STP / PVST+ in the Extreme / Cisco doc that I attached for the completeness of this HUB conversation.&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Extreme Configuration (EXOS)&lt;/U&gt;    configure vlan test add port 3 tagged&lt;BR /&gt;
&lt;BR /&gt;
    conf vlan "Default" del port 3&lt;BR /&gt;
&lt;BR /&gt;
    create stpd domain_test&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" add vlan "test"  ports 1,3 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" tag 10&lt;BR /&gt;
&lt;BR /&gt;
    con stpd "domain_test" mode dot1d&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" default-encapsulation  pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" ports link-type  point-to-point 1,3&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd "domain_test"&lt;BR /&gt;
&lt;BR /&gt;
    disable edp port 3&lt;BR /&gt;
&lt;BR /&gt;
    save&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Cisco Configuration (IOS)&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
    configure terminal&lt;BR /&gt;
&lt;BR /&gt;
    interface gigabitEthernet 0/3&lt;BR /&gt;
&lt;BR /&gt;
    no cdp enable&lt;BR /&gt;
&lt;BR /&gt;
    switchport trunk encapsulation dot1q&lt;BR /&gt;
&lt;BR /&gt;
    switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
    switchport nonegotiate&lt;BR /&gt;
&lt;BR /&gt;
    no shutdown&lt;BR /&gt;
&lt;BR /&gt;
    end&lt;BR /&gt;
&lt;BR /&gt;
    configure  terminal&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree  vlan 10&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree  mode pvst&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree extend system-id&lt;BR /&gt;
&lt;BR /&gt;
    end&lt;BR /&gt;
&lt;BR /&gt;
    copy run start&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Aug 2015 00:13:00 GMT</pubDate>
    <dc:creator>Zelnosky__Kevin</dc:creator>
    <dc:date>2015-08-13T00:13:00Z</dc:date>
    <item>
      <title>STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52256#M14448</link>
      <description>Good day all!  Could someone help me translate the following Cisco (2960) STP config lines into STP lines that I'd need to put on an Extreme X440 that I'm replacing the Cisco 2960 with?&lt;BR /&gt;
&lt;BR /&gt;
spanning-tree mode pvst  &lt;BR /&gt;
spanning-tree extend system-id&lt;BR /&gt;
spanning-tree vlan 1 priority 28672&lt;BR /&gt;
&lt;BR /&gt;
Currently we have two Ciscos and two HPs blade switches in this STP topology. One of the Cisco's is the root with priority of 24576. So the I'm replacing the secondary/28672 Cisco switch with the Extreme X440. The HP blade switches have a priority of 32768.&lt;BR /&gt;
&lt;BR /&gt;
Also, in my research/reading, I read a few times (might be legacy articles) that PVST is a Cisco thing that Extreme might not be able to do. Possibly old articles I found? All VLANs in all switches are default VLAN 1.&lt;BR /&gt;
&lt;BR /&gt;
Thanks all!&lt;BR /&gt;
&lt;BR /&gt;
Garry</description>
      <pubDate>Wed, 12 Aug 2015 23:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52256#M14448</guid>
      <dc:creator>Network_Enginee</dc:creator>
      <dc:date>2015-08-12T23:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52257#M14449</link>
      <description>Are you just using the default/native vlan on the x440?  It will work but the config gets big with lots of VLANs. &lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 00:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52257#M14449</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2015-08-13T00:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52258#M14450</link>
      <description>Gary,&lt;BR /&gt;
&lt;BR /&gt;
I just sent you an email with an attached document, as I have been assigned your GTAC case that you opened up earlier today.&lt;BR /&gt;
&lt;BR /&gt;
I am going to go ahead and paste the output of the section related to STP / PVST+ in the Extreme / Cisco doc that I attached for the completeness of this HUB conversation.&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Extreme Configuration (EXOS)&lt;/U&gt;    configure vlan test add port 3 tagged&lt;BR /&gt;
&lt;BR /&gt;
    conf vlan "Default" del port 3&lt;BR /&gt;
&lt;BR /&gt;
    create stpd domain_test&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" add vlan "test"  ports 1,3 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" tag 10&lt;BR /&gt;
&lt;BR /&gt;
    con stpd "domain_test" mode dot1d&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" default-encapsulation  pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    conf stpd "domain_test" ports link-type  point-to-point 1,3&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd "domain_test"&lt;BR /&gt;
&lt;BR /&gt;
    disable edp port 3&lt;BR /&gt;
&lt;BR /&gt;
    save&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Cisco Configuration (IOS)&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
    configure terminal&lt;BR /&gt;
&lt;BR /&gt;
    interface gigabitEthernet 0/3&lt;BR /&gt;
&lt;BR /&gt;
    no cdp enable&lt;BR /&gt;
&lt;BR /&gt;
    switchport trunk encapsulation dot1q&lt;BR /&gt;
&lt;BR /&gt;
    switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
    switchport nonegotiate&lt;BR /&gt;
&lt;BR /&gt;
    no shutdown&lt;BR /&gt;
&lt;BR /&gt;
    end&lt;BR /&gt;
&lt;BR /&gt;
    configure  terminal&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree  vlan 10&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree  mode pvst&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree extend system-id&lt;BR /&gt;
&lt;BR /&gt;
    end&lt;BR /&gt;
&lt;BR /&gt;
    copy run start&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 00:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52258#M14450</guid>
      <dc:creator>Zelnosky__Kevin</dc:creator>
      <dc:date>2015-08-13T00:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52259#M14451</link>
      <description>Thanks Stephen! Yes, I'll be using the default/native VLAN on the X440.</description>
      <pubDate>Thu, 13 Aug 2015 00:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52259#M14451</guid>
      <dc:creator>Network_Enginee</dc:creator>
      <dc:date>2015-08-13T00:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52260#M14452</link>
      <description>I replied to your TAC case Kevin. I've had great luck using the Hub and hoping to here as well. &lt;BR /&gt;
&lt;BR /&gt;
Simply need these 3 Cisco STP lines converted to Extreme XOS (15.5.4.2) STP lines:&lt;BR /&gt;
&lt;BR /&gt;
spanning-tree mode pvst&lt;BR /&gt;
spanning-tree extend system-id&lt;BR /&gt;
spanning-tree vlan 1 priority 28672&lt;BR /&gt;
&lt;BR /&gt;
As I mentioned to Stephen, we're using the default untagged VLANs on the X440. No L3 stuff, just very simple/very basic out-of-the box config on the X440. All I've added was some SNMP stuff for monitoring and slapped on IP on the default VLAN for administration. Now just need some help with the STP lines and I'm ready to hopefully rack and use it in lieu of the Cisco 2960 (eventually replace both 2960s).&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!</description>
      <pubDate>Thu, 13 Aug 2015 00:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52260#M14452</guid>
      <dc:creator>Network_Enginee</dc:creator>
      <dc:date>2015-08-13T00:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52261#M14453</link>
      <description>Cisco's implementation of PVST+ on the native vlan or vlan1 is still proprietary.  Extreme Networks support PVST+ on any other Cisco vlans as they follow the 802.1q standard being a trunked vlan.  If you moved the native vlan traffic to a trunked vlan it would work.  I wish I had a better answer, sorry...&lt;BR /&gt;
&lt;BR /&gt;
-Stephen</description>
      <pubDate>Thu, 13 Aug 2015 03:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52261#M14453</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2015-08-13T03:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52262#M14454</link>
      <description>The GTAC support is outstanding.  Follow their advice first.  Failing that, I'd move to MSTP.  In the Cisco world, every time you create a VLAN, you create a spanning tree instance to go with it even though you may only have one physical topology.  Any implementation of PVST is inefficient at best.  On the last job I had, we were integrating a large Cisco network with a smaller multiple-vendor network.  MSTP was our answer.  Although MSTP will require more configuration (try using NetSight), the industry standard implementation of spanning tree will work with all platforms.  Good luck.&lt;BR /&gt;
&lt;BR /&gt;
Marcus&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52262#M14454</guid>
      <dc:creator>Marcus_Florido</dc:creator>
      <dc:date>2015-08-13T08:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP Configuration Advice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52263#M14455</link>
      <description>For EXOS 21.1, check out &lt;A href="https://github.com/extremenetworks/EXOS_Apps/tree/master/EZ_SpanningTree" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/EXOS_Apps/tree/master/EZ_SpanningTree&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jul 2016 03:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-advice/m-p/52263#M14455</guid>
      <dc:creator>Dave_Hammers</dc:creator>
      <dc:date>2016-07-23T03:44:00Z</dc:date>
    </item>
  </channel>
</rss>

