Secure copy feature for brocade netiron xmr, Outbound commands, Inbound commands – Brocade Multi-Service IronWare Security Configuration Guide (Supporting R05.6.00) User Manual

Page 278

Advertising
background image

260

Multi-Service IronWare Security Configuration Guide

53-1003035-02

Using Secure Copy

5

Secure Copy Feature for Brocade NetIron XMR

The following encryption cipher algorithms are supported on the Brocade NetIron XMR. They are
listed in order of preference:

aes256-cbc: AES in CBC mode with 256-bit key

aes192-cbc: AES in CBC mode with 192-bit key

aes128-cbc: AES in CBC mode with 128-bit key

3des-cbc: Triple-DES

Outbound commands:

The following is the list of outbound SCP command options supported (Upload from device to host).

The general syntax of the outbound SCP commands is as follows.

Syntax: scp user@IP Address:Source:src-name dst-file

src-name can be abbreviated

To copy the running configuration file on a device to a file on the SCP-enabled host.

C:\> scp <user>@<device-IpAddress>:runConfig <dst-file>

NOTE

If you are copying the running configuration file from the device to a PC or another machine
(outbound), the command saves the running configuration file to the PC. If you are copying a
configuration file from a PC to the device, (inbound) the command appends the source file to the
running configuration file on the device.

To copy the startup configuration file on the device to a file on the SCP-enabled client.

C:> scp <user>@<device-IpAddress>:startConfig <dst-file>

To copy the MP primary image file from the device to a file on the SCP-enabled client.

C:> scp <user>@<device-IpAddress>:flash:primary <primary-image-file>

To copy the MP secondary image file from the device to a file on the SCP-enabled client.

C:> scp <user>@<device-IpAddress>:flash:secondary <secondary-image-file>

To copy a flash file from the device to a file on the SCP-enabled client.

C:> scp <user>@<device-IpAddress>:flash:<src-file> <dst-file>

To copy a file on Auxiliary flash slot from the device to a file on the SCP-enabled client (this
command is not applicable to the CES or CER).

C:> scp <user>@<device-IpAddress>:slot1:/<src-file> <dst-file>

C:> scp <user>@<device-IpAddress>:slot2:/<src-file> <dst-file>

Inbound commands:

The following is the list of inbound SCP command options supported (for downloading from an
SCP-enabled client to the device). The commands copy the files from the SCP-enabled client to the
specified location on the device.

The general syntax of the Inbound SCP commands is as follows.

Advertising