<?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: Backup of ASA5500's in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881003#M458524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also a very convenient option of taking backup using Smart Call&lt;/P&gt;&lt;P&gt;home option on ASA. Below are some configuration examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-14958"&gt;https://supportforums.cisco.com/docs/DOC-14958&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the snapshot config, you can configure whatever commands you like and&lt;/P&gt;&lt;P&gt;have the ASA email or HTTPS POST the output to a location of your choosing.&lt;/P&gt;&lt;P&gt;This includes doing things like 'export webvpn url-list &lt;NAME&gt; stdout', etc.&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this option helps and suits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2012 08:41:38 GMT</pubDate>
    <dc:creator>svaish</dc:creator>
    <dc:date>2012-03-07T08:41:38Z</dc:date>
    <item>
      <title>Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1880998#M458519</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to schedule automatic backups of our ASA5500's OoO-hours:&lt;/P&gt;&lt;P&gt;1. SSH from secure server and create _FULL_ backup - what would be the CLI command(s) ?&lt;/P&gt;&lt;P&gt;2. SCP from secure server and retreive file(s) - what is the location of the file(s) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &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;~maymann&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:38:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1880998#M458519</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2019-03-11T22:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1880999#M458520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most people use a tool like RANCID or CiscoWorks to get configuration backups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The running-config and startup-config are straigtforward commands to get them from enable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; more system:running-config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show startup-config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That first command will make sure you get plaintext preshared keys for any VPNs you have setup with PSKs. "show running-config" will mask all PSKs. All backup methods will mask the device's enable password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A _FULL_ backup would include things like customization, certificates, Anyonnect images, xml profiles, etc. It's not easily scripted but is built into ASDM GUI (Tools, Backup Configurations). Here's a list of what happens "under the covers" when you do that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: more system:running-config&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Running Configuration; next backup is Startup Configuration&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: show startup-config&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Startup Configuration; next backup is Translation table&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table webvpn language ru stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table customization language ru stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table PortForwarder language ru stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table webvpn language ja stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table plugin-vnc language ja stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table plugin-ssh,telnet language ja stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table customization language ja stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table csd language ja stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table PortForwarder language ja stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table webvpn language fr stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table plugin-vnc language fr stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table plugin-ssh,telnet language fr stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table customization language fr stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table csd language fr stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table PortForwarder language fr stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn translation-table AnyConnect language en-us stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Translation table; next backup is Customization&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn customization xxxxxxx stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn customization Vendor stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn customization DfltCustomization stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn customization Template stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Customization; next backup is Plug-in&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn plug-in protocol vnc stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn plug-in protocol ssh,telnet stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn plug-in protocol rdp stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn plug-in protocol ica stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Plug-in; next backup is Bookmarks&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn url-list xxxxxxx stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn url-list Administrative_Access stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn url-list Limited stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn url-list Vendor stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn url-list Template stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Bookmarks; next backup is Dynamic Access Policy&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Dynamic Access Policy; next backup is Identity Certificates&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Trustpoint entry 'ASDM_TrustPoint0' cert '-- None --'&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: crypto ca export ASDM_TrustPoint0 pkcs12 cisco&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Identity Certificates; next backup is Pre-fill Scripts for Connection Profile&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Pre-fill Scripts for Connection Profile; next backup is Application Profile Custom Framework&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Application Profile Custom Framework; next backup is Proxy Auto-Config&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Proxy Auto-Config; next backup is Secure Desktop Configuration&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;VersionHandler.setCSDVersion csd_3.6.1001-k9&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Secure Desktop Configuration; next backup is AnyConnect(SVC) Client Image and Profiles&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup AnyConnect(SVC) Client Image and Profiles; next backup is Cisco Secure Desktop Image&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Cisco Secure Desktop Image; next backup is Web Content&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn webcontent /+CSCOU+/xxxxxxx_banner.gif stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn webcontent /+CSCOU+/xxxxxxx_logo.gif stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Backup CLI: export webvpn webcontent /+CSCOU+/xxxxxxx.GIF stdout&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Finish backup Web Content; next backup is VPN Pre-shared Keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An scp of the files would normally be able to pull the images, certificates etc. from the root directory of disk0: (the internal comapct flash card). That is their default location but one could use the external slot (disk1:) as well if desired. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;startup-config is stored in a hidden directory - disk0:/.private/startup-config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;running-config is in DRAM and not directly "scp-able" AFAIK. If you're following best common practices, running-config should not be out of sync with startup-config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2012 18:04:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1880999#M458520</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-03-03T18:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881000#M458521</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;Marvin: thanks for your quick reply and very detailed description - much appreciated... &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;I already have Rancid installed for our switches, but would have expected that Cisco already have a build-in solution for basic functions like secure automatic scheduled backups and easy secure restores...&lt;/P&gt;&lt;P&gt;Is there really no one-liner CLI command that makes sure you get everything (like in the webinterface)... or do I really have to backup everything individually following your nice but extensive guide above (and constantly live with the possibility of having forgotten something)...!?!?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &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;~maymann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 18:54:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881000#M458521</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2012-03-04T18:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881001#M458522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I listed all of the items above just to be exhaustively complete. Depending on your environment, a simple "more system:running-config" may suffice 98% of the time and the 2% of the time it doesn't it may be simpler to just recover the lost bits manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much of what's really necessary depends on how you are using your ASA and how many people actually have the ability to log in and change things. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, a 3-person IT shop with a small number of ASAs used only as basic firewalls and site-site plus IPSec VPN can get by fine with RANCID and an operational procedure to manually back up those few things that don't get swept up in the running-config. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A big multi-national with dozens of appliances leveraging many features (certificate, portal customization, etc.) may need the "complete" backup more regularly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 19:36:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881001#M458522</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-03-04T19:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881002#M458523</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;Marvin: Thanks for your reply. I had time to play with this a bit yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to SCP files instead of listing info to stdout. This would create a much better backup for a quick restore (as I then don't have to manually sort out each information peace) and would also enable me to diff running-config startup-config (to daily check if someone forgot to save their changes)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would anyone know the location of _ALL_ the ASA_local_files needed for a _FULL_ backup, so I can _EASILY_ make a _FULL_ restore if needed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;~maymann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 07:44:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881002#M458523</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2012-03-07T07:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881003#M458524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also a very convenient option of taking backup using Smart Call&lt;/P&gt;&lt;P&gt;home option on ASA. Below are some configuration examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-14958"&gt;https://supportforums.cisco.com/docs/DOC-14958&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the snapshot config, you can configure whatever commands you like and&lt;/P&gt;&lt;P&gt;have the ASA email or HTTPS POST the output to a location of your choosing.&lt;/P&gt;&lt;P&gt;This includes doing things like 'export webvpn url-list &lt;NAME&gt; stdout', etc.&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this option helps and suits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 08:41:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881003#M458524</guid>
      <dc:creator>svaish</dc:creator>
      <dc:date>2012-03-07T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881004#M458525</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;Svaish: thanks for your reply.&lt;/P&gt;&lt;P&gt;we don't have a internal mailserver, so emailing my firewall configs are a definite no-go.&lt;/P&gt;&lt;P&gt;Regarding HTTPS POST:&lt;/P&gt;&lt;P&gt;1. This sounds interesting - security wise, but:&lt;/P&gt;&lt;P&gt;2. I have to setup/configure a webserver for this purpose - I would rather not&lt;/P&gt;&lt;P&gt;3. I still have to CP the files from webserver location to my backup location afterwards - I would rather not&lt;/P&gt;&lt;P&gt;3. How do I restore from this output - Is this a trivial task, or do I have to feed the ASA information manually ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the perfect world:&lt;/P&gt;&lt;P&gt;1. login: use 4096-bit RSA SSH-pubkey to passwordlessly login using Rancid&lt;/P&gt;&lt;P&gt;2. backup: issue the command "backup scp &lt;USER&gt;@&lt;SERVER&gt;:&lt;LOCATION&gt;" (equal to ASDM backup)&lt;/LOCATION&gt;&lt;/SERVER&gt;&lt;/USER&gt;&lt;/P&gt;&lt;P&gt;3. restore: issue the command "restore scp &lt;USER&gt;@&lt;SERVER&gt;:&lt;LOCATION&gt;" (equal to ASDM restore)&lt;/LOCATION&gt;&lt;/SERVER&gt;&lt;/USER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current situation:&lt;/P&gt;&lt;P&gt;I would much rather just use SCP (with SSH-pubkeys) and transfer _ALL_ the needed ASA_local_files directly to my backup location, so that I can restore these files as-is without manually handpicking information and applying it.&lt;/P&gt;&lt;P&gt;Is this possible, and if so: where are the needed files located on the ASA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;~maymann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 09:56:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881004#M458525</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2012-03-07T09:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881005#M458526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maymann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I believe using SCS can be a tedious task in the long run as it can not be automated alteast without using any script as far as i know. &lt;/P&gt;&lt;P&gt;However Smart call home is a fully automated process once initialized.&lt;/P&gt;&lt;P&gt;Secondaly you can run a http server on your backup location using any free software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco also provides the capability of using Pearl script for fully automated process of backing up the configuration files&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/admin_swconfig.html#wp1063700"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/admin_swconfig.html#wp1063700&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the files that you need resided on the flash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 10:28:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881005#M458526</guid>
      <dc:creator>svaish</dc:creator>
      <dc:date>2012-03-07T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881006#M458528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes SCP will be tedious, but only because there is no CLI command creating a _FULL_ backup like it does from ASDM.&lt;/P&gt;&lt;P&gt;SmartCallHome sounds easy, but not very flexible:&lt;/P&gt;&lt;P&gt;e.g. I create a new directory in my backup-dir and gathers all configs from my network equipment in here every day - I'm guessing it is not possile to configure the variable to change to the right dir when setting up SmartCallHome...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have HP ProCurves (Switches) and BlueCoat (Proxies) and these are really VERY easy to backup/restore using CLI - but my Cisco equipment (ASA's+WLC's) are really not... no CLI support for backup/restore without setting up all kind of services (webserver/mailserver/ftp-server/tftp-server) - and only the HTTPS Smart Call Home is actually secure and not-clear-text !&lt;/P&gt;&lt;P&gt;I'm just stating here, when it comes to backup/restore - being the nr1 network company - this should be something that just worked anyway the customer want it - starting with secure easy protocols like SCP and CLI commands that take care of all the tedious work of gathering the right information for a _FULL_ backup and restore...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide the location on the flash where all needed files are located for a _FULL_ backup ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &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;~maymann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 13:13:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881006#M458528</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2012-03-07T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881007#M458529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to configure client-pub-keys in ASA, but found several forums where they state: this is not possible - like at all !!!&lt;/P&gt;&lt;P&gt;Then I have to put my VERY_DELICATE_ADMIN_PASSWORD (I gues I need that to retreive all the delicate information/files from ASA?) in a Rancid conf-file... ?!?!?&lt;/P&gt;&lt;P&gt;Then when I have this insecure solution configured, I need to figure out how to get the information out securely and in a way so it is easily restorable... this just keep getting better and better...!&lt;/P&gt;&lt;P&gt;Sorry to say: but I'm not impressed - not one bit...&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt; !&lt;/P&gt;&lt;P&gt;I'm running ASA8.3(2) - is this authorized_keys perhaps implemented in a newer release ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the best solution for me is to install a SmartCallHome HTTPS server - but:&lt;/P&gt;&lt;P&gt;1. Is this easily restoreable ?&lt;/P&gt;&lt;P&gt;2. Can this be used for my WLC's also, or do I need another server for that aswell ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has a _EASY_ solution that works _SECURELY_ and that is _EASILY_RESTORABLE_: please let me know &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;&lt;/P&gt;&lt;P&gt;Thanks in advance &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;~maymann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 09:42:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881007#M458529</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2012-03-08T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881008#M458532</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;Did you check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco also provides the capability of using Pearl script for fully automated process of backing up the configuration files&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/admin_swconfig.html#wp1063700" rel="nofollow"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/admin_swconfig.html#wp1063700&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 10:14:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881008#M458532</guid>
      <dc:creator>svaish</dc:creator>
      <dc:date>2012-03-08T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881009#M458534</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;Svaish: thanks for your reply, but the perl script is just using insecure, cleartext TFTP aswell. Besides it will have processes running on my backup host with password/enable_password showing in clear-text for everyone logged-in to see...&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands doesn't say where the files are located on the ASA, so in that sense I can't use it.&lt;/P&gt;&lt;P&gt;Do you know of a HTTPS howto somewhere ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thanks for this anywhay...&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br.&lt;/P&gt;&lt;P&gt;~maymann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 11:13:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881009#M458534</guid>
      <dc:creator>maymann76</dc:creator>
      <dc:date>2012-03-08T11:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of ASA5500's</title>
      <link>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881010#M458535</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;Smart call home configuration&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_smart_call_home.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_smart_call_home.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can backup all the files that are in the flash of the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 11:20:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/backup-of-asa5500-s/m-p/1881010#M458535</guid>
      <dc:creator>svaish</dc:creator>
      <dc:date>2012-03-08T11:20:39Z</dc:date>
    </item>
  </channel>
</rss>

