天天看點

華為交換機設定telnet

配置遠端登入和不用使用者名的telnet設定:

sys

1、開啟telnet:

telnet server enable

2、建立遠端賬戶:

aaa

local-user admin password cipher admin  #admin是賬戶,[email protected]是密碼,密碼在登入的時候可以改

local-user admin service-type telnet #使賬戶huawei支援telnet協定

local-user admin level 3 #賬戶權限為3

quit

3、配置賬戶使用者界面的權限

user-interface vty 0 4 #配置使用者界面,0是初始值,4是結束 值。表示可同時打開5個會話

authentication-mode password #建立本地使用者并啟用密碼驗證

set authentication password cipher admin #設定身份驗證密碼密碼

protocol inbound telnet #配置使用者支援telnet協定

quit

4、設定遠端ip

vlanif100

ip address 172.16.100.1 255.255.255.0 #配置ip

quit

quit

5、在全局模式下測試

telnet 172.16.100.1 #回車會讓你直接輸入密碼

繼續閱讀