<?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 automatic config save like Enterasys securestack or s-series in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16441#M312</link>
    <description>For others wanting more information, here's a few links to details.&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;A href="http://documentation.extremenetworks.com/exos_commands_22.3/exos_21_1/exos_commands_all/r_save-configuration-automatic.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;save configuration automatic || ExtremeXOS 22.3 Command Reference Guide&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://documentation.extremenetworks.com/exos_22.3/exos_21_1/software_upgrade_and_boot_options/c_automatic_saving_of_configuration_files.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;Automatic Saving of Configuration Files || ExtremeXOS 22.3 User Guide&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?n=000014261" target="_blank" rel="nofollow noreferrer noopener"&gt;How to set up automatic saving of switch configuration&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Fri, 17 Nov 2017 22:09:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2017-11-17T22:09:00Z</dc:date>
    <item>
      <title>XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16434#M305</link>
      <description>i use recent XOS Firmware V15.7.x and V16.1. every time i change something in the switch config i have to save this. is it possible to use an automatic config save mode like the enterasys switches do?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16434#M305</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-12T19:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16435#M306</link>
      <description>Matthias,&lt;BR /&gt;
&lt;BR /&gt;
A UPM profile can be created to trigger on time of day or even a log message. The profile can be set up to save the configuration once triggered. &lt;BR /&gt;
&lt;BR /&gt;
-Andrew&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16435#M306</guid>
      <dc:creator>Andrew_Maldonad</dc:creator>
      <dc:date>2015-08-12T19:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16436#M307</link>
      <description>Can you provide me a sample for this?&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16436#M307</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-12T19:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16437#M308</link>
      <description>Matthias,&lt;BR /&gt;
&lt;BR /&gt;
Here is an example of a UPM profile, along with the additional required commands, that saves the configuration every 24 hours.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;create upm profile 24HR&lt;BR /&gt;
&lt;BR /&gt;
create log entry "Starting Configuration Script"&lt;BR /&gt;
disable cli prompting&lt;BR /&gt;
save&lt;BR /&gt;
enable cli prompting&lt;BR /&gt;
create log entry "Configuration Save Complete!" &lt;BR /&gt;
.&lt;BR /&gt;
&lt;BR /&gt;
create upm timer SaveConfig&lt;BR /&gt;
configure upm timer SaveConfig after 1 every 86400&lt;BR /&gt;
configure upm timer SaveConfig profile 24HR&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;Please let me know if there are any questions or concerns.&lt;BR /&gt;
&lt;BR /&gt;
-Andrew&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2015 20:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16437#M308</guid>
      <dc:creator>Andrew_Maldonad</dc:creator>
      <dc:date>2015-08-12T20:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16438#M309</link>
      <description>Hi Andrew,&lt;BR /&gt;
&lt;BR /&gt;
thanks for your reply.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to trigger the UPM profile every time config change occur ?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 00:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16438#M309</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-13T00:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16439#M310</link>
      <description>Matthias,&lt;BR /&gt;
&lt;BR /&gt;
UPM profiles can be dynamically triggered on log messages. With cli-config-logging enabled a log message is generated each time a configuration change is made. A UPM profile can be configured in such a way that when the cli-config-logging log message that is generated triggers the UPM profile.&lt;BR /&gt;
&lt;BR /&gt;
Here is a link that goes into detail regarding the steps to having the UPM profile trigger on a log message (EMS). &lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/exos/EXOS_All/Universal_Port/t_emsevent-configurations.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/exos/EXOS_All/Universal_Port/t_emsevent-configurations.shtm...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
-Andrew</description>
      <pubDate>Thu, 13 Aug 2015 01:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16439#M310</guid>
      <dc:creator>Andrew_Maldonad</dc:creator>
      <dc:date>2015-08-13T01:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16440#M311</link>
      <description>Starting with EXOS 22.2 you can use a periodic config save:&lt;BR /&gt;
&lt;BR /&gt;
save configuration automatic {every minutes {primary | secondary | existing-config | new-config} | never}Does anybody try that ?!&lt;BR /&gt;
Any limitations - any negativ side-effects ?&lt;BR /&gt;
&lt;BR /&gt;
Feedback is welcome.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2017 22:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16440#M311</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-11-17T22:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS automatic config save like Enterasys securestack or s-series</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16441#M312</link>
      <description>For others wanting more information, here's a few links to details.&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;&lt;A href="http://documentation.extremenetworks.com/exos_commands_22.3/exos_21_1/exos_commands_all/r_save-configuration-automatic.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;save configuration automatic || ExtremeXOS 22.3 Command Reference Guide&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://documentation.extremenetworks.com/exos_22.3/exos_21_1/software_upgrade_and_boot_options/c_automatic_saving_of_configuration_files.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;Automatic Saving of Configuration Files || ExtremeXOS 22.3 User Guide&lt;/A&gt; 
&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?n=000014261" target="_blank" rel="nofollow noreferrer noopener"&gt;How to set up automatic saving of switch configuration&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 17 Nov 2017 22:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/xos-automatic-config-save-like-enterasys-securestack-or-s-series/m-p/16441#M312</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-11-17T22:09:00Z</dc:date>
    </item>
  </channel>
</rss>

