Brocade BigIron RX Series Configuration Guide User Manual

Page 1081

Advertising
background image

BigIron RX Series Configuration Guide

1003

53-1002484-04

Using secure copy

31

NOTE

When using SCP, you enter the scp commands on the SCP-enabled client, rather than the console
on the device.

NOTE

Certain SCP client options, including -p and -r, are ignored by the SCP server on the device. If an
option is ignored, the client is notified.

To copy a configuration file (c:\cfg\brocade.cfg) to the running configuration file on a device at
192.168.1.50 and log in as user terry, enter the following command on the SCP-enabled client.

C:\

>

scp c:\cfg\brocade.cfg [email protected]:runConfig

If password authentication is enabled for SSH, the user is prompted for user terry’s password
before the file transfer takes place.

To copy the configuration file to the startup configuration file.

C:\

>

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

To copy the configuration file to a file called config1.cfg on the PCMCIA flash card in slot 1 on a
management module.

C:\

>

scp c:\cfg\brocade.cfg [email protected]:slot1:/config1.cfg

To copy the configuration file to a file called config1.cfg on the PCMCIA flash card in slot 2 on a
management module.

C:\

>

scp c:\cfg\brocade.cfg [email protected]:slot2:/config1.cfg

To copy the running configuration file on a device to a file called c:\cfg\brocaderun.cfg on the
SCP-enabled client.

C:\

>

scp [email protected]:runConfig c:\cfg\brocaderun.cfg

To copy the startup configuration file on a device to a file called c:\cfg\brocadestart.cfg on the
SCP-enabled client.

C:\

>

scp [email protected]:startConfig c:\cfg\brocadestart.cfg

Advertising