问题描述
客户每次登录输密码时,提示初始密码不安全,现在客户嫌麻烦想要去掉:
Username:huawei
Password:
Warning: The initial password poses security risks.
The password needs to be changed. Change now? [Y/N]: n
Info: The max number of VTY users is 10, and the number
of current VTY users on line is 1.
The current login time is 2000-04-02 02:05:15+00:00.
处理过程
可以使用命令:undo password alert original关闭此告警。
解决方案
缺省情况下,在S5720交换机上,初始密码修改提醒功能处于使能状态。
如果想要去掉此功能,可以undo关闭:
<HUAWEI> system-view
[HUAWEI] aaa
[HUAWEI-aaa] local-aaa-user password policy administrator
[HUAWEI-aaa-lupp-admin] undo password alert original
说明:初始密码包含设备的缺省密码、本地用户首次创建设置的密码以及非本账户修改自己的密码(例如:B用户修改了A用户的密码,A用户使用修改后的密码登录设备时,设备会输出相应的提示信息)。
————————————————
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/allway2/article/details/131503524
发表评论