cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1061
Views
0
Helpful
2
Replies

Password reset für ADMIN auf CLI ACS v.5.2

larsen_2011
Level 1
Level 1

Hi,

I want to change the password for the admin when I access the command line. I know how to do it using the recovery dvd, but I fail to see the command of how to change it just using the cli. I have not lost the current password, I just want to change it !

any ideas ??

thanks!

1 Accepted Solution

Accepted Solutions

Sam Hertica
Cisco Employee
Cisco Employee

Hi Ida,

You should be able to change it on command line by typing the following -

conf t

username admin password plain role admin

It's similar to how local user accounts work on IOS devices.

Sam

View solution in original post

2 Replies 2

Sam Hertica
Cisco Employee
Cisco Employee

Hi Ida,

You should be able to change it on command line by typing the following -

conf t

username admin password plain role admin

It's similar to how local user accounts work on IOS devices.

Sam

great it worked! Thanks!