Configuration Mode Commands : System Administration Commands : Configuration File Commands : configuration fetch
  
configuration fetch
Downloads a configuration file over the network.
Syntax
configuration fetch <location> [<filename>]
Parameters
<location>
Location of the configuration file to download in HTTP, SCP, or FTP URL format. For example scp://<username>:<password>@<hostname>/<path>.
<filename>
New name for the configuration file.
Usage
To copy one configuration file to another appliance, run the following set of commands:
configuration fetch <url-to-remote-config> <new-config-name>
;; this fetches the configuration from the remote
configuration switch-to <new-config-name>
;; this activates the newly fetched configuration
Example
amnesiac (config) # configuration fetch http://domain.com/westcoast newconfig
amnesiac (config) # configuration switch-to newconfig
Product
SCC, Interceptor, Mobile Controller, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show info