<?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: ASAs and backing up config on an ftp server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4540795#M1086836</link>
    <description>&lt;LI-CODE lang="markup"&gt;I can't seem to figure a way to write the config to the ftp server using ASDM. Is there a way to do that?&lt;/LI-CODE&gt;
&lt;P&gt;You can only do it locally, if the FTP drive is mapped on your PC you can do that save to FTP directory, if not i will suggest another method to back from cli automatically.&lt;/P&gt;
&lt;P&gt;If you looking Auto backup -use EEM Script Does easy :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;event manager applet ASA_Backup&lt;BR /&gt;event timer absolute time 00:10:00&lt;BR /&gt;action 1.0 cli command "copy /noconfirm running-config ftp://[user[:password]@]server[/path]/dst_filename.cfg;int=inside"&lt;BR /&gt;output none&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you like syslog message :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.25pt; color: black;"&gt;&lt;SPAN&gt;syslog msg "ASA config success "&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA syntax from command level :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p"&gt;Copy to an FTP server:&lt;/P&gt;
&lt;P class="p"&gt;&lt;STRONG id="ID-2152-00000add__ID-2152-00000af7" class="ph b"&gt;copy&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[&lt;STRONG id="ID-2152-00000add__ID-2152-00000af8" class="ph b"&gt;/noconfirm&lt;/STRONG&gt;]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;[&lt;EM class="ph i"&gt;interface_name&lt;/EM&gt;]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;{&lt;STRONG id="ID-2152-00000add__ID-2152-00000af9" class="ph b"&gt;startup-config&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG id="ID-2152-00000add__ID-2152-00000afa" class="ph b"&gt;running-config&lt;/STRONG&gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG id="ID-2152-00000add__ID-2152-00000afb" class="ph b"&gt;ftp://&lt;/STRONG&gt;[&lt;EM id="ID-2152-00000add__ID-2152-00000afc" class="ph i"&gt;user&lt;/EM&gt;[&lt;STRONG id="ID-2152-00000add__ID-2152-00000afd" class="ph b"&gt;:&lt;/STRONG&gt;&lt;EM id="ID-2152-00000add__ID-2152-00000afe" class="ph i"&gt;password&lt;/EM&gt;]&lt;STRONG id="ID-2152-00000add__ID-2152-00000aff" class="ph b"&gt;@&lt;/STRONG&gt;]&lt;EM id="ID-2152-00000add__ID-2152-00000b00" class="ph i"&gt;server&lt;/EM&gt;[&lt;STRONG id="ID-2152-00000add__ID-2152-00000b01" class="ph b"&gt;/&lt;/STRONG&gt;&lt;EM id="ID-2152-00000add__ID-2152-00000b02" class="ph i"&gt;path&lt;/EM&gt;]&lt;STRONG id="ID-2152-00000add__ID-2152-00000b03" class="ph b"&gt;/&lt;/STRONG&gt;&lt;EM id="ID-2152-00000add__ID-2152-00000b04" class="ph i"&gt;dst_&lt;/EM&gt;f&lt;EM id="ID-2152-00000add__ID-2152-00000b05" class="ph i"&gt;ilename&lt;/EM&gt;&lt;/P&gt;
&lt;P class="p"&gt;Example:&lt;/P&gt;
&lt;PRE id="ID-2152-00000add__ID-2152-00000b08" class="pre codeblock"&gt;&lt;CODE&gt;
ciscoasa# copy startup-config ftp://jcrichton:aeryn@10.1.1.67/files/new-startup.cfg&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 05:49:25 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2022-01-28T05:49:25Z</dc:date>
    <item>
      <title>ASAs and backing up config on an ftp server</title>
      <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4540790#M1086835</link>
      <description>&lt;P&gt;We are switching to an ftp server to replace an ancient tftp server to backup our configs to. Most of our switches are set up to write to this new ftp server, but I'm having some trouble with our ASAs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to figure a way to write the config to the ftp server using ASDM. Is there a way to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see how to do it from the CLI, but I seem to be having some trouble with an&amp;nbsp;@ sign in the password. Is there any way to make that work, or will we need to change the ftp password?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 22:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4540790#M1086835</guid>
      <dc:creator>spfister336</dc:creator>
      <dc:date>2022-01-27T22:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASAs and backing up config on an ftp server</title>
      <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4540795#M1086836</link>
      <description>&lt;LI-CODE lang="markup"&gt;I can't seem to figure a way to write the config to the ftp server using ASDM. Is there a way to do that?&lt;/LI-CODE&gt;
&lt;P&gt;You can only do it locally, if the FTP drive is mapped on your PC you can do that save to FTP directory, if not i will suggest another method to back from cli automatically.&lt;/P&gt;
&lt;P&gt;If you looking Auto backup -use EEM Script Does easy :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;event manager applet ASA_Backup&lt;BR /&gt;event timer absolute time 00:10:00&lt;BR /&gt;action 1.0 cli command "copy /noconfirm running-config ftp://[user[:password]@]server[/path]/dst_filename.cfg;int=inside"&lt;BR /&gt;output none&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you like syslog message :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.25pt; color: black;"&gt;&lt;SPAN&gt;syslog msg "ASA config success "&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA syntax from command level :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p"&gt;Copy to an FTP server:&lt;/P&gt;
&lt;P class="p"&gt;&lt;STRONG id="ID-2152-00000add__ID-2152-00000af7" class="ph b"&gt;copy&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[&lt;STRONG id="ID-2152-00000add__ID-2152-00000af8" class="ph b"&gt;/noconfirm&lt;/STRONG&gt;]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;[&lt;EM class="ph i"&gt;interface_name&lt;/EM&gt;]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;{&lt;STRONG id="ID-2152-00000add__ID-2152-00000af9" class="ph b"&gt;startup-config&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG id="ID-2152-00000add__ID-2152-00000afa" class="ph b"&gt;running-config&lt;/STRONG&gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG id="ID-2152-00000add__ID-2152-00000afb" class="ph b"&gt;ftp://&lt;/STRONG&gt;[&lt;EM id="ID-2152-00000add__ID-2152-00000afc" class="ph i"&gt;user&lt;/EM&gt;[&lt;STRONG id="ID-2152-00000add__ID-2152-00000afd" class="ph b"&gt;:&lt;/STRONG&gt;&lt;EM id="ID-2152-00000add__ID-2152-00000afe" class="ph i"&gt;password&lt;/EM&gt;]&lt;STRONG id="ID-2152-00000add__ID-2152-00000aff" class="ph b"&gt;@&lt;/STRONG&gt;]&lt;EM id="ID-2152-00000add__ID-2152-00000b00" class="ph i"&gt;server&lt;/EM&gt;[&lt;STRONG id="ID-2152-00000add__ID-2152-00000b01" class="ph b"&gt;/&lt;/STRONG&gt;&lt;EM id="ID-2152-00000add__ID-2152-00000b02" class="ph i"&gt;path&lt;/EM&gt;]&lt;STRONG id="ID-2152-00000add__ID-2152-00000b03" class="ph b"&gt;/&lt;/STRONG&gt;&lt;EM id="ID-2152-00000add__ID-2152-00000b04" class="ph i"&gt;dst_&lt;/EM&gt;f&lt;EM id="ID-2152-00000add__ID-2152-00000b05" class="ph i"&gt;ilename&lt;/EM&gt;&lt;/P&gt;
&lt;P class="p"&gt;Example:&lt;/P&gt;
&lt;PRE id="ID-2152-00000add__ID-2152-00000b08" class="pre codeblock"&gt;&lt;CODE&gt;
ciscoasa# copy startup-config ftp://jcrichton:aeryn@10.1.1.67/files/new-startup.cfg&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 05:49:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4540795#M1086836</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-28T05:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASAs and backing up config on an ftp server</title>
      <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4541305#M1086842</link>
      <description>&lt;P&gt;Thank you for your reply, but I'm still a little confused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. ASDM has a menu option "Save Running Configuration to TFTP server....". ASDM has no equivalent for FTP, correct?&lt;/P&gt;&lt;P&gt;2. I know the syntax for copying to ftp on the command line, but the ftp password has an '@' sign in the middle of it. This seems to cause issues with that syntax. Is there a workaround, or do we need a different password?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:45:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4541305#M1086842</guid>
      <dc:creator>spfister336</dc:creator>
      <dc:date>2022-01-28T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASAs and backing up config on an ftp server</title>
      <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4541318#M1086843</link>
      <description>&lt;P&gt;1- not that i am aware FTP available.&lt;/P&gt;
&lt;P&gt;2. if the password has @ (or any special character, then that is bug (dont have in hand) change the password and test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 14:09:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4541318#M1086843</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-28T14:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: ASAs and backing up config on an ftp server</title>
      <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4541990#M1086881</link>
      <description>&lt;P&gt;I don't think ASDM provides copying the running configs to an FTP server. The reason why the&amp;nbsp;@ character is giving issue in this case is because the copy command relies on the&amp;nbsp;@ to divide the creds from the IP address, so if you want to use the whole copy command you might need to change the password or create a new account with a password that doesn't include the&amp;nbsp;@. You would run into the same issue even if you try with scp I think.&lt;/P&gt;
&lt;P&gt;Maybe you can try to use the command "copy run ftp:" and then you hit enter, and you fill in the details of the remote FTP server line by line?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 15:46:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4541990#M1086881</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2022-01-29T15:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASAs and backing up config on an ftp server</title>
      <link>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4683695#M1093260</link>
      <description>&lt;P&gt;are you aware of a way to hash the password when using the action command?&amp;nbsp; we do want our configs saved somewhere with plain text passwords&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 14:37:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asas-and-backing-up-config-on-an-ftp-server/m-p/4683695#M1093260</guid>
      <dc:creator>chadanglin</dc:creator>
      <dc:date>2022-09-08T14:37:21Z</dc:date>
    </item>
  </channel>
</rss>

