beautypg.com

Brocade TurboIron 24X Series Configuration Guide User Manual

Page 165

background image

Brocade TurboIron 24X Series Configuration Guide

131

53-1003053-01

Using Secure copy with SSH2

Copying the running config file to an SCP-enabled client

To copy the running configuration file on the device to a file called c:\cfg\fdryrun.cfg on the
SCP-enabled client, enter the following command.

C:\> scp [email protected]:runConfig c:\cfg\fdryrun.cfg

Copying the startup config file to an SCP-enabled client

To copy the startup configuration file on the device to a file called c:\cfg\fdrystart.cfg on the
SCP-enabled client, enter the following command.

C:\> scp [email protected]:startConfig c:\cfg\fdry

To overwrite the running configuration file

C:\> scp c:\cfg\brocade.cfg [email protected]:runConfig-overwrite

Copying a software image file to flash memory

To copy a software image file from an SCP-enabled client to the primary flash on a device use the
following command.

C:\> scp TIR04200.bin [email protected]:flash:primary

To copy a software image file from an SCP-enabled client to the secondary flash on a device , enter
the following command.

C:\> scp TIR04200.bin [email protected]:flash:secondary

NOTE

The device supports only one SCP copy session at a time.

Copying a Software Image file from flash memory

To copy a software image from the primary flash on the device to an SCP-enabled client, enter a
command such as the following.

C:\ scp [email protected]:flash:primary TIR04200.bin

To copy a software image from the secondary flash on the device to an SCP-enabled client, enter a
command such as the following.

C:\ scp [email protected]:flash:secondary TIR04200.bin

NOTE

The device supports only one SCP copy session at a time.