ISE创建CLI账号密码

在GUI创建的账号密码,不可以登录CLI,即便在install ISE后,可能初始设置的账号登录CLI的权限也是不够的。

如果有需求登录ISE的CLI,可以通过如下命令配置:

isevm/user1# configure
Enter configuration commands, one per line.  End with CNTL/Z.
isevm/user1(config)# username demouser password plain default1A role ?
  admin  Specifies user with administrative role privileges
  user   Specifies user with read-only role privileges

isevm/user1(config)# username demouser password plain default1A role admin
isevm/user1(config)#

完整的命令参考:

username username password {hash | plain} password role {admin user] [disabled [email email-address]] [email email-address]

posted @ 2023-06-15 11:38  剪刀石头布Cheers  阅读(67)  评论(0编辑  收藏  举报