Router1(config)#username admin privilege 15 algorithm-type scrypt secret xxxxxxxxxxxxxx
ERROR: Can not have both a user password and a user secret.
Please choose one or the other.
Router1(config)#
然后我尝试使用“no”命令取出密码
Router1(config)#no username admin password ?
<cr> <cr>
Router1(config)#no username admin password
This operation will remove all username related configurations with same name.Do you want to continue? [confirm]
有没有办法在不删除用户名的情况下将其从密码级别 7 更改为机密级别 9。我担心其他相关配置,除非这不是我不应该担心的问题
提前致谢