华为AC忘记console密码

简介:

如果忘记了Console口登录密码,用户可以通过以下两种方式来设置新的Console口登录密码:


在能通过telnet登录的情况下重新设置:


1. 通过STelnet/Telnet登录交换机设置新的Console口登录密码
这种方法的前提是:用户拥有STelnet/Telnet账号并且具有管理员的权限。以下涉及的命令行及回显信息以STelnet登录设备修改Console口密码为例。用户通过STelnet账号登录交换机后,请按照如下步骤进行配置。
a. 以登录用户界面的认证方式为密码认证,密码为Huawei@123为例,配置如下。
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] authentication-mode password
[HUAWEI-ui-console0] set authentication password cipher Huawei@123
[HUAWEI-ui-console0] return
b. 以登录用户界面的认证方式为AAA认证,用户名为admin123,密码为Huawei@123为例,配置如下。
[HUAWEI] user-interface console 0
[HUAWEI-ui-console0] authentication-mode aaa
[HUAWEI-ui-console0] quit
[HUAWEI] aaa
[HUAWEI-aaa] local-user admin123 password irreversible-cipher Huawei@123
[HUAWEI-aaa] local-user admin123 service-type terminal
[HUAWEI-aaa] return



在不能通过telnet登录的情况下通过console线更改:

    通过BootROM清除Console口登录密码
    交换机的BootROM提供了清除Console口登录密码的功能,用户可以在交换机启动后修改Console口登录密码,然后保存配置。请按照如下步骤进行配置。
    通过Console口连接交换机,并重启交换机。当界面出现以下打印信息时,及时按下快捷键“Ctrl+B”并输入BootROM密码,进入BootROM主菜单。
    框式交换机打印信息:
Press Ctrl+B to enter boot menu ... 1 

Password: //输入BootROM密码 (admin@huawei.com)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
         BIOS Menu (Version: 314)
 
      1. Boot with default mode 
      2. Enter serial submenu
      3. Enter startup submenu
      4. Enter ethernet submenu
      5. Enter  file  system submenu
      6. Modify BOOTROM password
      7. Clear password  for  console user
      8. Config HigMem to Flash Flag
      9. Reboot
      (Press CTRL+E to enter Diag menu)
 
Enter your choice(1-9): 7
Caution: Clear password  for  console user?  Yes(y) or No(n): y
 
Clear password  for  console user successfully.
Choose  "1.Boot with default mode" then  set  a new password by console  command  line.
Caution: Do not reboot or power off the device, otherwise this operation will not take effect.
 
         BIOS Menu (Version: 314)
 
      1. Boot with default mode 
      2. Enter serial submenu
      3. Enter startup submenu
      4. Enter ethernet submenu
      5. Enter  file  system submenu
      6. Modify BOOTROM password
      7. Clear password  for  console user
      8. Config HigMem to Flash Flag
      9. Reboot
      (Press CTRL+E to enter Diag menu)
 
Enter your choice(1-9): 1

    记得最后一步一定要选择1 ,而不能选择9 ,因为上面选择7后明确告诉我们,如果重启则所做更改不会被保存。选择1后就可以免密码登录到命令行界面,然后就可以更改密码了

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<AC6003>sys
[AC6003]user-interface console 0
[AC6003-ui-console0]authentication-mode password
 
