华为交换机无法telnet处理办法
时间:2018-01-17 18:02:54
收藏:0
阅读:345
aaa
local-user admin password simple 1234567
local-user admin privilege level 3-----管理员级别
local-user admin service-type telnet
user-interface vty 0 4
authentication-mode aaa
local-user admin password simple 1234567
local-user admin privilege level 3-----管理员级别
local-user admin service-type telnet
user-interface vty 0 4
authentication-mode aaa
user-interface vty 0 4
protocol inbound telnet / protocal inbound all ——新款交换机要配置此条命令,否则无法telnet;
原文:http://blog.51cto.com/12185273/2062150
评论(0)