Skip to main content

Reset Password CISCO Catalyst 2950 Series

Sebelumnya lagi mencoba setting Cisco catalyst 2950, pas keesokan harinya mau config gak tahunya lupa ma password. Dari pada pusing mending reset aja ah… berhubung cisco nya gak dipakai.


Langkah – langkah :
1. Matikan perangkat cisco catalyst dengan mencabut kabel powernya lalu sambungkan kembali, jika sudah menyala segera tekan dan tahan tombol mode di sebelah kiri bawah hingga lampu LED syst menyala kekuning-kuningan.(blink). Kalau berhasil nanti terlihat tulisan pada hyperterminal :
2. Masukkan perintah : load_helper
Digunakan untuk menambah perintah-perintah yang dihiden.
3. Masukkan perintah : flash_init
Digunakan untuk inisialisasi flash system image yang ada di switch.
4. Ketik dir untuk melihat isi direktori.
 \
5. Untuk melihat isi didalam direktori dapat memasukkan perintah dir flash: (diikuti tanda semicolon ” : ” )
Hasilnya dapat dilihat dibawah ini :
Directory of flash:/
2    -rwx  2490607                  c2950-i6q4l2-mz.121-9.EA1.bin
3    -rwx  269                      env_vars
4    -rwx  1378                     config.text
5    -rwx  108                      info
6    -rwx  736                      vlan.dat
7    drwx  640                      html
18   -rwx  108                      info.ver
3575296 bytes available (4166144 bytes used)
6. Ubah nama file config.text menjadi config.text.lama dengan perintah switch: rename flash:config.text  flash:config.text.lama ( formatnya : rename old file (spasi) new file )
7. Setelah itu kita cek dengan perintah dir flash:  lihat nama filenya sudah berubah.
8. Setelah itu lakukan perintah boot
9. Apabila muncul pertanyaan : Would you like to enter the initial configuration dialog? [yes/no]: no
Press RETURN to get started!
Switch>en
Switch#
ketik “no” untuk membaypass initial configuration mode.the next step as follows:
Code:
Switch>en
Switch#dir
Directory of flash:/

    2  -rwx     2664051   Mar 01 1993 00:03:22  c2950-i6q4l2-mz.121-11.EA1.bin
    3  -rwx         269   Jan 01 1970 00:01:24  env_vars
    4  -rwx        2296   Mar 28 1993 22:10:35  vlan.dat
    5  -rwx        3441   Mar 08 1993 22:54:27  config.text.old
    6  -rwx           5   Mar 08 1993 22:54:27  private-config.text
    7  drwx         704   Mar 01 1993 00:03:59  html
   19  -rwx         109   Mar 01 1993 00:04:01  info
   20  -rwx         109   Mar 01 1993 00:04:01  info.ver

7741440 bytes total (3774976 bytes free)
Switch#rename flash:config.text.old flash:config.text
Destination filename [config.text]?
Maksud langkah diatas adalah untuk merubah kembali file “config.text.old” menjadi “config.text”
Suhu : Loh KK kok waktu pertama kali di restart switch gak buat file config.text yg baru?
Nubi* : Engga, karena switch akan membuat file tersebut pada saat kita meng execute “write”
Harus dilakukan nih penting!!! kalau engga file configurasi lama akan hilang!!!
Code:
Switch# copy flash: config.text system: running-config
Source filename [config.text]?
Destination filename [running-config]?
maksud tujuan diatas adalah agar meload configurasi lama kita ke running-config.
next last step is, kita ubah deh enable secretnya 
Code:
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#enable secret crootzabiez
Switch(config)#exit
00:05:18: %SYS-5-CONFIG_I: Configured from console by consol
Switch#write
Building configuration...
[OK]
VOILA ……. you’ve changed the password
source:
http://www-tss.cisco.com/eservice/compass/common/activities/password_cat_2950.htm
http://forum.meremmelek.net/showthread.php?5828-Tutorial-Cisco-Network-Device

Comments

Popular posts from this blog

CLI Populer di OLT GPON ZTE

  ## cek onu belum terdaftar ZTE C300 # show gpon onu uncfg interface gpon-olt_1/9/1 onu 1 type ZTE-F609 sn ZTEGC86CCB88 exit ## Config interface onu yang baru interface gpon-onu_1/9/1:1   name NAME   description DESCRIPTION   sn-bind enable sn   tcont 1 name HSI profile 100M   tcont 2 name HOT profile 100M   gemport 1 name HSI unicast tcont 1 dir both   gemport 1 traffic-limit upstream UP100M downstream DW100M   gemport 2 name HOT unicast tcont 2 dir both   gemport 2 traffic-limit upstream UP100M downstream DW100M   switchport mode hybrid vport 1   switchport mode hybrid vport 2   service-port 1 vport 1 user-vlan 1200 vlan 1200   pppoe-plus enable sport 1   pppoe-plus trust true replace sport 1 exit ## config onu pon-onu-mng gpon-onu_1/9/1:1   service HSI type internet gemport 1 cos 0 vlan 1200   wan-ip 1 mode pppoe username PPPoE_USERNAME password PPPoeE_PASSWORD vlan-profile PPPoE host 1   secur...

OLT ZTE C300/320 di ONT Mode Port: Vlan_Translate, QinQ, Trunk & Access

  Contoh Config  1. Vlan Translate QinQ To Access: OLT-ZTE-C320#show run interface gpon-onu_1/4/1:21 Building configuration... ! interface gpon-onu_1/4/1:21   name RSO0766   description Customer_Vlan-Translate   tcont 6 name Internet_Vlan-Translate profile UP-100M   gemport 6 name Internet_Vlan-Translate unicast tcont 6 dir both   switchport mode hybrid vport 6   service-port 6 vport 6 user-vlan 1490 vlan 1490 svlan 1479  ! end OLT-ZTE-C320#show onu running config gpon-onu_1/4/1:21 pon-onu-mng gpon-onu_1/4/1:21   service Internet_Vlan-Translate gemport 6 vlan 1490   vlan port eth_0/4 mode tag vlan 1490   dhcp-ip ethuni eth_0/4 from-internet ! 2. Vlan QinQ Access: OLT-ZTE-C320#show run interface gpon-onu_1/2/5:22 Building configuration... ! interface gpon-onu_1/2/5:22   name Internet-QinQ-Access   description QinQ-Access   tcont 1 name Acsata profile UP-200M   tcont 1 gap mode2   gemport 1...

How to login Huawei Rectifier TP series (smu02B)?

  Dear All, In b/m steps how to login HCR to adjust its setting 1-login SMU of HCR with username admin & password 000001 2-get IP of HCR 3-Adjust your laptop IP in the subnetmask of HCR   (IP of HCR +1) 4-Open web browser prefereed IE and in address write IP of HCR (Note u should use http not https) 5-Enter username admin & Password changeme 6-Now u can adjust all rectifer setting B/M photos for clearafication