Title: How to remove cleartext password in Config.text file? [Print this page] Author: phothxa.hybrid@ Time: 2020-12-27 21:54 Title: How to remove cleartext password in Config.text file? Hi All,
How could I remove the cleartext password in the following locations?
Sorry for late reply.You can refer this to remove the cleartext password.
ruijie#config t
ruijie(config)#no enable password
If you want to set the new enable password,you can also refer to the following configuration.
Ruijie#config t.
Ruijie (config) # no enable password --------clear the previous enable plaintext password (if any).
Ruijie (config) # no enable secret -----------clear the previous enable ciphertext password (if any).
Ruijie (config) # enable password xxx ----------set the new password. Xxx is the password that the user needs to set.
Ruijie (config) # end.
Ruijie#wr ------------Save the configuration