作者:网络之路一天 首发公众号:网络之路博客(ID:NetworkBlog)
配合视频看效果更佳:https://b23.tv/2xJMeF(建议电脑端),或者B站搜索:网络之路Blog
1、非常糟糕,bootrom跟console都忘记了(被修改了)怎么处理?
(1)、设备较老的只能返厂了
(2)、可以按设备的RST/PNP进行恢复
比如AR路由器的15/160/200系列,NEAR6000系列,注意1200、2200/3200不支持,交换机需要1700、2700部分新机型、5720S以及5730支持,AC与防火墙主流的都支持,操作按住RST/PNP键6秒以上,设备会进行恢复出厂。
(3)、恢复配置文件(初始化完后,加载配置文件)
startup saved-configuration vrpcfg.zip/通过dir可以看实际为多少,通常是这个文件名
reboot fast //重启
(如果console密码不记得,但是这个时候boorom已经恢复密码,可以在进行恢复。)
温馨提示:UP遇到这种情况也就两三次,不保证所有型号都适用,建议多咨询400或者代理商后在进行操作,有可能会导致配置文件丢失的情况。或者服务器托管网之前有配置文件备份的情况下,那就不需要考虑这种情况。
2、如何确定自己设备支持不支持reset恢复?
(1)查找对应型号的手册(如果不会查找,可以参考下我之前的视频,B站(网络之路Blog)公众号(网络之路博客)都有)
(2)以交换机距离,在了解产品(路由器跟AC/防火墙位置都类似),找到硬件描述,里面有很多型号,找到自己对应的。
在服务器托管网外观描述这都会写每个按钮的作用,比如交换机就是按PNP按钮,6秒以上恢复出厂(有版本要求)
3、不算太糟糕的场景:知道console密码,但是bootrom忘记了怎么处理
1、路由器bootrom密码恢复
system-view
[Huawei]diagnose
[Huawei-diagnose]restore boot-password
Info: Restore bootpassword success!
[Huawei-diagnose]return
reboot
Info: The system iscomparing the configuration, please wait.
Warning: All theconfiguration will be saved to the next startup configuration.
Continue ? [y/n]:y
It will take several minutes to saveconfiguration file, please wait……….
Configuration file had been savedsuccessfully
Note: The configuration file will take effectafter being activated
System will reboot!Continue ? [y/n]:y
Info: system isrebooting ,please wait…
2、AC bootrom密码恢复
system-view
[Huawei]diagnose
[Huawei-diagnose]restore bootpassword
Info: Restore bootpassword success!
[Huawei-diagnose]return
reboot
Info: The system iscomparing the configuration, please wait.
Warning: All theconfiguration will be saved to the next startup configuration.
Continue ? [y/n]:y
It will take several minutes to saveconfiguration file, please wait……….
Configuration file had been savedsuccessfully
Note: The configuration file will take effectafter being activated
System will reboot!Continue ? [y/n]:y
Info: system isrebooting ,please wait…
路由器跟AC的恢复是一样的,但是重启的时候注意不要选择reboot fast,要保存在重启,否则不会生效。
3、交换机恢复
resetboot password
The password used toenter the boot menu by clicking Ctrl+B or Ctrl+E will be restored to thedefault password, continue? [Y/N] y
作者:网络之路一天,公众号:网络之路博客(ID:NetworkBlog)。让你的网络之路不在孤单,一起学习,一起成长。
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
相关推荐: Unity与Android交互(4)——接入SDK
【前言】 unity接入Android SDK有两种方式,一种是把Unity的工程导出google project的形式进行接入,另一种是通过把Android的工程做成Plugins的形式进行接入。我们接入SDK基本都是将SDK作为插件的形式接入的。 对我们接…