|
Dear sir,
Sorry for late reply.You can refer this to set it.
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 |
|