aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
//admin 是系统默认的
local-user xiaoli password cipher %$%$oB7TO]=%m-&*g)6e><&ZTo6#%$%$
local-user xiaoli privilege level 15
local-user xiaoli service-type telnet
包括:
用户名称和密码,用户权限,用户能访问的服务类型(如果不设置能访问所有如:
ssh,telnet,http,ftp等)
user-interface con 0
authentication-mode password
// 控制台密码认证
user-interface vty 0 4
// vty虚拟通道0-4
authentication-mode aaa
mode模式分为:password和AAA认证两种模式
user privilege level 15
user-interface vty 16 20
//vty虚拟通道:华为的有16-20 CISCO的只有0-4
//重要提示:所有用户的权限变更后只对用户退出重新登录后有效。当前会话的
用户一直保留本次会话登录时的权限
标签:domain,password,aaa,default,admin,华为,远程管理,网络设备,scheme
From: https://blog.51cto.com/speediness/7467930