cara mereset password router dan switch cisco

kita mulai dengan mensiapkan switch atau router cisconya ....
langkah 1 .
Sambungkan kabel console terminal PC dengn konfigurasi sbb:
9600 baud rate
No parity
8 data bits
1 stop bit
No flow control
langkah 2 .
Matikan power switch
Tekan mode button pada sisi kiri catalyst hingga port 1x tidak berkelip.Akan muncul tampilan seperti ini :
The system has been interrupted prior to initializing the flash file system.The following commands will initialize the flash file system, and finish loading
the operating system software:
flash_init
load_helper
boot
langkah 3 .
Lakukan secara berurutan :
Ketik flash_init
Ketik load_helper
Ketik dir flash:
Akan muncul tampilan :
Directory of flash:
2 -rwx 843947 Mar 01 1993 00:02:18 C2900XL-h-mz-112.8-SA
4 drwx 3776 Mar 01 1993 01:23:24 html
66 -rwx 130 Jan 01 1970 00:01:19 env_vars
68 -rwx 1296 Mar 01 1993 06:55:51 config.text
1728000 bytes total (456704 bytes free)
config.text adalah file configurasi sebelumnya yang tersimpan dalam flash dan akan diload oleh switch ketika startup.
langkah 4 .
Ketik rename flash:config.text flash:config.old untuk merubah nama file configurasi yang ada sekarang menjadi config.old
Ketik boot untuk mem-booting system
langkah 5 .
Switch kemudian akan memunculkan :
Continue with the configuration dialog? [yes/no] : N <—- isi dengan No
langkah 6 .
Pada switch prompt ketik en untuk masuk ke enable mode.
Ketik rename flash:config.old flash:config.text untuk merubah file konfigurasi dengan nama yang asli (yaitu config.text)
Copy file konfigurasi ke memory:
Switch# copy flash:config.text system:running-config
Source filename [config.text]? (press Return)
Destination filename [running-config]? (press Return)
langkah 7 .
myswitch#configure terminal
myswitch(config)#no enable secret
!– This langkah is necessary if the switch had an enable secret password
myswitch(config)#enable password Cisco
myswitch#(config)#^Z
!–Control/Z
Hapus semua password telnet .
langkah 8 .
Simpan dimemory konfigurasi yang ada
switch#write memory
terimakasih semoga bermanfaat.
Posting Komentar