configuration upload

Prev Next

Description

Uploads a configuration file to a specified network location.

Syntax

configuration upload {file_name | active} path

Parameters

file_name

Name of the configuration file to be uploaded.

active

Uploads the active configuration file.

path

URL that specifies the network location of the uploaded configuration.

The format can be one of the following:

ftp://<domain>/<path>/<file_name>

sftp://<domain>/<path>/<file_name>

tftp://<domain>/<path>/<file_name>

http://<domain>/<path>/<file_name>

https://<domain>/<path>/<file_name>

scp://username:password@hostname/<path>/<file_name>

Example

The following example uploads the active configuration as “testconfig.”

hostname (config) # configuration upload active ftp://ftp.example.com/config-dir/testconfig

show configuration files