Chapter 5 Managing the ACE Software
Using the File System on the ACE
5-18
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
•
running-config
—Specifies the running-configuration file residing on the
ACE in volatile memory.
•
startup-config
—Specifies the startup-configuration file currently residing
on the ACE in Flash memory.
•
ftp://
server
/
path
[
/
filename
]—Specifies the FTP network server and,
optionally, the renamed file.
•
sftp://
[
username
@
]
server
/
path
[
/
filename
]—Specifies the SFTP network
server and, optionally, the renamed file.
•
tftp://
server
[
:
port
]
/
path
[
/
filename
]—Specifies the TFTP network server and,
optionally, the renamed file.
When you select a destination file system using
ftp:
,
sftp:
, or
tftp:
, the ACE
performs the following tasks:
•
Prompts you for your username and password if the destination file system
requires user authentication.
•
Prompts you for the server information if you do not provide the information
with the command.
•
Copies the file to the root directory of the destination file system if you do not
provide path information.
For example, to save a running-configuration file to a remote FTP server, enter:
host1/Admin#
copy running-config
ftp://192.168.215.124/running-config_Adminctx
Enter username[]?
user1
Enter the file transfer mode[bin/ascii]: [bin]
Password:
password1
Passive mode on.
Hash mark printing on (1024 bytes/hash mark).
####
Note
The
bin
(binary) file transfer mode is intended for transferring compiled files
(executables). The
ascii
file transfer mode is intended for transferring text files,
such as config files. The default selection of
bin
should be sufficient in all cases
when copying files to a remote FTP server.
For example, to save a core dump file to a remote FTP server, enter:
host1/Admin#
copy core:0x401_vsh_log.8249.tar.gz ftp://192.168.1.2