一、设置认证方式
system-view
aaa
authentication-scheme authlocal[认证方式名称]
authentication-mode local //认证方式本地
二、
添加本地用户
system-view
aaa
local-user test1 password cipher Passw0rd //添加test1用户
local-user test1 service-type telnet //设置用户可以使用的服务类型
local-user test1 privilege level 3 //设置用户权限
三、应用aaa认证到vty
system-view
user-interface vty 0 4 //进入vty设置模式
authentication-mode aaa