<?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: Extreme and HP Spanning tree config in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43332#M10420</link>
    <description>we had to change HP switches spanning tree configuration to rapid-pvst from default mstp. and have enabled stp only for the required vlan. &lt;BR /&gt;
&lt;BR /&gt;
Extreme switches are configured with pvst-plus. &lt;BR /&gt;
&lt;BR /&gt;
Of course there is other configuration for stp too. &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Sep 2016 16:04:00 GMT</pubDate>
    <dc:creator>Harkanwaljeet_S</dc:creator>
    <dc:date>2016-09-08T16:04:00Z</dc:date>
    <item>
      <title>Extreme and HP Spanning tree config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43329#M10417</link>
      <description>We're a majority Extreme shop but have a few HP switches in the mix. I was wondering if anyone could point me in the right direction for configuring spanning tree on the extreme stuff to play nice with HP ? &lt;BR /&gt;
&lt;BR /&gt;
By the looks of things the root bridge keeps swapping at the moment.</description>
      <pubDate>Thu, 08 Sep 2016 02:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43329#M10417</guid>
      <dc:creator>Tom_Taylor</dc:creator>
      <dc:date>2016-09-08T02:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extreme and HP Spanning tree config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43330#M10418</link>
      <description>Can you post your stp config for a uplink port on the XOS side?&lt;BR /&gt;
show config stp detail | i 1:49</description>
      <pubDate>Thu, 08 Sep 2016 08:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43330#M10418</guid>
      <dc:creator>Evan_Kuckelheim</dc:creator>
      <dc:date>2016-09-08T08:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extreme and HP Spanning tree config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43331#M10419</link>
      <description>#&lt;BR /&gt;
&lt;BR /&gt;
 # Module stp configuration.&lt;BR /&gt;
&lt;BR /&gt;
 #&lt;BR /&gt;
&lt;BR /&gt;
 configure mstp region 020496518117&lt;BR /&gt;
&lt;BR /&gt;
 configure mstp revision 3&lt;BR /&gt;
&lt;BR /&gt;
 configure mstp format 0&lt;BR /&gt;
&lt;BR /&gt;
 create stpd s0&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 delete vlan default ports all&lt;BR /&gt;
&lt;BR /&gt;
 disable stpd s0 auto-bind vlan default&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 mode dot1d&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 forwarddelay 15&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 hellotime 2&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 maxage 20&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 priority 32768&lt;BR /&gt;
&lt;BR /&gt;
 disable stpd s0 rapid-root-failover&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s0 default-encapsulation emistp&lt;BR /&gt;
&lt;BR /&gt;
 create stpd s1&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 mode dot1w&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 forwarddelay 15&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 hellotime 2&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 maxage 20&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 priority 28672&lt;BR /&gt;
&lt;BR /&gt;
 disable stpd s1 rapid-root-failover&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 default-encapsulation emistp&lt;BR /&gt;
&lt;BR /&gt;
 enable stpd s1 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 add vlan Default ports 1:3 dot1d&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s1 ports mode dot1d 1:1&lt;BR /&gt;
&lt;BR /&gt;
         configure stpd s1 ports cost auto 1:1&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 ports port-priority 128 1:1&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 ports link-type point-to-point 1:1&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 ports edge-safeguard disable 1:1&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s0 tag 0&lt;BR /&gt;
&lt;BR /&gt;
         disable stpd s0&lt;BR /&gt;
&lt;BR /&gt;
 configure stpd s1 tag 0&lt;BR /&gt;
&lt;BR /&gt;
 enable stpd s1&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2016 08:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43331#M10419</guid>
      <dc:creator>Tom_Taylor</dc:creator>
      <dc:date>2016-09-08T08:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extreme and HP Spanning tree config</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43332#M10420</link>
      <description>we had to change HP switches spanning tree configuration to rapid-pvst from default mstp. and have enabled stp only for the required vlan. &lt;BR /&gt;
&lt;BR /&gt;
Extreme switches are configured with pvst-plus. &lt;BR /&gt;
&lt;BR /&gt;
Of course there is other configuration for stp too. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-and-hp-spanning-tree-config/m-p/43332#M10420</guid>
      <dc:creator>Harkanwaljeet_S</dc:creator>
      <dc:date>2016-09-08T16:04:00Z</dc:date>
    </item>
  </channel>
</rss>

