<?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: Opposite of &amp;quot;save configuration as-script&amp;quot; in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50847#M13721</link>
    <description>Henrique, Andreas, and Drew,&lt;BR /&gt;
&lt;BR /&gt;
Thank You! I just tested it on a switch at my desk and it does exactly what I needed it to do. I will be testing it on a production switch later this week or weekend.</description>
    <pubDate>Tue, 03 May 2016 23:13:00 GMT</pubDate>
    <dc:creator>Jerry</dc:creator>
    <dc:date>2016-05-03T23:13:00Z</dc:date>
    <item>
      <title>Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50842#M13716</link>
      <description>I am looking to reconfigure MANY switches "remotely". I have approximately 180 switches, mostly Summit x series, spread across more than 100 remote sites, so doing this remotely would be "Extreme"ly beneficial. (Pun intended). I would like to start with a defaulted switch. I have a script that works great when I'm consoled into the switch, but when I'm telnet-ed into the switch I lose my connection when I "unconfigure switch all".&lt;BR /&gt;
&lt;BR /&gt;
I tried editing the cfg file with an XML editor and saving with a different name, but that doesn't work either. When I "use configuration &lt;NEW_NAME&gt;.cfg" and reboot, the switch boots with a defaulted config.&lt;BR /&gt;
&lt;BR /&gt;
Is there a command that is the opposite of "save configuration as-script", such as "save script as configuration"? Then I could "use configuration &lt;NEW_NAME&gt;.cfg" to utilize my new config.&lt;BR /&gt;
&lt;BR /&gt;
Any help would be greatly appreciated,&lt;BR /&gt;
Jerry&lt;/NEW_NAME&gt;&lt;/NEW_NAME&gt;</description>
      <pubDate>Tue, 03 May 2016 22:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50842#M13716</guid>
      <dc:creator>Jerry</dc:creator>
      <dc:date>2016-05-03T22:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50843#M13717</link>
      <description>This is something I sollved by doing this.     First save the file as default.xsf  that you have your configuration in.   Then you do unconfigure switch all   The switch then reboots with the default.xsf configuration.    What we did after that was in the file last file in the default.xsf   we did     mv default.xsf hostname.conf     You have to save the config though as primary or something else manually ( or may python script it now that you can do that and have the switch save the file a running new config )</description>
      <pubDate>Tue, 03 May 2016 22:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50843#M13717</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2016-05-03T22:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50844#M13718</link>
      <description>Hi Jerry,&lt;BR /&gt;
&lt;BR /&gt;
I believe you can accomplish that using the command below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;save configuration as-script default&lt;BR /&gt;
&lt;BR /&gt;
&lt;/I&gt;That means a file name as "default.xsf" will be created and loaded every time you do an "unconfigure switch all"&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;</description>
      <pubDate>Tue, 03 May 2016 22:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50844#M13718</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-03T22:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50845#M13719</link>
      <description>After the switch reboot you can just do "save configuration" so that a .cfg (XML) file is created.</description>
      <pubDate>Tue, 03 May 2016 22:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50845#M13719</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-03T22:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50846#M13720</link>
      <description>Hi Jerry,&lt;BR /&gt;
When you &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;use configuration&lt;/PRE&gt;&lt;/DIV&gt;, make sure you aren't saving the config before rebooting.  You're effectively overwriting the "saved" config with the current blank one.&lt;BR /&gt;
&lt;BR /&gt;
Anytime you use &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;unconfigure switch all&lt;/PRE&gt;&lt;/DIV&gt; the switch will boot to a defaulted configuration and you won't have an IP on the VLAN to use.&lt;BR /&gt;
You may also find it useful to name your config script (not the XML) "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default.xsf&lt;/PRE&gt;&lt;/DIV&gt;."  This will execute anytime the switch is booted from a default configuration.</description>
      <pubDate>Tue, 03 May 2016 22:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50846#M13720</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-05-03T22:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50847#M13721</link>
      <description>Henrique, Andreas, and Drew,&lt;BR /&gt;
&lt;BR /&gt;
Thank You! I just tested it on a switch at my desk and it does exactly what I needed it to do. I will be testing it on a production switch later this week or weekend.</description>
      <pubDate>Tue, 03 May 2016 23:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50847#M13721</guid>
      <dc:creator>Jerry</dc:creator>
      <dc:date>2016-05-03T23:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Opposite of "save configuration as-script"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50848#M13722</link>
      <description>Great!  Glad we could help!&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2016 23:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/opposite-of-quot-save-configuration-as-script-quot/m-p/50848#M13722</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-05-03T23:13:00Z</dc:date>
    </item>
  </channel>
</rss>

