Huawei Quidway S2700 Series Configuration Manual page 190

Hide thumbs Also See for Quidway S2700 Series:
Table of Contents

Advertisement

Quidway S2700 Series Ethernet Switches
Configuration Guide - Basic Configuration
[SSH Server] ssh user client001 service-type all
Step 3 Enable SCP services on the SCP server.
[SSH Server] scp server enable
Step 4 Download files from the SCP server to the SCP client.
# For the first login, you need to enable the first authentication on SSH client.
<Quidway> system-view
[Quidway] sysname SCP Client
[SCP Client] ssh client first-time enable
# Configure the IP address 1.1.1.1 of a loopback interface as the source IP address for the SCP
client.
[SCP Client] scp client-source -a 1.1.1.1
# Use 3des to encrypt the file license.txt, and then download the file to the local working
directory from the remote SCP server with the IP address of 172.16.104.110.
[SCP Client] scp -a 1.1.1.1 -cipher 3des client001@172.16.104.110:license.txt
license.txt
Step 5 Verify the configuration.
Run the display scp-client command on the SCP client. The command output is as follows:
<Quidway> display scp-client
The source of SCP ipv4 client: 1.1.1.1
The IP address of the source interface on the SCP client is 1.1.1.1.
----End
Configuration Files
l
l
Issue 01 (2011-07-15)
Configuration file of the SCP server
#
sysname SSH Server
#
aaa
local-user client001 password simple huawei
local-user client001 service-type ssh
#
scp server enable
ssh user client001
ssh user client001 authentication-type password
ssh user client001 service-type all
#
user-interface vty 0 4
authentication-mode aaa
protocol inbound ssh
#
return
Configuration file of the SCP client
#
sysname SCP Client
#
ssh client first-time enable
scp client-source 1.1.1.1
#
return
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
9 Telnet and SSH
179

Advertisement

Table of Contents
loading

Table of Contents