当前位置:网站首页>Huawei s5700 switch initialization and configuration Telnet, SSH user methods
Huawei s5700 switch initialization and configuration Telnet, SSH user methods
2022-07-03 07:46:00 【Luming Tianya】
Configure through serial port cable S5700 Management of IP Address and gateway , The serial port cable is connected to the switch console mouth ,ip After setting, the network cable is connected to ETH mouth :
<Quidway> system-view
[Quidway] interface Meth 0/0/1
[Quidway-Meth0/0/1]ip address x.x.x.x 255.255.255.0
[Quidway-Meth0/0/1]quit
[Quidway]ip route-static 0.0.0.0 0.0.0.0 x.x.x.x(gateway)
[Quidway]
Set up telnet Sign in S5700(eg. Set the username admin password 112233):
<Quidway> system-view
[Quidway] user-interface vty 0 4
[Quidway-ui-vty0-4] authentication-mode aaa
[Quidway-ui-vty0-4]protocal inbound all
[Quidway-ui-vty0-4] user privilege level 15
[Quidway-ui-vty0-4]quit
[Quidway]telnet server enable
[Quidway] aaa
[Quidway-aaa] local-user admin password simple 112233
[Quidway-aaa] local-user admin service-type telnet
[Quidway-aaa] local-user admin privilege level 15
[Quidway-aaa] quit
Set up SSH Sign in 5700(eg. Set the username admin password 112233):
[Quidway]rsa local-key-pair create
The key name will be: Quidway_Host
% RSA keys defined for Quidway_Host already exist.
Confirm to replace them? [y/n]:y
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
it will take a few minutes.
Input the bits in the modulus[default = 512]:
Generating keys...
...........++++++++++++
......++++++++++++
..........++++++++
...............++++++++
[Quidway] aaa
[Quidway-aaa] local-user admin password simple 112233
[Quidway-aaa] local-user admin service-type ssh
[Quidway-aaa] local-user admin privilege level 15
[Quidway-aaa] quit
[Quidway] stelnet server enable
Info: Succeeded in starting the Stelnet server.
[Quidway] ssh authentication-type default password
[Quidway]quit
<Quidway> save all
边栏推荐
- [Development Notes] cloud app control on device based on smart cloud 4G adapter gc211
- PAT甲级 1028 List Sorting
- Iterm2设置
- 基于RNA的新型癌症疗法介绍
- C2-关于VCF文件合并的几种方法
- EtherCAT state machine transition (ESM)
- PAT甲级 1032 Sharing
- UA camouflage, get and post in requests carry parameters to obtain JSON format content
- Image recognition and detection -- Notes
- Enter three times and guess a number
猜你喜欢

Collector in ES (percentile / base)

技术干货|昇思MindSpore可变序列长度的动态Transformer已发布!

Redis batch startup and shutdown script

Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select

Go language foundation ----- 01 ----- go language features

Technical dry goods Shengsi mindspire operator parallel + heterogeneous parallel, enabling 32 card training 242 billion parameter model

项目经验分享:基于昇思MindSpore实现手写汉字识别

Technical dry goods | thinking about the unification of dynamic and static diagrams of AI framework

【MySQL 14】使用DBeaver工具远程备份及恢复MySQL数据库(Linux 环境)

技术干货|利用昇思MindSpore复现ICCV2021 Best Paper Swin Transformer
随机推荐
What is definition? What is a statement? What is the difference between them?
Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once
Redis batch startup and shutdown script
【MySQL 13】安装MySQL后第一次修改密码,可以可跳过MySQL密码验证进行登录
在浏览器输入url后执行什么
Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select
Technical dry goods | reproduce iccv2021 best paper swing transformer with Shengsi mindspire
PHP wechat red packet grabbing algorithm
Structure of golang
Analysis of the eighth Blue Bridge Cup single chip microcomputer provincial competition
Technology dry goods | luxe model for the migration of mindspore NLP model -- reading comprehension task
Pat class a 1031 Hello world for u
Go language foundation ----- 02 ----- basic data types and operators
yarn link 是如何帮助开发者对 NPM 包进行 debug 的?
EtherCAT state machine transition (ESM)
Professor Zhang Yang of the University of Michigan is employed as a visiting professor of Shanghai Jiaotong University, China (picture)
Leetcode 213: looting II
PAT甲级 1027 Colors in Mars
Redis查看客户端连接
Enter three times and guess a number