<?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 SecureStack Configuration File manipulation in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/securestack-configuration-file-manipulation/m-p/45027#M287</link>
    <description>Article ID: 5623 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3&lt;BR /&gt;
SecureStack C2&lt;BR /&gt;
SecureStack B3&lt;BR /&gt;
SecureStack B2&lt;BR /&gt;
SecureStack A2 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Save router configuration&lt;BR /&gt;
Save the configuration&lt;BR /&gt;
Upload configuration&lt;BR /&gt;
Download configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
When in switching mode (default) or router mode (optional for the C3 and C2), any entered configurations are implemented immediately, becoming part of the active configuration which is saved to NVRAM and is thus persistent upon any system reboot. No additional save operation is necessary. &lt;BR /&gt;
&lt;BR /&gt;
However, it is advisable to save configurations against the possibility of future loss due to hardware failure, human error, etc. What follows are the commands necessary to perform these manipulations. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example view of the SecureStack's directory structure before any configurations are copied to it:&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P &lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
A configuration may be saved for future use, by copying it from its active NVRAM-based state to a file in the local 'configs' directory (&lt;A href="http://bit.ly/1pP1KLA" target="_blank" rel="nofollow noreferrer noopener"&gt;5879&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
 C2(rw)-&amp;gt;show config outfile configs/mysave.cfg&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 &lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P&lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 mysave.cfg                       2149&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
From the SecureStack's local directory, a configuration file (mysave.cfg, in this case) may be uploaded for safekeeping to a PC/machine running a TFTP Server application. First, start and minimize a TFTP Server application. If you don't have one, you can &lt;A href="https://extremenetworks.box.com/shared/static/5i1mveojni1vygf2bxjb.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;download&lt;/A&gt; one free of charge. Then, execute a 'copy' command specifying the source and destination file paths, as shown in the following example:&lt;BR /&gt;
 C2(rw)-&amp;gt;copy configs/mysave.cfg tftp://10.10.143.123/mysave.cfg&lt;BR /&gt;
 File transfer operation completed successfully.&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 &lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P&lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 mysave.cfg                       2149&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
From a network PC/machine running a TFTP Server application, a configuration file (mysave.cfg, in this case) may be downloaded to the SecureStack's local directory. Note that this file may have been generated by this or another SecureStack, manually created, manually edited, and/or copied. First, start and minimize a TFTP Server application. If you don't have one, you can &lt;A href="https://enterasys.box.com/shared/static/mg98lemc3o7vg3ncvd63.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;download&lt;/A&gt; one free of charge. Then, execute a 'copy' command specifying the source and destination file paths, as shown in the following example:&lt;BR /&gt;
 C2(rw)-&amp;gt;copy tftp://10.10.143.123/mysave.cfg configs/mysave.cfg&lt;BR /&gt;
 File transfer successful...&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 &lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P&lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 mysave.cfg                       2149&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
The SecureStack may be booted onto a configuration previously saved into its local directory:&lt;BR /&gt;
 C2(rw)-&amp;gt;configure configs/mysave.cfg&lt;BR /&gt;
 This command will reset the system and clear current configuration.&lt;BR /&gt;
 Are you sure you want to continue (y/n) &lt;N&gt;?y&lt;BR /&gt;
 Copy OK: 2149 bytes copied &lt;BR /&gt;
 (System will now reset with new configuration)&lt;/N&gt;</description>
    <pubDate>Thu, 14 Nov 2013 03:41:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-14T03:41:00Z</dc:date>
    <item>
      <title>SecureStack Configuration File manipulation</title>
      <link>https://community.extremenetworks.com/t5/faqs/securestack-configuration-file-manipulation/m-p/45027#M287</link>
      <description>Article ID: 5623 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3&lt;BR /&gt;
SecureStack C2&lt;BR /&gt;
SecureStack B3&lt;BR /&gt;
SecureStack B2&lt;BR /&gt;
SecureStack A2 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Save router configuration&lt;BR /&gt;
Save the configuration&lt;BR /&gt;
Upload configuration&lt;BR /&gt;
Download configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
When in switching mode (default) or router mode (optional for the C3 and C2), any entered configurations are implemented immediately, becoming part of the active configuration which is saved to NVRAM and is thus persistent upon any system reboot. No additional save operation is necessary. &lt;BR /&gt;
&lt;BR /&gt;
However, it is advisable to save configurations against the possibility of future loss due to hardware failure, human error, etc. What follows are the commands necessary to perform these manipulations. &lt;BR /&gt;
&lt;BR /&gt;
Here is an example view of the SecureStack's directory structure before any configurations are copied to it:&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P &lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
A configuration may be saved for future use, by copying it from its active NVRAM-based state to a file in the local 'configs' directory (&lt;A href="http://bit.ly/1pP1KLA" target="_blank" rel="nofollow noreferrer noopener"&gt;5879&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
 C2(rw)-&amp;gt;show config outfile configs/mysave.cfg&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 &lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P&lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 mysave.cfg                       2149&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
From the SecureStack's local directory, a configuration file (mysave.cfg, in this case) may be uploaded for safekeeping to a PC/machine running a TFTP Server application. First, start and minimize a TFTP Server application. If you don't have one, you can &lt;A href="https://extremenetworks.box.com/shared/static/5i1mveojni1vygf2bxjb.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;download&lt;/A&gt; one free of charge. Then, execute a 'copy' command specifying the source and destination file paths, as shown in the following example:&lt;BR /&gt;
 C2(rw)-&amp;gt;copy configs/mysave.cfg tftp://10.10.143.123/mysave.cfg&lt;BR /&gt;
 File transfer operation completed successfully.&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 &lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P&lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 mysave.cfg                       2149&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
From a network PC/machine running a TFTP Server application, a configuration file (mysave.cfg, in this case) may be downloaded to the SecureStack's local directory. Note that this file may have been generated by this or another SecureStack, manually created, manually edited, and/or copied. First, start and minimize a TFTP Server application. If you don't have one, you can &lt;A href="https://enterasys.box.com/shared/static/mg98lemc3o7vg3ncvd63.zip" target="_blank" rel="nofollow noreferrer noopener"&gt;download&lt;/A&gt; one free of charge. Then, execute a 'copy' command specifying the source and destination file paths, as shown in the following example:&lt;BR /&gt;
 C2(rw)-&amp;gt;copy tftp://10.10.143.123/mysave.cfg configs/mysave.cfg&lt;BR /&gt;
 File transfer successful...&lt;BR /&gt;
 C2(rw)-&amp;gt;dir&lt;BR /&gt;
 Images:&lt;BR /&gt;
 ==================================================================&lt;BR /&gt;
 &lt;BR /&gt;
 Filename:      c2-series_03.01.45 (Active) (Boot)&lt;BR /&gt;
 Version:       03.01.45&lt;BR /&gt;
 Size:          5818368 (bytes)&lt;BR /&gt;
 Date:          Wed Jun 29 11:09:22 2005&lt;BR /&gt;
 CheckSum:      f44f9bf9a41ae24d10862024ec1a21db&lt;BR /&gt;
 Compatibility: C2G124-24, C2G124-48, C2H124-48, C2G124-48P, C2H124-48P&lt;BR /&gt;
                C2K122-24, C2G170-24, C2G134-24P&lt;BR /&gt;
 &lt;BR /&gt;
 Files:                           Size&lt;BR /&gt;
 ================================ ========&lt;BR /&gt;
 configs:&lt;BR /&gt;
 mysave.cfg                       2149&lt;BR /&gt;
 logs:&lt;BR /&gt;
 current.log                      256017&lt;BR /&gt;
 C2(rw)-&amp;gt;&lt;BR /&gt;
The SecureStack may be booted onto a configuration previously saved into its local directory:&lt;BR /&gt;
 C2(rw)-&amp;gt;configure configs/mysave.cfg&lt;BR /&gt;
 This command will reset the system and clear current configuration.&lt;BR /&gt;
 Are you sure you want to continue (y/n) &lt;N&gt;?y&lt;BR /&gt;
 Copy OK: 2149 bytes copied &lt;BR /&gt;
 (System will now reset with new configuration)&lt;/N&gt;</description>
      <pubDate>Thu, 14 Nov 2013 03:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/securestack-configuration-file-manipulation/m-p/45027#M287</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-14T03:41:00Z</dc:date>
    </item>
  </channel>
</rss>

