Brocade Communications Systems 6650 Switch User Manual


 
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 terry@192.168.1.50: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 terry@192.168.1.50: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 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
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 terry@192.168.1.50:flash:primary
or
C:\> scp terry@192.168.1.50: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 terry@192.168.1.50:flash:secondary
or
C:\> scp terry@192.168.1.50: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 terry@192.168.1.50: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 terry@192.168.1.50:flash:secondary FCXLR07500.bin