05-03-2015 10:15 PM - edited 03-10-2019 10:42 PM
Hi All,
Can we able to create an admin username and password with role admin in the cli.
I have access to the cli using a user account and I was trying to create an admin username and password.
I have created one but i cannot access using those credentials.
I read in a doc, admin can reset only via booting from iso image.
Kindly advice, on this.
Thanks
rYs
05-04-2015 05:47 AM
Hi riyasrasheed,
You can create an admin user from CLI.
Once you logged into ISE CLI with admin credentials you have to follow below syntax to create another admin user.
isevm225-pod2/naresh# configure
Enter configuration commands, one per line. End with CNTL/Z.
isevm225-pod2/naresh(config)# username demouser password plain default1A role ?
admin Specifies user with administrative role privileges
user Specifies user with read-only role privileges
isevm225-pod2/naresh(config)# username demouser password plain default1A role admin
isevm225-pod2/naresh(config)#
Exit and try to login with newly created user and password.
Thanks,
Naresh
05-25-2015 05:27 AM
username username password {hash | plain} password role {admin | user] [disabled [email email-address]] [email email-address]
http://www.cisco.com/c/en/us/td/docs/security/ise/1-1/cli_ref_guide/ise_cli/ise_cli_app_a.html#wp1014456
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide