步骤:关闭设备,重启:
创新互联建站服务项目包括喀喇沁网站建设、喀喇沁网站制作、喀喇沁网页制作以及喀喇沁网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,喀喇沁网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到喀喇沁省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!
Self decompressing the p_w_picpath : 启动设备时按ctrl+Break键
##########################
monitor: command "boot" aborted due to user interrupt
步骤:rommon 1 > confreg 0x2142 配置配置寄存器的值为0x2142
步骤: rommon 2 > reset 重启设备
步骤:Continue with configuration dialog? [yes/no]: n 不再加载startup-config
Router#show startup-config 查看以前的密码
Router#copy startup-config running-config 将以前的配置加载到内存
步骤:Router#config t进入全局配置模式
Router(config)#enable password cisco 将密码重置
步骤:Router#copy running-config startup-config 将更改完密码的配置保存
Destination filename [startup-config]?
Building configuration...
[OK]
步骤:Router#Router#show version 查看配置寄存器的值
Configuration register is 0x2142
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#conf t
Router(config)#config-register 0x2102 重新配置寄存器值
0x2102: 运行过程中中断键被屏蔽,设备会查看NVRAM中配置的内容以确定启动次序,如果启动失败会采用缺省的ROM软件进行启动。
0x2142:恢复密码时候使用。忽略NVRAM配置信息而进入初始配置对话模式中去。
步骤:Self decompressing the p_w_picpath : 启动设备时按ctrl+C键
##########################
monitor: command "boot" aborted due to user interrupt
rommon 1 >【interrupt】
步骤:rommon 1 > confreg
下面选择Y或者N 单词不好 我就按选择的顺序告诉Y 或者N了 见谅下
顺序如下:1.Y 2.N 3.N 4.N 5.N 6.N 7.Y 8.N 9.N 10.N
步骤:rommon1 > confreg 0x2142
步骤:rommon1 > reset
步骤:rommon1 > show version
里面有一句话;Configuration register is 0x2142 如果有值就对了
步骤:Router #show startup-config查看以前的配置
Router#config t进入全局配置模式
Router(config)#show configure memory保存以前的配置
步骤:Router(config)#no enable password 删除原有密码
Router(config)#enable password cisco配置新密码
步骤:Router(config)#config-register 0x2102
Router(config)#exit
Router#write保存