<?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: How to configure XOS to use EOS default spanning tree configuration in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15286#M78</link>
    <description>Hi,&lt;BR /&gt;
yes, the STP section of the config could be pasted as a file and the tool would translate it. I've written a quick how-to for E2X, it should be posted soon.&lt;BR /&gt;
&lt;BR /&gt;
By default, E2X adds the EOS default STP configuration to a generated EXOS file, so if you only have default configuration, that would be inserted automatically. E2X knows the different default config in both EOS and EXOS and adapts to it, unless specificaly told not to.&lt;BR /&gt;
&lt;BR /&gt;
Now, if you use the following EOS config (stp.cfg):set port jumbo disable *.1.*&lt;BR /&gt;
set spantree mstcfgid cfgname Showroom rev 1&lt;BR /&gt;
set spantree msti sid 1 create&lt;BR /&gt;
set spantree msti sid 2 create&lt;BR /&gt;
set spantree mstmap 1,20,50,100 sid 1&lt;BR /&gt;
set spantree mstmap 30,101,102,103 sid 2&lt;BR /&gt;
set spantree priority 4096 1&lt;BR /&gt;
set spantree priority 8192 2&lt;BR /&gt;
E2X would translate that into EXOS like that:&lt;BR /&gt;
&lt;BR /&gt;
C:\01 - EXOS\Features\E2X&amp;gt;e2x stp.cfg&lt;BR /&gt;
NOTICE: Writing translated configuration to file "stp.xsf"&lt;BR /&gt;
NOTICE: Mapping port "tg.1.49" to port "53"&lt;BR /&gt;
NOTICE: Mapping port "tg.1.50" to port "54"&lt;BR /&gt;
NOTICE: Port "49" of target switch is not used&lt;BR /&gt;
NOTICE: Port "50" of target switch is not used&lt;BR /&gt;
NOTICE: Port "51" of target switch is not used&lt;BR /&gt;
NOTICE: Port "52" of target switch is not used&lt;BR /&gt;
NOTICE: XOS always allows single port LAGs&lt;BR /&gt;
&lt;BR /&gt;
C:\01 - EXOS\Features\E2X&amp;gt;type stp.xsf&lt;BR /&gt;
configure mstp region Showroom&lt;BR /&gt;
configure mstp revision 1&lt;BR /&gt;
configure stpd s0 delete vlan Default ports all&lt;BR /&gt;
disable stpd s0 auto-bind vlan Default&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
create stpd s1c&lt;BR /&gt;
onfigure stpd s1 default-encapsulation dot1d&lt;BR /&gt;
configure stpd s1 mode mstp msti 1&lt;BR /&gt;
enable stpd s1 auto-bind vlan Default&lt;BR /&gt;
configure stpd s1 priority 4096&lt;BR /&gt;
enable stpd s1&lt;BR /&gt;
create stpd s2&lt;BR /&gt;
configure stpd s2 default-encapsulation dot1d&lt;BR /&gt;
configure stpd s2 mode mstp msti 2&lt;BR /&gt;
configure stpd s2 priority 8192&lt;BR /&gt;
enable stpd s2</description>
    <pubDate>Sun, 26 Jul 2015 22:12:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2015-07-26T22:12:00Z</dc:date>
    <item>
      <title>How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15283#M75</link>
      <description>I have worked with EOS for several years without any spanning tree problem, I would like to know how to mimic the default spanning tree setting in EOS on an XOS device(i.e. what commands would I need to use to have XOS stp work just like EOS stp?)</description>
      <pubDate>Sat, 25 Jul 2015 20:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15283#M75</guid>
      <dc:creator>Eric_Jones</dc:creator>
      <dc:date>2015-07-25T20:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15284#M76</link>
      <description>Hi, Do you know about E2X translate tool that we have made available on Github? That sounds like a good tool to help you.  https://github.com/extremenetworks/E2X</description>
      <pubDate>Sat, 25 Jul 2015 21:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15284#M76</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-07-25T21:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15285#M77</link>
      <description>It sounds like an interesting tool, but considering that the spanning tree is preconfigured I don't know the commands that would need to be translated. Would I need to do a (:show config all command) in EOS then copy the stp section into the E2X translator?</description>
      <pubDate>Sat, 25 Jul 2015 21:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15285#M77</guid>
      <dc:creator>Eric_Jones</dc:creator>
      <dc:date>2015-07-25T21:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15286#M78</link>
      <description>Hi,&lt;BR /&gt;
