Cisco交换机密码重置步骤
Cisco交换机密码重置步骤
1.PC机有break键的方法
1.1中断设备启动 ctrl+break键
步骤:关闭设备,重启:
创新互联建站服务项目包括喀喇沁网站建设、喀喇沁网站制作、喀喇沁网页制作以及喀喇沁网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,喀喇沁网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到喀喇沁省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!
Self decompressing the p_w_picpath : 启动设备时按ctrl+Break键
##########################
monitor: command "boot" aborted due to user interrupt
1.2更改配置寄存器的值为0x2142(两个寄存器值:0x2102 (正常),0x2142(不读取保存的配置))
步骤:rommon 1 > confreg 0x2142 配置配置寄存器的值为0x2142
1.3重启设备
步骤: rommon 2 > reset 重启设备
1.4查看保存的配置文件中enable密码
步骤:Continue with configuration dialog? [yes/no]: n 不再加载startup-config
Router#show startup-config 查看以前的密码
Router#copy startup-config running-config 将以前的配置加载到内存
1.5重设enable密码
步骤:Router#config t进入全局配置模式
Router(config)#enable password cisco 将密码重置
1.6保存配置
步骤:Router#copy running-config startup-config 将更改完密码的配置保存
Destination filename [startup-config]?
Building configuration...
[OK]
1.7更改配置寄存器的值为0x2102
步骤: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配置信息而进入初始配置对话模式中去。
2.PC机没有break键的方法
2.1中断设备启动Ctrl+C (5秒)
步骤:Self decompressing the p_w_picpath : 启动设备时按ctrl+C键
##########################
monitor: command "boot" aborted due to user interrupt
rommon 1 >【interrupt】
2.2进去ROMmon 模式开始使用命令配置如下
步骤: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
2.3更改配置寄存器的值为0x2142
步骤:rommon1 > confreg 0x2142
2.4重启设备
步骤:rommon1 > reset
2.5查看更改的寄存器的值对不对
步骤:rommon1 > show version
里面有一句话;Configuration register is 0x2142 如果有值就对了
2.6查看原来的配置并且保存
步骤:Router #show startup-config查看以前的配置
Router#config t进入全局配置模式
Router(config)#show configure memory保存以前的配置
2.7重设enable密码
步骤:Router(config)#no enable password 删除原有密码
Router(config)#enable password cisco配置新密码
2.8更改配置寄存器的值为0x2102并且保存
步骤:Router(config)#config-register 0x2102
Router(config)#exit
Router#write保存
分享题目:Cisco交换机密码重置步骤
URL分享:http://ybzwz.com/article/pcsodh.html