绕过密码进入系统

  1. 首先将电脑连接防火墙的console口,将设备断电关机,然后开机。
  2. 在系统加载界面出现Press Ctrl+B to enter extend boot menu...时,按下Ctrl+B。
  3. 选择<6> Skip Current System Password对应的编号,回车确认。
  4. 然后系统会返回提示the systerm password is skipped successfully!!
Press Ctrl+B to enter extend boot menu... 1                                     
please enter the password:                                                      
====================<EXTEND-ConBoot-MENU>====================                   
<1> Boot System                                                                 
<2> Enter Serial SubMenu                                                        
<3> Enter Ethernet SubMenu                                                      
<4> File Control                                                                
<5> Modify ConBoot Password                                                     
<6> Skip Current System Password                                                
<7> ConBoot Operation Menu                                                      
<0> reboot                                                                      
=============================================================                   
enter your choice (0 - 7):6                                                     
the systerm password is skipped successfully!!
  1. 选择<1> Boot System回车确认,等待系统加载完成,此时无需密码即可进入配置模式。

修改管理员密码

进入配置模式,修改管理员admin的密码。

conf-mode
local-user admin
password encrypted-password xxx //"xxx"为新的密码
no password //也可以使用此命令删除现有密码,这样密码将变为初始密码admin_default
end
write file

修改密码后即可通过浏览器正常登录防火墙。