brocade-communications-sy rfs6000 用户手册

下载
页码 839
182
Brocade Mobility RFS4000, RFS6000 and RFS7000 CLI Reference Guide 
53-1001931-01
Priv Exec command
4
copy
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.
Copying a new config file onto a start-up config files replaces the existing start-up config file with 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:/running-
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.