Cisco Cisco Packet Data Gateway (PDG)

Seite von 391
Verifying and Saving Your Configuration   
▀  Saving the Configuration 
 
 
▄  ASR 5000 System Administration Guide, StarOS Release 16 
94 
   
Saving the Configuration 
These instructions assume that you are at the root prompt for the Exec mode: 
[local]host_name
To save your current configuration, enter the following command:
 
save configuration url [ obsolete-encryption | showsecrets | verbose ] [ -
redundant ] [ -noconfirm ]
 
url specifies the location in which to store the configuration file. It may refer to a local or a remote file  
For complete information about the above command, see the Exec Mode Commands chapter of the Command Line 
Interface Reference
Important:
  Do not use the “/” (forward slash), “:” (colon) or “@” (at sign) characters when entering a string for 
the following URL fields: directory, filename, username, password, host or port#.  
 
Important:
  The 
-redundant
 keyword is only applicable when saving a configuration file to local devices. This 
command does not synchronize the local file system. If you have added, modified, or deleted other files or directories to 
or from a local device for the active SMC, you must synchronize the local file system on both SMCs. 
To save a configuration file called system.cfg to a directory that was previously created called cfgfiles on the 
CompactFlash in the SMC, enter the following command: 
save configuration /flash/cfgfiles/system.cfg 
To save a configuration file called simple_ip.cfg to a directory called host_name_configs, using an FTP server with an 
IP address of 192.168.34.156, on which you have an account with a username of administrator and a password of 
secure, use the following command: 
save configuration ftp://administrator:secure@192.168.34.156/host_name_configs/ 
simple_ip.cfg
 
To save a configuration file called init_config.cfg to the root directory of a TFTP server with a hostname of 
config_server, enter the following command: 
save configuration tftp://config_server/init_config.cfg