Copying Files To Device

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

Reference

Command

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

Description

Copies the switch running configuration to remote scp server

Parameters

running-config Copies to the running configuration

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.

Mode

EXEC

CLI Example

//copying running-config to 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 to 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