Configuration Guide User guide
192 FastIron Configuration Guide
53-1002494-02
Secure copy with SSH2
Copying a file to the startup config
To copy the configuration file to the startup configuration file, enter the following command.
C:\> scp c:\cfg\brocade.cfg terry@192.168.1.50:startConfig
Copying the running config file to an SCP-enabled client
To copy the running configuration file on the Brocade device to a file called c:\cfg\fdryrun.cfg on
the SCP-enabled client, enter the following command.
C:\> scp terry@192.168.1.50:runConfig c:\cfg\brcdrun.cfg
Copying the startup config file to an SCP-enabled client
To copy the startup configuration file on the Brocade device to a file called c:\cfg\brcdestart.cfg on
the SCP-enabled client, enter the following command.
C:\> scp terry@192.168.1.50:startConfig c:\cfg\brcdstart.cfg
To overwrite the running configuration file
C:\> scp c:\cfg\brocade.cfg terry@192.168.1.50:runConfig-overwrite
Copying a software image file to flash memory
The scp command syntax differs between device series. Use the command syntax in the
appropriate section.
Brocade FCX Series, ICX 6610, and FastIron X Series Devices
To copy a software image file from an SCP-enabled client to the primary flash on these devices,
enter one of the following commands.
C:\> scp FCXR07000.bin terry@192.168.1.50:flash:primary
or
C:\> scp terry@192.168.1.50:flash:primary FCXR07000.bin
To copy a software image file from an SCP-enabled client to the secondary flash on these devices,
enter one of the following commands.
C:\> scp FCXR07000.bin terry@192.168.1.50:flash:secondary
or
C:\> scp terry@192.168.1.50:flash:secondary FCXR07000.bin
NOTE
On ICX 6430 and ICX 6450 devices, you can use the same syntax as FCX devices. However, after the
copy operation is completed at the host, you do not get the command prompt back because the
switch is synchronizing the image to flash. To ensure that you have successfully copied the file, issue
the show flash command. If the copy operation is not complete, the show flash command output will
show the partition (primary or secondary) as EMPTY.