当前位置:网站首页>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
边栏推荐
- Analysis of the eighth Blue Bridge Cup single chip microcomputer provincial competition
- opensips与对方tls sip trunk对接注意事项
- Go language foundation ----- 10 ----- string related operations (operation function, string conversion)
- 输入三次猜一个数字
- Precautions for opensips and TLS SIP trunk docking
- Technical dry goods | Bert model for the migration of mindspore NLP model - text matching task (2): training and evaluation
- [at] abc 258G - Triangle 三元组可达-暴力
- Technical dry goods Shengsi mindspire innovation model EPP mvsnet high-precision and efficient 3D reconstruction
- [MySQL 14] use dbeaver tool to remotely backup and restore MySQL database (Linux Environment)
- Pat class a 1028 list sorting
猜你喜欢
Application of pigeon nest principle in Lucene minshouldmatchsumscorer
Lucene introduces NFA
研究显示乳腺癌细胞更容易在患者睡觉时进入血液
Leetcode 213: looting II
Paper learning -- Study on the similarity of water level time series of Xingzi station in Poyang Lake
Go language foundation ------17 ----- channel creation, read-write, security shutdown, multiplexing select
PAT甲级 1028 List Sorting
HDMI2.1与HDMI2.0的区别以及转换PD信号。
Inverted chain disk storage in Lucene (pfordelta)
Go language foundation ----- 15 ----- reflection
随机推荐
技术干货|昇思MindSpore NLP模型迁移之Roberta ——情感分析任务
static关键字
Partage de l'expérience du projet: mise en œuvre d'un pass optimisé pour la fusion IR de la couche mindstore
lucene scorer
【MySQL 12】MySQL 8.0.18 重新初始化
HarmonyOS第三次培训笔记
PAT甲级 1027 Colors in Mars
Structure of golang
PHP wechat red packet grabbing algorithm
技术干货|利用昇思MindSpore复现ICCV2021 Best Paper Swin Transformer
技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验
Analysis of the problems of the 11th Blue Bridge Cup single chip microcomputer provincial competition
技术干货|昇思MindSpore算子并行+异构并行,使能32卡训练2420亿参数模型
Robots protocol
技术干货|昇思MindSpore可变序列长度的动态Transformer已发布!
C2-关于VCF文件合并的几种方法
Hnsw introduction and some reference articles in lucene9
Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition
PHP微信抢红包的算法
Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task