Cisco Cisco Packet Data Gateway (PDG)

Página de 362
Verifying and Saving Your Configuration   
▀  Saving the Configuration 
 
 
▄  ASR 5500 System Administration Guide, StarOS Release 16 
86 
   
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#.  
To save a configuration file called system.cfg to a directory that was previously created called cfgfiles to the flash 
memory on the active MIO/UMIO, 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 sftp://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