[AC6003-ui-console0] set  authentication password cipher
Info: A plain text password is a string of 8 to 16  case -sensitive characters and must be a combination of at least two of the following: uppercase letters A to Z, lowercase letters a to z, digits, and special characters (including spaces and the following :`~!@ #$%^&*()-_=+|[{}];:'",<.>/?). A cipher text password contains 68 characters.
New Password:
Confirm New Password:
[AC6003-ui-console0]
[AC6003-ui-console0]ret
<AC6003>sa
   The current configuration will be written to the device. 
   Are you sure to  continue ? (y /n )[n]:y
   It will take several minutes to save configuration  file , please wait........
   Configuration  file  has been saved successfully
   Note: The configuration  file  will take effect after being activated
<AC6003>

    到此处就更改成功了。


    盒式交换机打印信息:
    Press Ctrl+B or Ctrl+E to enter BootROM menu ... 2
    password: //输入BootROM密码 
说明: 
    盒式交换机的某些款型支持使用快捷键“Ctrl+E”进入BootROM主菜单,请根据设备的界面提示操作。
    盒式交换机在V100R006C05之前的版本,BootROM默认密码为huawei;在V100R006C05及之后的版本,默认密码为Admin@huawei.com。
    框式交换机在V100R006C00之前的版本,BootROM默认密码为9300;在V100R006C00及之后的版本,默认密码为Admin@huawei.com。
    b. 在BootROM主菜单下选择“Clear password for console user”清除Console口登录密码。
    c.根据交换机的提示,在BootROM主菜单下选择“Boot with default mode”启动设备。
    d. 完成系统启动后,通过Console口登录时不需要认证,登录后按照系统提示配置验证密码。
    e. 登录交换机后,用户可以根据需要配置Console用户界面的认证方式及密码。



本文转自 f_066 51CTO博客,原文链接:http://blog.51cto.com/ganmu/1969547,如需转载请自行联系原作者

相关文章
|
3月前
|
存储 监控 安全
|
6月前
|
关系型数据库 MySQL
若依修改----验证码关闭
若依修改----验证码关闭
|
8月前
|
开发工具 数据安全/隐私保护 git
解决TortoiseGit每次Pull或者Push都需要输用户名密码的问题
解决TortoiseGit每次Pull或者Push都需要输用户名密码的问题
177 0
|
7月前
|
数据安全/隐私保护
1076 Wifi密码 (15 分)
1076 Wifi密码 (15 分)
|
8月前
|
安全 Linux 网络安全
购了轻服务器,手机登录服务器用root和administrator做登录名,都提示别名已存在,请修改
【2月更文挑战第16天】购了轻服务器,手机登录服务器用root和administrator做登录名,都提示别名已存在,请修改
56 1
|
8月前
|
安全 Linux 网络安全
手机登录服务器用root和administrator做登录名,都提示别名已存在
【2月更文挑战第5天】手机登录服务器用root和administrator做登录名,都提示别名已存在
76 8
|
C++
25.【 C/C++ QQ登入系统 (人生中第一个趋形系统)】
25.【 C/C++ QQ登入系统 (人生中第一个趋形系统)】
75 0
|
Linux 网络安全 开发工具
Linux取消秘钥登录,改为用户名密码登录
记录下刚刚取消秘钥登录,改为用户名密码登录。 一般在阿里云购买服务器后,可能未点自定义密码登录,使用了秘钥。又不想重置系统盘 下面操作可以参考下 一、修改 vim /etc/ssh/sshd_config 去掉PermitRootLogin yes 前面的#注释 二、 修改 PasswordAut...
7255 1
|
数据安全/隐私保护
1076 Wifi密码 (15 分)
下面是微博上流传的一张照片:“各位亲爱的同学们,鉴于大家有时需要使用 wifi,又怕耽误亲们的学习,现将 wifi 密码设置为下列数学题答案:A-1;B-2;C-3;D-4;请同学们自己作答,每两日一换。谢谢合作!!~”—— 老师们为了促进学生学习也是拼了…… 本题就要求你写程序把一系列题目的答案按照卷子上给出的对应关系翻译成 wifi 的密码。这里简单假设每道选择题都有 4 个选项,有且只有 1 个正确答案。
205 0
1076 Wifi密码 (15 分)
|
数据安全/隐私保护
华为设备默认console密码
admin@huawei.com Admin@huawei.com Admin@huawei huawei.com huawei@123 huawei Change_Me  网名:浩秦; 邮箱:root#landv.pw; 只要我能控制一個國家的貨幣發行,我不在乎誰制定法律。
1506 0