当前位置:网站首页>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
边栏推荐
- The difference between typescript let and VaR
- 在浏览器输入url后执行什么
- Go language foundation ----- 05 ----- structure
- Industrial resilience
- Technical dry goods Shengsi mindspire dynamic transformer with variable sequence length has been released!
- [MySQL 13] if you change your password for the first time after installing mysql, you can skip MySQL password verification to log in
- Go language foundation ----- 18 ----- collaboration security, mutex lock, read-write lock, anonymous lock, sync Once
- 【LeetCode】3. Merge two sorted lists · merge two ordered linked lists
- 【LeetCode】2. Valid Parentheses·有效的括号
- Analysis of the problems of the 12th Blue Bridge Cup single chip microcomputer provincial competition
猜你喜欢

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

【LeetCode】4. Best time to buy and sell stock
![[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211](/img/55/fea5fe315932b92993d21f861befbe.png)
[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211

技术干货|昇思MindSpore Lite1.5 特性发布,带来全新端侧AI体验

【LeetCode】2. Valid Parentheses·有效的括号

Technical dry goods | hundred lines of code to write Bert, Shengsi mindspire ability reward

Analysis of the eighth Blue Bridge Cup single chip microcomputer provincial competition

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

项目经验分享:实现一个昇思MindSpore 图层 IR 融合优化 pass

Analysis of the problems of the 10th Blue Bridge Cup single chip microcomputer provincial competition
随机推荐
Shengsi mindspire is upgraded again, the ultimate innovation of deep scientific computing
C2 several methods of merging VCF files
Pgadmin 4 v6.11 release, PostgreSQL open source graphical management tool
Leetcode 198: house raiding
项目经验分享:实现一个昇思MindSpore 图层 IR 融合优化 pass
Enter three times and guess a number
OSPF experiment
什么是定义?什么是声明?它们有何区别?
[Development Notes] cloud app control on device based on smart cloud 4G adapter gc211
华为交换机基础配置(telnet/ssh登录)
What did the DFS phase do
Static keyword
Go language foundation ----- 05 ----- structure
Project experience sharing: Based on mindspore, the acoustic model is realized by using dfcnn and CTC loss function
Redis view client connection
项目经验分享:基于昇思MindSpore实现手写汉字识别
[at] abc 258G - Triangle 三元組可達-暴力
Go language foundation ----- 19 ----- context usage principle, interface, derived context (the multiplexing of select can be better understood here)
PAT甲级 1028 List Sorting
Technical dry goods | Bert model for the migration of mindspore NLP model - text matching task (2): training and evaluation