Copying a file to the startup configuration – Brocade Communications Systems Brocade ICX 6650 6650 User Manual

Page 96

Advertising
background image

76

Brocade ICX 6650 Security Configuration Guide

53-1002601-01

Secure copy with SSH2

Copying a file to the startup configuration

To copy the configuration file to the startup configuration file, enter the following command.

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

Copying the running config uration 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 [email protected]:runConfig c:\cfg\brcdrun.cfg

Copying the startup configuration 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 [email protected]:startConfig c:\cfg\brcdstart.cfg

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 these devices,
enter one of the following commands.

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

or

C:\> scp [email protected]:flash:primary FCXLR07500.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 FCXLR07500.bin [email protected]:flash:secondary

or

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

NOTE

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

Copying a software image file from flash memory

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

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

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

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

Advertising