yes, the STP section of the config could be pasted as a file and the tool would translate it. I've written a quick how-to for E2X, it should be posted soon.&lt;BR /&gt;
&lt;BR /&gt;
By default, E2X adds the EOS default STP configuration to a generated EXOS file, so if you only have default configuration, that would be inserted automatically. E2X knows the different default config in both EOS and EXOS and adapts to it, unless specificaly told not to.&lt;BR /&gt;
&lt;BR /&gt;
Now, if you use the following EOS config (stp.cfg):set port jumbo disable *.1.*&lt;BR /&gt;
set spantree mstcfgid cfgname Showroom rev 1&lt;BR /&gt;
set spantree msti sid 1 create&lt;BR /&gt;
set spantree msti sid 2 create&lt;BR /&gt;
set spantree mstmap 1,20,50,100 sid 1&lt;BR /&gt;
set spantree mstmap 30,101,102,103 sid 2&lt;BR /&gt;
set spantree priority 4096 1&lt;BR /&gt;
set spantree priority 8192 2&lt;BR /&gt;
E2X would translate that into EXOS like that:&lt;BR /&gt;
&lt;BR /&gt;
C:\01 - EXOS\Features\E2X&amp;gt;e2x stp.cfg&lt;BR /&gt;
NOTICE: Writing translated configuration to file "stp.xsf"&lt;BR /&gt;
NOTICE: Mapping port "tg.1.49" to port "53"&lt;BR /&gt;
NOTICE: Mapping port "tg.1.50" to port "54"&lt;BR /&gt;
NOTICE: Port "49" of target switch is not used&lt;BR /&gt;
NOTICE: Port "50" of target switch is not used&lt;BR /&gt;
NOTICE: Port "51" of target switch is not used&lt;BR /&gt;
NOTICE: Port "52" of target switch is not used&lt;BR /&gt;
NOTICE: XOS always allows single port LAGs&lt;BR /&gt;
&lt;BR /&gt;
C:\01 - EXOS\Features\E2X&amp;gt;type stp.xsf&lt;BR /&gt;
configure mstp region Showroom&lt;BR /&gt;
configure mstp revision 1&lt;BR /&gt;
configure stpd s0 delete vlan Default ports all&lt;BR /&gt;
disable stpd s0 auto-bind vlan Default&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
create stpd s1c&lt;BR /&gt;
onfigure stpd s1 default-encapsulation dot1d&lt;BR /&gt;
configure stpd s1 mode mstp msti 1&lt;BR /&gt;
enable stpd s1 auto-bind vlan Default&lt;BR /&gt;
configure stpd s1 priority 4096&lt;BR /&gt;
enable stpd s1&lt;BR /&gt;
create stpd s2&lt;BR /&gt;
configure stpd s2 default-encapsulation dot1d&lt;BR /&gt;
configure stpd s2 mode mstp msti 2&lt;BR /&gt;
configure stpd s2 priority 8192&lt;BR /&gt;
enable stpd s2</description>
      <pubDate>Sun, 26 Jul 2015 22:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15286#M78</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-07-26T22:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15287#M79</link>
      <description>The tool that Stephane used to convert EOS CLI to EXOS CLI is described in the GTAC Knowledge article below.  Let me know if anyone has problems getting it working. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-convert-EOS-configurations-to-EXOS-using-e2x-py" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-convert-EOS-configurations-to-EXOS-...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
-Stephen</description>
      <pubDate>Tue, 18 Aug 2015 18:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15287#M79</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2015-08-18T18:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15288#M80</link>
      <description>What about converting Extremeware to XOS?   Any plans.....?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15288#M80</guid>
      <dc:creator>Jimmy2</dc:creator>
      <dc:date>2015-08-18T18:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15289#M81</link>
      <description>In many cases, ExtremeWare translates very well to EXOS without additional intervention or conversion.&lt;BR /&gt;
If you're having trouble with specifics, I invite you to create a new topic here or to open a ticket with GTAC.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15289#M81</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-08-18T18:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15290#M82</link>
      <description>Why not put the script in a web page on the Support Portal and thus would not need to install anything on the computer. These types of tools should be able to run as online and offline.</description>
      <pubDate>Tue, 18 Aug 2015 19:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15290#M82</guid>
      <dc:creator>Raul_Carbonari</dc:creator>
      <dc:date>2015-08-18T19:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15291#M83</link>
      <description>Stephen and I actually discussed this yesterday.  I agree and think that we should look into this - it's a good idea.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 19:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15291#M83</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-08-18T19:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure XOS to use EOS default spanning tree configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15292#M84</link>
      <description>i have switch Summit X440-24p and not available spanning tree (status is disable) and and have 1-16 ports tag. question when i turn on stp on my extereme switch port have not be problems&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Nov 2015 22:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/how-to-configure-xos-to-use-eos-default-spanning-tree/m-p/15292#M84</guid>
      <dc:creator>Merab_Katibashv</dc:creator>
      <dc:date>2015-11-08T22:18:00Z</dc:date>
    </item>
  </channel>
</rss>

