<?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: eos to xos stp conversion and vlan loops in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58468#M1344</link>
    <description>I have not had time to test it yet, we are in the middle of a N7 -&amp;gt; S4 migration. As soon as we done with that I will give it a go.&lt;BR /&gt;
&lt;BR /&gt;
Thank you,</description>
    <pubDate>Sat, 20 Aug 2016 01:47:00 GMT</pubDate>
    <dc:creator>Tino</dc:creator>
    <dc:date>2016-08-20T01:47:00Z</dc:date>
    <item>
      <title>eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58462#M1338</link>
      <description>We are replacing our enterasys c2,c3 and c5 fleet with x460-g2's and we seem to be creating a lot of loops when it comes to configuring vlan's on these switches.&lt;BR /&gt;
&lt;BR /&gt;
We have 2 interconnected S4 cores (no chasis bonding) with all the edge switches fibered into both cores using single instance stp for root and alternate links.&lt;BR /&gt;
&lt;BR /&gt;
On the x460-g2's we use a single instance stpd s0 to manage the links,&lt;BR /&gt;
&lt;BR /&gt;
The problem is everytime we create a vlan we need to remeber to add it to the stp config by using the command   "enable stpd s0 auto-bind &lt;VLAN-ID&gt;"&lt;BR /&gt;
&lt;BR /&gt;
If we don't add the vlan to stp and tag the vlan on the uplinks then boom, with ease there is a loop.&lt;BR /&gt;
&lt;BR /&gt;
Now I know this more a config and learning excerise rather than problem but too me it seems too easy to create loops, on the EOS we never had this issue.&lt;BR /&gt;
&lt;BR /&gt;
Perhaps we arent using stp correctly on the 460-g2's, maybe there is a command to add all vlans created on a switch to stp automatically ? Is it really just education or are there failsafes we can put in place.&lt;BR /&gt;
&lt;BR /&gt;
In 3 months 3 different engineers have created 5 vlan loops. Something does not feel right. One has actually led to disciplinary due to ccn's but saying that creating vlans on switches should not be this easy to get wrong.&lt;BR /&gt;
&lt;BR /&gt;
This is the config we use on the x460-g2 for stp:&lt;BR /&gt;
&lt;BR /&gt;
configure stpd "s0" mode dot1w&lt;BR /&gt;
configure stpd "s0" add vlan "Default" ports {uplink ports} (we only do this as stp seems to need an untagged vlan on the ports to activate where the eos devices did not)&lt;BR /&gt;
enable stpd "s0" auto-bind {all vlans}&lt;BR /&gt;
configure stpd "s0" ports link-type edge {edge ports}&lt;BR /&gt;
configure stpd "s0" ports edge-safeguard enable {edge ports} bpdu-restrict recovery-timeout 60&lt;BR /&gt;
configure stpd "s0" ports link-type point-to-point {uplink ports}&lt;BR /&gt;
configure stpd "s0" tag 0&lt;BR /&gt;
enable stpd "s0" rapid-root-failover&lt;BR /&gt;
enable stpd "s0"&lt;BR /&gt;
&lt;BR /&gt;
Any advice ?&lt;/VLAN-ID&gt;</description>
      <pubDate>Tue, 16 Aug 2016 12:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58462#M1338</guid>
      <dc:creator>Tino</dc:creator>
      <dc:date>2016-08-16T12:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58463#M1339</link>
      <description>just found this ...&lt;BR /&gt;
&lt;BR /&gt;
&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;
will give it a go</description>
      <pubDate>Tue, 16 Aug 2016 15:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58463#M1339</guid>
      <dc:creator>Tino</dc:creator>
      <dc:date>2016-08-16T15:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58464#M1340</link>
      <description>hello,&lt;BR /&gt;
the &lt;A href="https://github.com/extremenetworks/EXOS_Apps/tree/master/EZ_SpanningTree" target="_blank" rel="nofollow noreferrer noopener"&gt;EZ_SpanningTree&lt;/A&gt; is the current best way to ensure that if you create VLANs that STP will be end in an auto-bind for the new vlan. Same if you delete the vlan, &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Aug 2016 16:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58464#M1340</guid>
      <dc:creator>Bastian_Sprotte</dc:creator>
      <dc:date>2016-08-16T16:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58465#M1341</link>
      <description>Let me know how EZ_SpanningTree works out for you. It was created specifically for customers like you transitioning from eos to xos.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Aug 2016 17:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58465#M1341</guid>
      <dc:creator>Dave_Hammers</dc:creator>
      <dc:date>2016-08-16T17:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58466#M1342</link>
      <description>Read the topic and immediately thought of  ez_spanningtree. Seems like I'm not the only one. Please share your experience with it.</description>
      <pubDate>Wed, 17 Aug 2016 08:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58466#M1342</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-08-17T08:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58467#M1343</link>
      <description>Tino,&lt;BR /&gt;
&lt;BR /&gt;
Did the EZ_SpanningTree help you out.  Feedback is welcome.&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Aug 2016 01:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58467#M1343</guid>
      <dc:creator>Daniel_Coughlin</dc:creator>
      <dc:date>2016-08-20T01:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: eos to xos stp conversion and vlan loops</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58468#M1344</link>
      <description>I have not had time to test it yet, we are in the middle of a N7 -&amp;gt; S4 migration. As soon as we done with that I will give it a go.&lt;BR /&gt;
&lt;BR /&gt;
Thank you,</description>
      <pubDate>Sat, 20 Aug 2016 01:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-to-xos-stp-conversion-and-vlan-loops/m-p/58468#M1344</guid>
      <dc:creator>Tino</dc:creator>
      <dc:date>2016-08-20T01:47:00Z</dc:date>
    </item>
  </channel>
</rss>

