Downloading A File To The Startup Or Running Configuration - Cisco FirePOWER ASA 5500 series Configuration Manual

Security appliance command line
Hide thumbs Also See for FirePOWER ASA 5500 series:
Table of Contents

Advertisement

Downloading Software or Configuration Files to Flash Memory
For multiple context mode, you must be in the system execution space.
To download a file to Flash memory, see the following commands for each download server type:

Downloading a File to the Startup or Running Configuration

You can download a text file to the running or startup configuration from a TFTP, FTP, or HTTP(S)
server, or from the Flash memory.
To copy a file to the startup configuration or running configuration, enter one of the following commands
for the appropriate download server.
When you copy a configuration to the running configuration, you merge the two configurations. A merge
Note
adds any new commands from the new configuration to the running configuration. If the configurations
are the same, no changes occur. If commands conflict or if commands affect the running of the context,
then the effect of the merge depends on the command. You might get errors, or you might have
unexpected results.
Cisco Security Appliance Command Line Configuration Guide
41-4
To copy from a TFTP server, enter the following command:
hostname# copy tftp://server[/path]/filename {flash:/ | disk0:/ |
disk1:/}[path/]filename
The flash:/ keyword represents the internal Flash memory on the PIX 500 series security appliance.
You can enter flash:/ or disk0:/ for the internal Flash memory on the ASA 5500 series adaptive
security appliance. The disk1:/ keyword represents the external Flash memory on the ASA.
To copy from an FTP server, enter the following command:
hostname# copy ftp://[user[:password]@]server[/path]/filename {flash:/ | disk0:/ |
disk1:/}[path/]filename
To copy from an HTTP or HTTPS server, enter the following command:
hostname# copy http[s]://[user[:password]@]server[:port][/path]/filename {flash:/ |
disk0:/ | disk1:/}[path/]filename
To use secure copy, first enable SSH, then enter the following command:
hostname# ssh scopy enable
Then from a Linux client enter the following command:
scp -v -pw password filename username@fwsm_address
The -v is for verbose, and if -pw is not specified you will be prompted for a password.
To copy from a TFTP server, enter the following command:
hostname# copy tftp://server[/path]/filename {startup-config | running-config}
To copy from an FTP server, enter the following command:
hostname# copy ftp://[user[:password]@]server[/path]/filename {startup-config |
running-config}
To copy from an HTTP or HTTPS server, enter the following command:
hostname# copy http[s]://[user[:password]@]server[:port][/path]/filename
{startup-config | running-config}
Chapter 41
Managing Software, Licenses, and Configurations
OL-10088-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pix 500 seriesCisco asa 5500 series

Table of Contents