save (Configuration Mode)
Syntax
save filename
Description
Save the configuration to an ASCII file. The contents of the current level of the statement hierarchy (and below) are saved, along with the statement hierarchy containing it. This allows a section of the configuration to be saved, while fully specifying the statement hierarchy.
For information on valid filename and URL formats, see Format for Specifying Filenames and URLs in Junos OS CLI Commands.
When saving a file to a remote system, the software uses the
scp
/ssh
protocol.
Options
filename
—Name of the saved file. You can
specify a filename in one of the following ways:
-
filename
—File in the user’s home directory (the current directory) on the local flash drive. -
path
/
filename
—File on the local flash drive. -
/var/
filename
or/var/path
/
filename
—File on the local hard disk. -
a:
filename
ora:
path
/
filename
—File on the local drive. The default path is/
(the root-level directory). The removable media can be in MS-DOS or UNIX (UFS) format. -
hostname:
/
path
/
filename, hostname:filename, hostname:path/filename,
orscp://
hostname
/
path
/
filename
—File on anscp
/ssh
client. This form is not available in the worldwide version of Junos OS. The default path is the user’s home directory on the remote system. You can also specifyhostname
asusername
@
hostname
. -
ftp:
//hostname
/path
/filename
—File on an FTP server. You can also specifyhostname
asusername
@
hostname
orusername
:
password
@
hostname
. The default path is the user’s home directory. To specify an absolute path, the path must start with the string%2F
; for example,ftp://
hostname
/%2F
path
/
filename
. To have the system prompt you for the password, specifyprompt
in place of the password. If a password is required, and you do not specify the password orprompt
, an error message is displayed:user@host> file copy ftp://
username
@ftp.hostname
.net//filename
file copy ftp.hostname
.net: Not logged in. user@host> file copy ftp://username
:prompt@ftphostname
.net//filename
Password for
username
@ftp.hostname
.net:
re0
:/path/filename
or
re1
:/path/filename
—File
on a local Routing Engine.
routing-instance
—Name of the routing_instance.
source-address
—Local address to be used in originating the
connection.
terminal
—Use login terminal.
Required Privilege Level
configure—To enter configuration mode.
Sample Output
The following is an example of a save scenario:
Save a File Using Secure Copy Protocol (scp) with ’source-address’ and ’routing-instance’ options
To save the configuration to a remote system, enter the following save
command using scp
with the
source-address
and
routing-instance
options:
root@host# save scp://user@hostname/path/filename routing-instance instance-name source-address address
Release Information
Command introduced before Junos OS Release 7.4.
Hierarchy Level
All hierarchy levels