第五章实验:恢复口令

主要是配置寄存器的用途和使用方法
使用packettracer 5.0 进行的实验

第五章实验:恢复口令 - leaf - ------坚持雅操------

 0、设置密码,以便清除

enable
configure terminal
enable password weo234f
end
copy running-config startup-config
show running-config

第五章实验:恢复口令 - leaf - ------坚持雅操------

 show version

第五章实验:恢复口令 - leaf - ------坚持雅操------

 reload

1、进ROM监控模式,并进行设置

reload进行时 按 CTRL+break 进入   break键为F12右边的右边的右边的键

第五章实验:恢复口令 - leaf - ------坚持雅操------

confreg 0x2142

 reset

第五章实验:恢复口令 - leaf - ------坚持雅操------

 系统自动重启,进系统后可看到 寄存器值为0X2142
en
show version

第五章实验:恢复口令 - leaf - ------坚持雅操------

 
2、进行清除密码,重设寄存器值等操作

copy startup-config running-config
configure terminal
enable password 123456
config-register 0x2102
end
copy running-config startup-config
sh version

第五章实验:恢复口令 - leaf - ------坚持雅操------

 

reload