当前位置:网站首页>华为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
边栏推荐
- Implementation of breadth first in aggregation in ES
- Vertx metric Prometheus monitoring indicators
- Sent by mqtt client server of vertx
- 技术干货|昇思MindSpore NLP模型迁移之Bert模型—文本匹配任务(二):训练和评估
- Technical dry goods | reproduce iccv2021 best paper swing transformer with Shengsi mindspire
- Go language foundation ----- 11 ----- regular expression
- C2-关于VCF文件合并的几种方法
- Traversal in Lucene
- 项目经验分享:基于昇思MindSpore实现手写汉字识别
- IO stream system and FileReader, filewriter
猜你喜欢
Why is data service the direction of the next generation data center?
[mindspire paper presentation] summary of training skills in AAAI long tail problem
Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition
PAT甲级 1030 Travel Plan
技术干货|昇思MindSpore算子并行+异构并行,使能32卡训练2420亿参数模型
Go language foundation ----- 05 ----- structure
Technical dry goods Shengsi mindspire lite1.5 feature release, bringing a new end-to-end AI experience
Lucene introduces NFA
截图工具Snipaste
Analysis of the problems of the 11th Blue Bridge Cup single chip microcomputer provincial competition
随机推荐
HISAT2 - StringTie - DESeq2 pipeline 进行bulk RNA-seq
截图工具Snipaste
Vertx metric Prometheus monitoring indicators
【MySQL 11】怎么解决MySQL 8.0.18 大小写敏感问题
Reconnaissance et détection d'images - Notes
An overview of IfM Engage
The difference between typescript let and VaR
HCIA notes
【开发笔记】基于机智云4G转接板GC211的设备上云APP控制
图像识别与检测--笔记
The babbage industrial policy forum
Vertx multi vertical shared data
PAT甲级 1028 List Sorting
技术干货|昇思MindSpore NLP模型迁移之Roberta ——情感分析任务
技术干货|利用昇思MindSpore复现ICCV2021 Best Paper Swin Transformer
技术干货|昇思MindSpore NLP模型迁移之Bert模型—文本匹配任务(二):训练和评估
Industrial resilience
The concept of C language pointer
The babbage industrial policy forum
c语言指针的概念