当前位置:网站首页>华为S5700交换机初始化和配置telnet,ssh用户方法
华为S5700交换机初始化和配置telnet,ssh用户方法
2022-07-03 07:41:00 【鹿鸣天涯】
通过串口线配置S5700 的管理IP地址和网关,串口线接在交换机的console口,ip设置完成后网线接在ETH口:
<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]
设置telnet登录S5700(eg.设置用户名admin密码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
设置SSH登录5700(eg.设置用户名admin密码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
边栏推荐
- PDO and SDO concepts
- Go language foundation ----- 05 ----- structure
- Partage de l'expérience du projet: mise en œuvre d'un pass optimisé pour la fusion IR de la couche mindstore
- 【MySQL 14】使用DBeaver工具远程备份及恢复MySQL数据库(Linux 环境)
- Epoll related references
- Industrial resilience
- How long is the fastest time you can develop data API? One minute is enough for me
- 技术干货|AI框架动静态图统一的思考
- An overview of IfM Engage
- VMware network mode - bridge, host only, NAT network
猜你喜欢
Go language foundation ----- 11 ----- regular expression
Custom generic structure
Analysis of the ninth Blue Bridge Cup single chip microcomputer provincial competition
Why is data service the direction of the next generation data center?
UA camouflage, get and post in requests carry parameters to obtain JSON format content
昇思MindSpore再升级,深度科学计算的极致创新
技术干货|百行代码写BERT,昇思MindSpore能力大赏
Project experience sharing: Based on mindspore, the acoustic model is realized by using dfcnn and CTC loss function
Leetcode 213: 打家劫舍 II
Paper learning -- Study on the similarity of water level time series of Xingzi station in Poyang Lake
随机推荐
Go language foundation ----- 05 ----- structure
The concept of C language pointer
IndexSort
基于RNA的新型癌症疗法介绍
Common operations of JSP
The embodiment of generics in inheritance and wildcards
IPv4 address
Leetcode 198: 打家劫舍
Grpc message sending of vertx
【MySQL 14】使用DBeaver工具远程备份及恢复MySQL数据库(Linux 环境)
论文学习——鄱阳湖星子站水位时间序列相似度研究
GoLang之结构体
Go language foundation ------ 12 ------ JSON
PAT甲级 1029 Median
【MindSpore论文精讲】AAAI长尾问题中训练技巧的总结
截图工具Snipaste
Hisat2 - stringtie - deseq2 pipeline for bulk RNA seq
Epoll related references
研究显示乳腺癌细胞更容易在患者睡觉时进入血液
Unity XR实现交互(抓取,移动旋转,传送,射击)-Pico