User Tools

Site Tools


networking:cisco:passwd_recovery

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
networking:cisco:passwd_recovery [2016/02/19 07:20] – external edit 127.0.0.1networking:cisco:passwd_recovery [2018/01/27 11:25] (current) rplecko
Line 1: Line 1:
-===Cisco IOS Password recovery for 2900XL, 3500XL, 2940, 2950, 2960, 2970, 3550, 3560, and 3750 series switches===+=== Cisco IOS Password recovery for 2900XL, 3500XL, 2940, 2950, 2960, 2970, 3550, 3560, and 3750 series switches ===
  
-{{downloads:pswdrec_2900xl.pdf|Password recovery PDF}}+{{:downloads:pswdrec_2900xl.pdf|Password recovery PDF}}
  
 Power the switch and bring it to switch: prompt Power the switch and bring it to switch: prompt
  
-switch: flash_init +switch: flash_init \\ 
-switch: load_helper +switch: load_helper \\ 
-switch: dir flash: +switch: dir flash: \\ 
-switch: rename flash:config.text flash:config.old +switch: rename flash:config.text flash:config.old \\ 
-switch: boot+switch: boot \\
  
-After booting the switch 
-enable 
-rename flash:config.old flash:config.text 
  
-Sw1# conf t +After booting the switch enable rename flash:config.old flash:config.text
-!−−− To overwrite existing secret password +
-Sw1(config)# enable secret +
  
-<new_secret_password> +Sw1# conf t !−−− To overwrite existing secret password Sw1(config)# enable secret 
-!−−− To overwrite existing enable password+ 
 +<new_secret_password> !−−− To overwrite existing enable password
  
 Sw1(config)# enable password <new_enable_password> Sw1(config)# enable password <new_enable_password>
  
-!−−− To overwrite existing vty password +!−−− To overwrite existing vty password Sw1(config)# line vty 0 15 Sw1(config−line)# password <new_vty_password> Sw1(config−line)# login !−−− To overwrite existing console password Sw1(config−line)# line con 0 Sw1(config−line)# password <new_console_password>
-Sw1(config)# +
-line vty 0 15 +
-Sw1(config−line)# +
-password <new_vty_password> +
-Sw1(config−line)# login +
-!−−− To overwrite existing console password +
-Sw1(config−line)# line con 0 +
-Sw1(config−line)# password <new_console_password>+
  
-Write the running configuration to the configuration file with the  write memory command.+Write the running configuration to the configuration file with the write memory command.
  
-Sw1# +Sw1# write memory Building configuration… [OK] Sw1
-write memory +
-Building configuration... +
-[OK] +
-Sw1+
  
networking/cisco/passwd_recovery.1455866424.txt.gz · Last modified: 2016/02/19 07:20 by 127.0.0.1