<?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 Save/Restore Config using ASDM ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122483#M393564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for the quick response ! &lt;/P&gt;&lt;P&gt;Could you please let me know the ASDM version in which this option was noticed ? Is it available on all ASDM versions?&lt;/P&gt;&lt;P&gt;The ASDM and ASA software versions are outdated in my ASA and I am stuck with a 5.2(4) version ! I am not sure if it is available . I will check that now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok to save the running configuration file to ASA flash ? Are there any risks ? I mean , you normally load the IOS/ASA Software image to flash right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2012 09:33:15 GMT</pubDate>
    <dc:creator>Anup Sasikumar</dc:creator>
    <dc:date>2012-12-31T09:33:15Z</dc:date>
    <item>
      <title>Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122480#M393558</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to Save/Restore the running/startup configuration of ASA using ASDM ?&lt;/P&gt;&lt;P&gt;Just like we do on other firewalls like SonicWall, Cyberoam and all all , Save the configuration to a file on your local machine and then upload the file to restore the configuration . Is it possible using ASDM ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122480#M393558</guid>
      <dc:creator>Anup Sasikumar</dc:creator>
      <dc:date>2019-03-12T00:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122481#M393559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have personally never done this as I always rely on the CLI when doing anything related to the softwares and configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems though that the ASDM contains a backup/restore feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the "Tools" menu in the upper taskbar of the ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/0/7/6/122670-asdmtools.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It creates a compressed file of the ASA settings (and other material) which you to my understading later use with the restore option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CLI format for backing up your configurations would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To external host with TFTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;copy startup-configuration t&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://x.x.x.x/filename.xyz" rel="nofollow"&gt;ftp://x.x.x.x/filename.xyz&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;copy running-configuration t&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://x.x.x.x/filename.xyz" rel="nofollow"&gt;ftp://x.x.x.x/filename.xyz&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the ASAs Flash memory&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This enabled you to easily boot the old configuration from the file you have saved to the flash.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;copy startup-configuration flash:/filename.xyz&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;copy running-configuration flash:/filename.xyz&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can naturally just take &lt;STRONG&gt;"show running-config"&lt;/STRONG&gt; or &lt;STRONG&gt;"show startup-config"&lt;/STRONG&gt; from the CLI and copy/paste to a text document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the above formats doesnt include PSK or AAA server key information in clear text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view them in clear text use the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;more system:running-config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally if you have copied a configuration file to an external host or Flash memory you dont need to know the PSKs/AAA keys since they are already included in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 09:14:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122481#M393559</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-31T09:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122482#M393561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Edited some more information to my above reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 09:23:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122482#M393561</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-31T09:23:50Z</dc:date>
    </item>
    <item>
      <title>Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122483#M393564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for the quick response ! &lt;/P&gt;&lt;P&gt;Could you please let me know the ASDM version in which this option was noticed ? Is it available on all ASDM versions?&lt;/P&gt;&lt;P&gt;The ASDM and ASA software versions are outdated in my ASA and I am stuck with a 5.2(4) version ! I am not sure if it is available . I will check that now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok to save the running configuration file to ASA flash ? Are there any risks ? I mean , you normally load the IOS/ASA Software image to flash right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 09:33:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122483#M393564</guid>
      <dc:creator>Anup Sasikumar</dc:creator>
      <dc:date>2012-12-31T09:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122484#M393568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I don't use alot of ASDM myself I am not quite sure/familiar in what version its certain options have come in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version is your actual ASA IOS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding if your ASA is running 7.x software you wont be able to use the newest versions of the ASDM. On the other hand if you have atleast 8.0 version ASA IOS you can get the latest ASDM version for your firewall. Provided you have the rights to download the software from Ciscos site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also notice that if you are running 7.x software, then jump to software 8.2(x) wont cause much (if any at all) changes to the configuration. All the big ACL/NAT/object changes came in 8.3. So you might actually have an possiblity to upgrade your ASA (if its still at 7.x) to 8.2(x) without changing your configuration in any way. And therefore get access to the newest ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said this ofcourse depends on what software you have on the ASA now and if you even have rights to download the new ASDM software from the Cisco site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding configuration saving to flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally all your configurations are saved on the Flash memory so its not really risky in that sense. Ofcourse for backup purposes you should always keep backups of your configurations safely on your computer or on your network drive if the ASA itself happens to malfunction or breaks down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can use the Flash for is to save your configuration on the Flash to make it easy to revert back to some old configuration without having to load the configuration from any external host. I for example sometimes before bigger changes to configuration save the previous/current configuration to the ASA Flash (and as backup to external device) so that if some problems arise I can easily revert back to the old configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 10:04:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122484#M393568</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-31T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122485#M393572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the clarifications , Jouni. So I think I can safely upgrade to ASA Software 8.2 without any issues. I will sure check that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding saving the configurations to flash, I was under the assumption that the startup config is saved in NVRAM and Flash is where you have the OS (IOS for Routers and Switches /ASA Software for ASA )&lt;/P&gt;&lt;P&gt; Is NVRAM and Flash the same then ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:03:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122485#M393572</guid>
      <dc:creator>Anup Sasikumar</dc:creator>
      <dc:date>2012-12-31T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122486#M393575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can do a Backup configuration on ASDM, using the Tools menu, save everything, and if needed you can restore from a file that you previously saved.&lt;/P&gt;&lt;P&gt;I hope it help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate, if it is the correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Posted by WebUser &lt;A href="http://www.facebook.com/profile.php?id=100000034437993"&gt;Pedro Seabra Ávila &lt;/A&gt; from &lt;A href="http://apps.facebook.com/ciscosupport/"&gt;Cisco Support Community App &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:07:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122486#M393575</guid>
      <dc:creator>fb_webuser</dc:creator>
      <dc:date>2012-12-31T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Save/Restore Config using ASDM ?</title>
      <link>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122487#M393579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my understanding if noone corrects me &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; ASA 8.4 documentation seems to mostly talk about Flash and certain times refers to NVRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, no "dir" command doesnt seem to show the startup-configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running configuration can be seen on the device with "dir system:" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaand on the other hand the ASA itself shows this with the command help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# wr ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; erase&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Clear flash memory configuration&lt;/P&gt;&lt;P&gt;&amp;nbsp; memory&amp;nbsp;&amp;nbsp;&amp;nbsp; Save active configuration to the flash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it would seem to me that NVRAM = Flash on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the software upgrade I would suggest the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check your current software level&lt;/LI&gt;&lt;LI&gt;Go to Cisco site and find release notes for all the software releases between your current software and the software you want to move to and read what has changed on each software level. These are usually among the first things listed in the documents&lt;UL&gt;&lt;LI&gt;You might be able to find the page easier by using Google&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember a couple of occations where I have upgraded from 7.x to 8.x without having to worry about any changes to the configuration. Only reboot the device with the new software. But naturally for these cases the configuration backups are usefull if something does happen &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 11:39:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/save-restore-config-using-asdm/m-p/2122487#M393579</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-31T11:39:29Z</dc:date>
    </item>
  </channel>
</rss>

