Skip to content Skip to sidebar Skip to footer

Reset Password pada Cisco Router

Bukan sekedar Tutorial Omong Kosong, ini sudah saya praktekan secara real. pada Cisco Router 2801 dan Switch 2960.
Reset Password pada Cisco Router
+——————————————————————–+
|                              WARNING                               |
|                              ——-                               |
| This system is solely for the use of authorized users for official |
| purposes.  You have no expectation of privacy in its use and to    |
| ensure that the system is functioning properly, individuals using  |
| this computer system are subject to having all of their activities |
| monitored and recorded by system personnel. Use of this system     |
| evidences an express consent to such monitoring and agreement that |
| if such monitoring reveals evidence of possible abuse or criminal  |
| activity, system personnel may provide the results of such         |
| monitoring to appropriate officials.                               |
+——————————————————————–+
User Access Verification
Username:
Apa ? admin lupa password ? tenang, bisa di reset. caranya ? , sebagai berikut :
Reset Password pada Router :
Restart Router anda langsung dari power, hubungkan dengan cable console, direct ke laptop.
ketika proses uncompress image berjalan tekan tombol Ctrl + Break, klo di packet tracer dengan Ctrl + C.
Self decompressing the image :
###########################
monitor: command “boot” aborted due to user interrupt
rommon 1 > confreg 0x2142 –> Configuration yang berjalan diatas RAM, bukan di NVRAM
rommon 2 > reset –> Router akan reload
akan muncul tampilan seperti router dalam keadaan virgin.
— System Configuration Dialog —
Continue with configuration dialog? [yes/no]: no
CATATAN : ini merupakan mode router yang berjalan di atas RAM tanpa melakukan load Startup config
Router>en
Router#copy startup-config running-config –> Copy Running Configurasi anda yang sudah di backup sebelumnya, WARNING : dikarenakan router kembali virgin makan lakukan copy startup config pada running config, jika anda belum melakukan ini, makan konfigurasi router sebelumnya akan menjadi kenangan.
R-0#config t
R-0(config)#enable secret class –> ubah password enable
R-0(config)#line con 0
R-0(config-line)#no login local –> hilangkan password login local pada line console
R-0(config-line)#exit
R-0(config)#do sh ip int brie –> Sesuaikan dengan interface anda, aktifkan Int yang anda butuhkan, yang nantinya akan di copy ke Startup config
Interface              IP-Address      OK? Method Status                Protocol
FastEthernet0/0        192.168.1.254   YES manual administratively down down
FastEthernet0/1        unassigned      YES unset  administratively down down
Vlan1                  unassigned      YES unset  administratively down down
R-0(config)#do copy run start –> Copy Runstart
Destination filename [startup-config]?
Building configuration…
[OK]
R-0(config)#config-register 0x2102 –> intruksi ke router untuk melakukan booting dengan load startup configurasi
R-0(config)#exit
R-0#wr — > Simpan konfigurasi
Building configuration…
[OK]
R-0#
R-0#reload –> Reload router anda kembali, dan selai
Reset Password pada Switch
reload Cisco Switch anda dan tekan tombol mode ketika melakukan uncompress image.
switch: flash_init –> reload file flash
switch: dir flash: –> melihat direktory flash, tempat file startup disimpan
Directory of flash:/
2  -rwx  2484      <date>               config.text.renamed
3  -rwx  676       <date>               vlan.dat.renamed
4  -rwx  1914      <date>               private-config.text.renamed
5  -rwx  5         <date>               config.text
6  -rwx  7075072   <date>               c2960-lanbasek9-mz.122-44.SE6.bin
7  -rwx  1920      <date>               private-config.text
8  -rwx  3096      <date>               multiple-fs
9  -rwx  796       <date>               vlan.dat
switch: rename flash:config.text flash:config.old –> rename nama config.text ke config.old agar switch tidak membaca konfigurasi config pada saat startup.
switch: boot –> Booting kembali switch anda
Masuk ke switch
Switch>en
Switch#rename flash:config.old flash:config.text –> rename kembali config startup anda untuk mendapatkan konfigurasi, WARNING, JANGAN COPY RUNSTART SEBELUM ANDA MELAKUKAN RENAME atau KONFIGURASI VLAN DLL AKAN MENJADI KENANGAN.
Switch#copy flash:config.text system:running-config –> Copy flash ke running config
Switch(config)#enable secret class –> Reset password
Switch#wr –> Simpan startup konfigurasi

Post a Comment for "Reset Password pada Cisco Router"