본문 바로가기
Network

CISCO 라우터 Enable Password 복구

by 레이루이 2008. 5. 6.
반응형
1. Console 붙인 후, 전원을 껐다 켠다.
System Bootstrap, Version 5.3.2(9) [vatran9], RELEASE SOFTWARE (fc1)
Copyright(c) 1994 by cisco Systems, Inc.
C1000 processor with 8192 Kbytes of main memory
2. Rommon 상태로 들어간다.
하이퍼터미널의 경우 :  Control + Break Key 6회 이상
넷텀의 경우  : Edit 메뉴의 Send Short/Long Break
User break detected at location 0xcfa5c
monitor: command "boot" aborted due to user interrupt
  • Cisco 1005/1600
    rommon 1 > confreg 0x42
    You must reset or power cycle for newconfig to take effect
    rommon 2 > reset
  • Cisco 2500 이상
    >o/r  0x42
    > I
3. 초기 config 모드를 n(No) 한다. (만약 y 했다면 ^C로 취소한다.)
Would you like to enter the initial configuration dialog? [yes/no]:n
Press RETURN to get started!
4. 예전 Config 복구 및 저장한다.
Router# copy startup-config  running-config
Destination filename [running-config]?
505 bytes copied in 2.536 secs (252 bytes/sec)
Router# wr
5. Passwd  변경과 register 값을 원래대로 복구한다.
Router# config t
Router(config)# enable secret router
Router(config)# config-register 0x2102
Router(config)# exit
Router# wr
Router# reload
Proceed with reload? [confirm]
6. Passwd 가 복구되었는지 확인한다.Router> en
Password :
Router#
7. 정상적으로 register 값이 복구되었는지 확인한다.
Router# sh ver
Configuration register is 0x2102
반응형