Copying Configuration from Switch

To copy files from the remote server, use the following command:

Reference

Command

copy scp {running-config | startup-config} <server_url> [timeout <interval> ]

Description

Copy the ISCLI config file from the Switch to a remote server

Parameters

server_url username@ipaddress:filepathandname

timeout timeout

interval Specifies the maximum time (in seconds) to wait for the server to reply to the connection request. The timeout interval is from 1 to 100 seconds running-config Copies the running configuration startup-config Copies the startup configuration

Mode

EXEC

CLI Example

//copying running-config from remote server
pbnoscli# copy running-config scp <user>@<IP>:/<file.cfg>

//Example - copy running-config scp aviz@10.2.2.10:/rsw.cfg
//copying startup-config from remote server
pbnoscli# copy startup-config scp <user>@<IP>:/<file.cfg>

//Example - copy startup-config scp aviz@10.2.2.10:/ssw.cfg

Last updated