<?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: ASA 5545x Backup using EEM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3929927#M5472</link>
    <description>You can follow the link, It is for local backup but you can modify it for remote backup.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.cisco.com/t5/firewalls/asa-backup-using-cli/m-p/3927658" target="_blank"&gt;https://community.cisco.com/t5/firewalls/asa-backup-using-cli/m-p/3927658&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;### RATE ALL HELPFUL RESPONSES ###</description>
    <pubDate>Wed, 25 Sep 2019 08:22:38 GMT</pubDate>
    <dc:creator>bhargavdesai</dc:creator>
    <dc:date>2019-09-25T08:22:38Z</dc:date>
    <item>
      <title>ASA 5545x Backup using EEM</title>
      <link>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3929718#M5471</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to configure EEM on an ASA 5545 to run the backup command daily to an SCP Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;event manager applet SCPTEST&lt;BR /&gt;last file none&lt;BR /&gt;event watchdog 90 secs, left 10 secs, hits 3, last 2019/09/24 15:39:11&lt;BR /&gt;action 0 cli command "backup /noconfirm location scp://ciscoscp:password@1.1.1.2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have removed "location"&lt;/P&gt;&lt;P&gt;I have used "path"&lt;/P&gt;&lt;P&gt;I have tried using neither "location" or "path"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have verified local firewall on scp server isnt the problem. I feel like its in my extremely simple command...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:31:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3929718#M5471</guid>
      <dc:creator>TW80CJ5</dc:creator>
      <dc:date>2020-02-21T17:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5545x Backup using EEM</title>
      <link>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3929927#M5472</link>
      <description>You can follow the link, It is for local backup but you can modify it for remote backup.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.cisco.com/t5/firewalls/asa-backup-using-cli/m-p/3927658" target="_blank"&gt;https://community.cisco.com/t5/firewalls/asa-backup-using-cli/m-p/3927658&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;### RATE ALL HELPFUL RESPONSES ###</description>
      <pubDate>Wed, 25 Sep 2019 08:22:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3929927#M5472</guid>
      <dc:creator>bhargavdesai</dc:creator>
      <dc:date>2019-09-25T08:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5545x Backup using EEM</title>
      <link>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3930092#M5473</link>
      <description>&lt;P&gt;Yes, I posted that original question. Of course changes to the requirements have been made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to manipulate those commands to run the "Backup" command daily to an SCP server...I cant get it to work. I feel like its something simple.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 12:41:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3930092#M5473</guid>
      <dc:creator>TW80CJ5</dc:creator>
      <dc:date>2019-09-25T12:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5545x Backup using EEM</title>
      <link>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3930745#M5474</link>
      <description>Can you provide the error and also check that are you able to run the command directly without EEM.&lt;BR /&gt;&lt;BR /&gt;backup /noconfirm location scp://ciscoscp:password@1.1.1.2/backup&lt;BR /&gt;&lt;BR /&gt;First check that the SCP copy is working fine with the server.&lt;BR /&gt;&lt;BR /&gt;copy run scp://username:password@1.2.3.1/run.txt&lt;BR /&gt;&lt;BR /&gt;Than move forward with the /noconfirm and granually add the command to the EEM. If you are saving file to particular location use double slash. Below is the output.&lt;BR /&gt;&lt;BR /&gt;copy run scp://user:password@192.168.1.1//root/Desktop/run.txt&lt;BR /&gt;&lt;BR /&gt;Source filename [running-config]?&lt;BR /&gt;&lt;BR /&gt;Address or name of remote host [192.168.1.1]?&lt;BR /&gt;&lt;BR /&gt;Destination username [root]?&lt;BR /&gt;&lt;BR /&gt;Destination filename [/root/Desktop/run.txt]?&lt;BR /&gt;Cryptochecksum: 4ab503e3 46c762b9 fa14368e 8cc275ca&lt;BR /&gt;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;BR /&gt;122375 bytes copied in 1.410 secs (122375 bytes/sec)&lt;BR /&gt;ciscoasa#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;### RATE ALL HELPFUL RESPONSES ###</description>
      <pubDate>Thu, 26 Sep 2019 10:35:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5545x-backup-using-eem/m-p/3930745#M5474</guid>
      <dc:creator>bhargavdesai</dc:creator>
      <dc:date>2019-09-26T10:35:07Z</dc:date>
    </item>
  </channel>
</rss>

