***** ASA, Router, Switch Backup and Store *****Note: Supported protocols TFTP , HTTP, FTP, SSH/SCP.
This will be the old fashion TFTP
================================================================
copy tftp startAddress or name of remote host []? 10.10.0.1Source filename []? HQ-ASA-3-12-14Destination filename [running-config]?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!9400 bytes copied in 0.848 secs (17001 bytes/sec)
=========================================================
***** ASA Backup and Store Single Line Command ******
TFTP ( great for scipting)
copy /noconfirm running-config tftp://172.100.1.24/1080_ST-asa-ConfigFile.txt
————————-
**** The int=inside tells the ASA to use the inside interface when sending the backup**** Use this when doing a backup over a VPN!copy /noconfirm startup-config tftp://172.19.1.24/7802_ST-ASA-ConfigFile.txt;int=inside
=================================================================FTP
copy ftp://[username[:password]@]<SERVER>[/path]/filename {flash:/ | disk0:/ | disk1:/ } [path/] filename!! ASA will then go through the infromation you just provided!Address or name of remote host [x.x.x.x]?Source username [mypassword]?Source password [XXXXX]?Source filename [asa823-17-k9.bin]?Destination filename [asa823-17-k9.bin]?
==================================================================
HTTPcopy http[s]://[username[:password]@]<SERVER>[:port] [/path]/filename {flash:/ | disk0:/ | disk1:/ } [path/]filename!! ASA will then go through the infromation you just provided!Address or name of remote host [x.x.x.x]?Source filename [asa823-17-k9.bin]?Destination filename [asa823-17-k9.bin]?
SSH/SCP! You need to enable SCPssh scopy enable!scp –v <filename> username@asa_address
=============================================================
Powered by BetterDocs
You must be logged in to post a comment.