華爲ensp上的所有遠程管理與配置方法

配置本地console的密碼登陸管理

在這裏插入圖片描述
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現在自己知道的知識,知識無價,希望看過的人給個贊,各位大佬看完活動活動一下手指,感謝感謝

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章