Home > Tutorial macam - macam > Cara Reset Password Cisco Catalyst

Cara Reset Password Cisco Catalyst

Cisco  catalyst… yipie…

Didalam proses reset me reset password alangkah baiknya kita memperhatikan dlu hal – hal atau isi apa aja yang udah ada di konfigurasi di cisco catalyst tersebut. Seandainya  ini sekedar coba – coba reset switch, yang perlu kita lakukan adalah memback-up konfigurasi – konfigurasi yang sudah ada dengan TFTP server. Mengapa harus di back – up ?? karena proses reset ini akan menghapus semua isi konfigurasi yang ada di cisco catalyst tersebut.

Adapun langkah – langkahnya adalah sbb :

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

referensi dari sini

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.