console口密码遗忘处理方式:
如果忘记了Console口密码,用户可以通过以下两种方式来设置新的Console口密码:
方法一:通过STelnet/Telnet登录设备修改Console口密码。
方法二:通过BIOS菜单修改Console口密码。
2
通过STelnet/Telnet登录设备设置新的Console口密码
如果用户可以通过STelnet/Telnet登录设备,并且具有3级或更高的权限,则可以通过STelnet/Telnet登录到设备后修改Console口密码,然后保存配置。
A、使用STelnet/Telnet账号登录设备,并确认当前账号有3级或更高的权限。
使用display users命令查看当前设备所有登录用户。其中带“*”标记的为当前用户的用户界面,对应编号为VTY1。
<HUAWEI> display users
NOTE:
User-Intf: The absolute number and the relative number of user interface
Authen: Whether the authentication passes
Author: Command line authorization flag
——————————————————————————–
User-Intf Delay Type Network Address Authen Author Username
——————————————————————————–
34 VTY 0 00:06:53 TEL 10.10.11.67 pass yes Unspecified
* 35 VTY 1 00:00:00 TEL 10.10.11.67 pass yes Unspecified
使用display user-interface命令可以显示所有用户的权限,确定VTY1对应的等级为15,有权限修改Console口密码。
<HUAWEI> display user-interface
Idx Type Tx/Rx Modem Privi ActualPrivi Auth Int
0 CON 0 9600 – 15 – P –
+ 34 VTY 0 – 15 15 P –
+ 35 VTY 1 – 15 15 P –
……
B、修改Console口密码,以修改为密码认证为例。
<HUAWEI> system-view
[~HUAWEI] user-interface console 0
[~HUAWEI-ui-console0] authentication-mode password
[*HUAWEI-ui-console0] set authentication password
Please configure the login password (8-16)
Enter Password: //输入密码
Confirm Password: //再次输入密码进行确认
[*HUAWEI-ui-console0] user privilege level 3
[*HUAWEI-ui-console0] commit
[~HUAWEI-ui-console0] return
C、为了防止重启后配置丢失,选择保存配置。
<HUAWEI> save
Warning: The current configuration will be written to the device. Continue? [Y/N]:y
Now saving the current configuration to the slot 1
Info: Save the configuration successfully.
3
通过BIOS菜单设置新的Console口密码
设备的BIOS提供了清空Console口登录密码的功能,用户可以在设备启动后修改Console口登录密码,然后保存配置。
A、通过Console口连接设备,并重启设备。当界面出现以下信息时,请3秒内按下快捷键“Ctrl+B”并输入BIOS密码,进入BIOS主菜单。
Press CTRL+B to enter BIOS menu or CTRL+E to boot DFX: 1
Password: //输入BIOS密码。(缺省密码为[email protected])
B、根据设备的提示,在BIOS主菜单下选择“Modify console password”,出现以下界面信息,选择y后,设备将会继续启动。
Caution: A new console password must be set after the restart.
Continue now? Yes(y) or No(n):y
C、设备完成系统启动后,本次通过Console口登录时不需要认证,登录后需要及时修改Console口密码,以修改为密码认证为例。
<HUAWEI> system-view
[~HUAWEI] user-interface console 0
[~HUAWEI-ui-console0] authentication-mode password
[*HUAWEI-ui-console0] set authentication password
Please configure the login password (8-16)
Enter Password: //输入密码
Confirm Password: //再次输入密码进行确认
[*HUAWEI-ui-console0] user privilege level 3
[*HUAWEI-ui-console0] commit
[~HUAWEI-ui-console0] return
D、为了防止重启后配置丢失,选择保存配置。
<HUAWEI> save
Warning: The current configuration will be written to the device. Continue? [Y/N]:y
Now saving the current configuration to the slot 1
Info: Save the configuration successfully.
评论前必须登录!
注册