华为ensp上的所有远程管理与配置方法

配置本地console的密码登陆管理

华为ensp上的所有远程管理与配置方法_第1张图片
1.只是使用密码登陆而已,安全性较弱
user-interface con 0
authentication-mode password

2.使用用户登陆加密码
user-interface console 0
authertication-mode aaa
aaa
local-user 12 password cipher 123456++

配置ssh的stelnet远程管理

user-interface vty 0 4
authentication-mode aaa
protocol inboud ssh

aaa
local-user huawei password cipher
local-user huawei privilege level 15
local-user huawei service-type ssh

ssh user huawei authentication-type all
stelnet server enable
注意在客户机上要配置 ssh client first-time enable
客户机才可以stelnet上服务器

配置telnet管理

1.配置telnet的密码而已
user-interface vty 0 4
authentication-mode password
user privilege level 15
2.telnet后需要用户名
user-interface vty 0 4
authentication-mode aaa
user privilege level 15
aaa
local-user 12 password cipher 123456++
local-user 15 service-type telnet

以上为所有在ensp现在自己知道的知识,知识无价,希望看过的人给个赞,各位大佬看完活动活动一下手指,感谢感谢

你可能感兴趣的:(华为hcia复习,华为ensp--网络工程必看)