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

PDM password

hsprasetio
Level 1
Level 1

Hi,

I have PIX515 with 5.3. Currently I cannot get into the PDM because I forget the password.

Could anyone tell me, how to add a name with password in CLI so I can use it for PDM?

Thank you

Hendarto

2 Replies 2

Patrick Iseli
Level 7
Level 7

Connect to the CLI:

enable

conf t

username YOURUSER password YOURPASSWORD privilege 15

you can remove account with:

no username YOURUSER

Add it again, this is like a password recovery:

username YOURUSER password YOURPASSWORD privilege 15

sincerely

Patrick

Try leaving the username field blank and entering the enable password in the password field.

Perhaps you're using AAA authentication in which case my suggestion won't help. Patrick's suggestion above will handle the situation nicely.

Regards,

Craig