182 Brocade Mobility RFS4000, RFS6000 and RFS7000 CLI Reference Guide
53-1001931-01
Priv Exec command
4
copy
Priv Exec command
Copies any file (config,log,txt ...etc) from any location to the controller and vice-versa
NOTE
Copying a new config file onto an existing running-config file merges it with the existing
running-config on the controller. Both, the existing running-config and the new config file are applied
as the current running-config.
Copyin g a new conf ig fi le ont o a sta rt- up con fig f iles repla ces t he exi sting star t-up conf ig fi le wi th the
parameters of the new file. It is better to erase the existing start-up config file and then copy the new
config file to the startup config.
Supported in the following platforms:
Mobility RFS4000 Controller
Mobility RFS6000 Controller
Mobility RFS7000 Controller
Syntax
copy [<FILE>|<URL>] [<FILE>|<URL>]
Parameters
Example
Transferring file snmpd.log to remote tftp server?
RFController#copy flash:/log/snmpd.log
tftp://157.235.208.105:/snmpd.log
Accessing running-config file from remote tftp server into controllerrunning-config?
RFController#copy tftp://157.235.208.105:/ru nning-
config running-config
<FILE> The first <FILE> is the source file to copy from. The second <FILE>
is the destination to which to copy.
<URL> The first <URL> is the source URL to copy from. The second
<URL> is the destination URL to which to copy.