<?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: XOS versus EOS configuration file in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59925#M1774</link>
    <description>Thanks folks for your help. I was really pleasantly surprised to get a responses back so quickly.&lt;BR /&gt;
&lt;BR /&gt;
To clarify a little more, I took a new switch out of the box and ran "show config stp" which obviously showed nothing.  I then ran "show config stp detail" which shows me the defaults only.  Then I decided to enter the command "enable stpd s0 port 1".  When I run "show config stp" or "show config stp detail" I now see the command I entered, which is what I would expect. &lt;BR /&gt;
&lt;BR /&gt;
 The part that is troubling me is than when I run "disable stpd s0 port 1", shouldn't that put me back to the defaults?  If so, why is it when I run a "show config stp detail" do I see the command "disable stpd s0 port 1"? Since I "undid" the previous command (which was never in the original "show config stp detail" to begin with) shouldn't that line be omitted from the output?</description>
    <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
    <dc:creator>Eric_Jackson</dc:creator>
    <dc:date>2016-03-16T20:13:00Z</dc:date>
    <item>
      <title>XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59920#M1769</link>
      <description>Please forgive my ignorance, as I'm new to XOS, having used EOS for years.  I'm trying to grasp the way XOS handles it config file and compare it to Enterasys (EOS) but I can't seem to grasp some concepts.  Hopefully I can explain clearly enough so that someone can "translate" for me. &lt;BR /&gt;
&lt;BR /&gt;
 Coming from years of experience in the EOS world, when I enter a command in EOS (spanning-tree for example), I can run the command "show config spantree" to see the commands I've entered or "show config all spantree" to see what I've entered plus what the defaults are behind the scenes.  When I do this for XOS, i don't think I'm getting the same results.  Using the same commands with regards to spanning tree in XOS, I run the command "show configuration stp", this seems to mimic EOS and show me only what I've configured.  However, lets say I then remove a command.  The command seems to be removed, essentially setting it back to default because I don't see it when I run "show configuration stp". Yet, it is still there when I run "show configuration detail stp" but in the "reverse state" if that makes since.  Shouldn't it be gone from both, since I set it back to defaults?  For example, I entered the command in XOS "enable stpd s0 ports 1:1".  This created a line in my config.  When I remove it running "disable stpd "s0" ports 1:1", the command no longer appears when I run "show configuration stp" but is somehow still there when I run "show configuration stp detail".  Since I set it back to the default, shouldn't that line be gone from both?  I'm really confused by this.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2016 02:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59920#M1769</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T02:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59921#M1770</link>
      <description>It is my understanding the show config detail shows the default config items as well. &lt;BR /&gt;
&lt;BR /&gt;
Is that what you are seeing?</description>
      <pubDate>Wed, 16 Mar 2016 02:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59921#M1770</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-03-16T02:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59922#M1771</link>
      <description>Hi Eric, &lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;show configuration stp&lt;/I&gt; shows non-default configuration&lt;BR /&gt;
&lt;I&gt;show configuration stp detail&lt;/I&gt; shows non-default + default configurations (all config)</description>
      <pubDate>Wed, 16 Mar 2016 02:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59922#M1771</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-03-16T02:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59923#M1772</link>
      <description>Can see where this would be very confusing and really had to get used to.  Here is how we set up all our XOS switches to track who does what where.  Enable cli logging on all of them. This will record every command any one makes via a cli session.  Enable syslog and run a good syslog server.  This gives the ability to go back and do searches for configuration changes and who did what when.  Use netsight to manage your backup configurations.  We upload these every night from all switches... 1600 takes about 15 or 20 minutes total.. keep configs for your comfort level and if you need to restore and replace a bad switch you have the config if you need to go back a few days and see if something got changed you can use your syslog or the archived config to look and see.</description>
      <pubDate>Wed, 16 Mar 2016 02:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59923#M1772</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2016-03-16T02:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59924#M1773</link>
      <description>en cli-config-logging&lt;BR /&gt;
&lt;BR /&gt;
:)&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2016 02:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59924#M1773</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2016-03-16T02:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59925#M1774</link>
      <description>Thanks folks for your help. I was really pleasantly surprised to get a responses back so quickly.&lt;BR /&gt;
&lt;BR /&gt;
To clarify a little more, I took a new switch out of the box and ran "show config stp" which obviously showed nothing.  I then ran "show config stp detail" which shows me the defaults only.  Then I decided to enter the command "enable stpd s0 port 1".  When I run "show config stp" or "show config stp detail" I now see the command I entered, which is what I would expect. &lt;BR /&gt;
&lt;BR /&gt;
 The part that is troubling me is than when I run "disable stpd s0 port 1", shouldn't that put me back to the defaults?  If so, why is it when I run a "show config stp detail" do I see the command "disable stpd s0 port 1"? Since I "undid" the previous command (which was never in the original "show config stp detail" to begin with) shouldn't that line be omitted from the output?</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59925#M1774</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59926#M1775</link>
      <description>The only way to know exactly what changed is to take a look at the XML config.  That's something I'll try to get to in the next few days to see if I can find out why your &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;disable&lt;/PRE&gt;&lt;/DIV&gt; shows up there.  I'm betting a configuration for s0 doesn't &lt;I&gt;actually &lt;/I&gt;exist at all until you &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;enable&lt;/PRE&gt;&lt;/DIV&gt; or &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;disable&lt;/PRE&gt;&lt;/DIV&gt; it.  It now exists in a defined state and can be seen in &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config stp detail&lt;/PRE&gt;&lt;/DIV&gt;.  This tells us that &lt;I&gt;something&lt;/I&gt; has changed, even if it's back to the expected default behavior.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59926#M1775</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59927#M1776</link>
      <description>Drew I did as you suggested.  I uploaded a new switches "primary.cfg" to a tftp server.  I then entered "enable stpd s0 port 1".  I saved the config.  I then entered "disable stpd s0 port 1".  I then saved the config and uploaded it.  I compared the two configs and the only difference was on the 2nd config it had these extra lines:&lt;BR /&gt;
&lt;BR /&gt;
configure sys-recovery-level switch resetconfigure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-54&lt;BR /&gt;
configure vr VR-Default add ports 1-54&lt;BR /&gt;
configure ports 49 auto off speed 10000 duplex full &lt;BR /&gt;
configure ports 50 auto off speed 10000 duplex full &lt;BR /&gt;
configure ports 51 auto off speed 10000 duplex full &lt;BR /&gt;
configure ports 52 auto off speed 10000 duplex full &lt;BR /&gt;
configure ports 53 auto off speed 10000 duplex full &lt;BR /&gt;
configure ports 54 auto off speed 10000 duplex full &lt;BR /&gt;
configure vlan Default add ports 1-54 untagged  &lt;BR /&gt;
&lt;BR /&gt;
None of this seems to relate to STP.  However, when I run "show config stp detail" I see the line "disable stp s0 port 1".</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59927#M1776</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59928#M1777</link>
      <description>Actually, I just realized that wasn't the XML.  I try again and let you know what I find.</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59928#M1777</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59929#M1778</link>
      <description>Ok, after running this experiment it appears as though quite a few things change behind the scenes.  Specifically this is added:&lt;BR /&gt;
&lt;BR /&gt;
&lt;EDPPORTCFG&gt;1&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;EDPPORTCFG&gt;2&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;3&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;4&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;5&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;6&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;7&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;8&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;9&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;10&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;11&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;12&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;13&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;14&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;15&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;16&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;17&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;18&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;19&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;20&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;21&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;22&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;23&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;24&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;25&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;26&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;27&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;28&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;29&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;30&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;31&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;32&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;33&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;34&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;35&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;36&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;37&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;38&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;39&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;40&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;41&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;42&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;43&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;44&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;45&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;46&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;47&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;48&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;49&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;50&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;51&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;52&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;53&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;EDPPORTCFG&gt;54&lt;/EDPPORTCFG&gt;&lt;ENABLE&gt;1&lt;/ENABLE&gt;&lt;BR /&gt;
&lt;BR /&gt;
So I guess simply "undoing" something doesn't really undo it.  However this could get frustrating if you ever want to go back to a "base" configuration.</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59929#M1778</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59930#M1779</link>
      <description>So does anyone know how to actually get back to defaults for spanning tree after entering those commands?  As shown, if you enable stp, simply disabling it doesn't undo it.  Here is my dilemma.  I've enabled stp on port 1.  Then, I decided that it would be better to simply use auto-bind.  So to remove the line from my config and use auto-bind, i disabled stp.  However, this seems to override the auto-bind on that port.  Any help?</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59930#M1779</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59931#M1780</link>
      <description>Contacted GTAC and they were able to help me with this one particular issue.  Basically, GTAC said I needed to remove the port from any vlans that have auto-bind enabled.  Then add the port back.  This worked.  I now no longer have either the "enable stp s0 port 1:1" command or "disable stp s0 port 1:1" in the "show config detail stp"&lt;BR /&gt;
&lt;BR /&gt;
However, the larger issue of simply "undoing" something will, I"m sure rear its ugly head again as I progress through learning XOS.  Seems to me that if the default state of something is disabled, then you enable it, then decide to disable it again, you should be back at the default state.</description>
      <pubDate>Wed, 16 Mar 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59931#M1780</guid>
      <dc:creator>Eric_Jackson</dc:creator>
      <dc:date>2016-03-16T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS versus EOS configuration file</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59932#M1781</link>
      <description>&lt;BR /&gt;
Hello Eric,&lt;BR /&gt;
I dont have a switch in front of me but i'd guess you've got a case for an engineering change request (a bug).  Its unfortunate that that folks trying to learn are the ones who run into these sorts of things but if you're from the EOS side, consider how long its been since you've run 'show config xxx all' - unless looking for some obscure timer or such.  Its when trying to make sense of a new environment these sorts of commands are most helpful - and it's the perfect place for a bug to hide.  &lt;BR /&gt;
&lt;BR /&gt;
Don't let it ruin the experience. I think you'll find there are some welcome features on the exos side once you break through the initial jolt of a new CLI.&lt;BR /&gt;
&lt;BR /&gt;
Welcome to the hub.  I can tell you there are several here ramping up on exos. Access to the community should help the transition go more quickly.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Mike</description>
      <pubDate>Wed, 16 Mar 2016 23:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-versus-eos-configuration-file/m-p/59932#M1781</guid>
      <dc:creator>Mike_D</dc:creator>
      <dc:date>2016-03-16T23:16:00Z</dc:date>
    </item>
  </channel>
</rss>

