Security Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1018
scp2
scp2 {cipher [3des | blowfish]} {port <portnum>} {debug <debug_level>}
<user>@ [<hostname> | <ipaddress>]:<remote_file> <local_file> {vr
<vr_name>}
or
scp2 {cipher [3des | blowfish]} {port <portnum>} {debug <debug_level>}
<local_file> <user>@ [<hostname> | <ipaddress>]:<remote_file> {vr
<vr_name>}
Description
The first command initiates an SCP2 client session to a remote SCP2 server and copies a configuration
or policy file from the remote system to the switch.
The second command initiates an SCP2 client session to a remote SCP2 server and copies a
configuration or policy file from the switch to a remote system.
Syntax Description
Default
The default settings for SSH2 parameters are as follows:
●
cipher—3des encryption
●
port—22
●
compression—off
●
debug_level—0 (zero)
●
vr_name—VR-Mgmt
3des
Specifies that the 3des cipher should be used for encryption. This is the default.
blowfish
Specifies that the blowfish cipher should be used for encryption.
portnum
Specifies the TCP port number to be used for communicating with the SSH2 client. The
default is port 22.
debug_level
Specifies a debug level. The default is 0. With a default of 0, the range is 1 through 3.
user
Specifies a login name for the remote host.
hostname
Specifies the name of the remote host.
ipaddress
Specifies the IP address of the remote host.
remote_file
Specifies the name of the remote file (configuration file, policy file) to be transferred.
local_file
Specifies the name of the local file (configuration file, policy file) to be transferred.
vr_name
Specifies the virtual router. The default virtual router is VR-Mgmt.
NOTE: The BlackDiamond 8800 series switch and the Summit X450 family of switches
do not support user-created VRs.