<?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: restore from backup in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24134#M2589</link>
    <description>I would add the scp2 command as well, for example:&lt;BR /&gt;
&lt;BR /&gt;
scp2 primary.cfg USER@203.0.113.1:myswitch.confthis would copy the configuration &lt;I&gt;primary.cfg&lt;/I&gt; to the ssh speaking box &lt;I&gt;203.0.113.1&lt;/I&gt; with name myswitch.conf&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
antonio</description>
    <pubDate>Tue, 07 Jul 2015 22:04:00 GMT</pubDate>
    <dc:creator>Antonio_Prado</dc:creator>
    <dc:date>2015-07-07T22:04:00Z</dc:date>
    <item>
      <title>restore from backup</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24129#M2584</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am attempting to do a backup and restore on my Extreme stack (2x X440, and 2x X450). How do I save the running config on each switch, and do I have to do that on each individually or can I back them up and restore as a whole stack?&lt;BR /&gt;
&lt;BR /&gt;
I am familiar with the cisco ios commands below that is performed on each individual switch.&lt;BR /&gt;
&lt;BR /&gt;
backing up running config:&lt;BR /&gt;
hostname# copy running config start-up config&lt;BR /&gt;
&lt;BR /&gt;
restore start-up to running config:&lt;BR /&gt;
hostname# copy start-up config running config&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Apr 2014 17:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24129#M2584</guid>
      <dc:creator>Theo</dc:creator>
      <dc:date>2014-04-21T17:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: restore from backup</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24130#M2585</link>
      <description>&lt;B&gt;&lt;U&gt;Config backp:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
   &lt;BR /&gt;
&lt;BR /&gt;
    There are 2 ways we can backup the configuration of the  Extreme switch.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    1.       Using  “upload configuration” command.&lt;BR /&gt;
&lt;BR /&gt;
    2.       Using  “tftp put” command.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;U&gt;Upload configuration:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
    The command “upload configuration” takes the configuration  backup in “.xsf” format. .xsf formatted files are easy to read.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;U&gt;Tftp put:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
    Before drilling down to “tftp put”, let’s look into the  switch and see how the switch saves the configuration file.&lt;BR /&gt;
&lt;BR /&gt;
     Below is the output of “ls”. The configuration files are  always stored in switch’s NVRAM which can be viewed using the linux “ls”  command.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    * X250e-24p.8 # ls&lt;BR /&gt;
&lt;BR /&gt;
    -rw-rw-rw-    1 root      0          100162 Jun   2  primary.cfg&lt;BR /&gt;
&lt;BR /&gt;
    Switch keeps the configuration saved in “.cfg” format.  “.cfg” formatted files are XML files which can’t be easily interpreted by us. &lt;BR /&gt;
&lt;BR /&gt;
     The reason why switch keeps the configuration saved as XML  file is, XML files take less time to load. For example, if the customer has  around 2,000 VLANs, then the command “config vlan test add port 1 tag” may take  approximately 1 sec. similarly, to load the entire configuration, it may take  hours for the switch to load the configuration. Whereas, the same config, if  XML formatted, can be loaded in few seconds.&lt;BR /&gt;
&lt;BR /&gt;
     We have taken the backup using either of the above 2 ways.  Now, &lt;B&gt;&lt;U&gt;how to restore the configuration&lt;/U&gt;&lt;/B&gt;?&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    The only way to transfer the taken backup files to the switch  is using the command “tftp get”. We can tftp the file to the switch’s NVRAM.  (You should always use the .cfg extension whenever you use .cfg files.)&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    If the config is .cfg (taken using “tftp put”) à then tftp the file to the switch’s NVRAM  (you can verify using “ls” once the transfer is completed) and then use the  command “use config primary” (if you hit “tab” key after typing “use config”,  you will see the file name of the newly transferred file in the list). You need  to reboot the switch for the new config to take effect. (while rebooting, the  switch will ask you to save the config. DONOT HIT YES AT THIS TIME &amp;gt; doing  so, will override the newly loaded config file with the currently running  config of the switch and you may end up with a blank switch after the reboot .&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    If the config is .XSF (taken using “upload config”) à tftp the file to the switch’s NVRAM (you  can verify using “ls” once the transfer is completed) and then use “load script  test.xsf”. If the config has many lines, then you will have to keep your  fingers crossed, scanning for any conflict errors (conflict with currently  running config) the switch may throw and wait for the process to complete. You  don’t need a reboot while doing this.&lt;BR /&gt;
&lt;BR /&gt;
EXAMPLE:&lt;BR /&gt;
&lt;BR /&gt;
The following command transfers a saved, not currently used configuration file named XOS1.cfg from the switch to the TFTP server:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;tftp put 10.1.2.3 vr “VR-Mgmt” XOS1.cfg&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
The following command retrieves and transfers the file test.pol from a TFTP server with an IP address of 10.1.2.3 and renames the file august23.pol when transferred to a removable storage device:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;tftp get 10.1.2.3 vr “VR-Mgmt” test.pol memory-card august23.pol&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;In stacking, you have to take the config backup only from  master switch.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Apr 2014 20:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24130#M2585</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-21T20:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: restore from backup</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24131#M2586</link>
      <description>Thank you Sumit,&lt;BR /&gt;
&lt;BR /&gt;
Your feed back was very helpful, and it is much appreciated. I also found the below youtube video to be a good resource as well, in case others have the same question and need to see it as well.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=g3e52b6N3zE" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.youtube.com/watch?v=g3e52b6N3zE&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Theo</description>
      <pubDate>Wed, 23 Apr 2014 00:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24131#M2586</guid>
      <dc:creator>Theo</dc:creator>
      <dc:date>2014-04-23T00:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: restore from backup</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24132#M2587</link>
      <description>sumit right..</description>
      <pubDate>Mon, 22 Dec 2014 14:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24132#M2587</guid>
      <dc:creator>danijuntak</dc:creator>
      <dc:date>2014-12-22T14:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: restore from backup</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24133#M2588</link>
      <description>Thanks Sumit&lt;BR /&gt;
able to take backup......</description>
      <pubDate>Tue, 12 May 2015 15:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24133#M2588</guid>
      <dc:creator>Sumit_Johari</dc:creator>
      <dc:date>2015-05-12T15:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: restore from backup</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24134#M2589</link>
      <description>I would add the scp2 command as well, for example:&lt;BR /&gt;
&lt;BR /&gt;
scp2 primary.cfg USER@203.0.113.1:myswitch.confthis would copy the configuration &lt;I&gt;primary.cfg&lt;/I&gt; to the ssh speaking box &lt;I&gt;203.0.113.1&lt;/I&gt; with name myswitch.conf&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
antonio</description>
      <pubDate>Tue, 07 Jul 2015 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/restore-from-backup/m-p/24134#M2589</guid>
      <dc:creator>Antonio_Prado</dc:creator>
      <dc:date>2015-07-07T22:04:00Z</dc:date>
    </item>
  </channel>
</rss>

