华为交换机无法telnet处理办法
时间:2018-01-17 18:13:05
收藏:0
阅读:1926
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;
评论(0)