Está en la página 1de 7

Catalyst 2900-XL and 3500-XL Password Recovery Procedure

Description Step-by-Step Procedure

Description
This document describes the password recovery procedure for the Cisco Catalyst 2900XL and the Cisco Catalyst 3500-XL.

Step-by-Step Procedure
1. Attach a terminal or PC with terminal emulation to the console port of the switch. Use the following terminal settings: 9600 baud rate No parity 8 data bits No stop bit 2. Unplug the power cable. 3. Hold down the mode button while reconnecting the power cord to the switch. You can release the mode button a second or two after the LED above port 1x is no longer illuminated. The following instructions appear:
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

4. Type flash_init. 5. Type load_helper. 6. Type dir flash:. The switch file system is displayed:
Directory of flash: 2 -rwx 843947 Mar 01 1993 00:02:18 C2900XL-h-mz112.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)

7. Type rename flash:config.text flash:config.old to rename the configuration file. This file contains the password definition. 8. Type boot to boot the system. 9. Enter N at the prompt to start the Setup program, Continue with the configuration dialog? [yes/no] : N 10. At the switch prompt type en to turn on enable mode. 11. Type rename flash:config.old flash:config.text to rename the configuration file with its original name. 12. Copy the configuration file into memory:
13. 14. 15. Switch# copy flash:config.text system:running-config Source filename [config.text]? (press Return) Destination filename [running-config]? (press Return)

The configuration file is now reloaded. 16. Change the password:


17. 18. 19. switch#configure terminal switch(config)#enable password Cisco switch#control/Z

20. Write the running configuration to the configuration file:


switch(config)#write memory

Password Recovery for the Catalyst 2900XL, 3500XL, 2950, and 3550 Series Switches Contents
Introduction Step-by-Step Procedure

Introduction
This document describes the password recovery procedure for the Cisco Catalyst 2900XL, 3500XL, 2950, and 3550 series switches.

Step-by-Step Procedure
1. Attach a terminal or PC with terminal emulation (for example, Hyper Terminal) to the console port of the switch. Use the following terminal settings: Bits per second (baud): 9600 Data bits: 8 Parity: None Stop bits: 1 Flow Control: Xon/Xoff 2. Unplug the power cable. 3. Hold down the mode button located on the left side of the front panel, while reconnecting the power cable to the switch. For 2900/3500XL and 3550 Series switches: release the mode button after the LED above Port 1x goes out. Note: LED position may vary slightly depending on the model. Catalyst 3524XL

For 2950 Series switches: release the mode button after the STAT LED goes out. Note: LED position may vary slightly depending on the model. Catalyst 2950-24

The following instructions appear:


The system has been interrupted prior to initializing the flash filesystem. The following commands will initialize the flash filesystem, and finish loading the operating system software: flash_init load_helper boot switch: !--- This output is from a 3500XL switch. Output from a 2900XL, 2950 or 3550 will vary slightly.

4. Issue the flash_init command.


5. switch: flash_init 6. Initializing Flash... 7. flashfs[0]: 143 files, 4 directories 8. flashfs[0]: 0 orphaned files, 0 orphaned directories 9. flashfs[0]: Total bytes: 3612672 10. flashfs[0]: Bytes used: 2729472 11. flashfs[0]: Bytes available: 883200 12. flashfs[0]: flashfs fsck took 86 seconds 13. ....done Initializing Flash. 14. Boot Sector Filesystem (bs:) installed, fsid: 3 15. Parameter Block Filesystem (pb:) installed, fsid: 4 16. switch: 17. 18. !--- This output is from a 2900XL switch. Output from a 3500XL, 3550 or 2950 will vary slightly. 19.

20. Issue the load_helper command.


21. switch: load_helper switch:

22. Issue the dir flash: command.


23. 24. !--- Make sure to type a colon ":" after the dir flash. 25.

The switch file system is displayed:


switch: dir flash: Directory of flash:/ 2 -rwx 1803357 <date> 5.WC7.bin

c3500xl-c3h2s-mz.120-

!--- This is the current version of software. 4 -rwx 1131 <date> config.text

!--- This is the configuration file. 5 -rwx 109 <date> info 6 -rwx 389 <date> env_vars 7 drwx 640 <date> html 18 -rwx 109 <date> info.ver 403968 bytes available (3208704 bytes used) switch: !--- This output is from a 3500XL switch. Output from a 2900XL, 2950 or 3550 will vary slightly.

26. Type rename flash:config.text flash:config.old to rename the configuration file.


27. switch: rename flash:config.text flash:config.old 28. switch: 29. 30. !--- The config.text file contains the password definition. 31.

32. Issue the boot command to boot the system.


33. switch: boot 34. Loading "flash:c3500xl-c3h2s-mz.1205.WC7.bin"...############################### 35. ############################################################### ################# 36. ############################################################### ####### 37. File "flash:c3500xl-c3h2s-mz.120-5.WC7.bin" uncompressed and installed, entry po 38. int: 0x3000 39. executing... 40. 41. !--- Output truncated. 42. !--- This output is from a 3500XL switch. Output from a 2900XL, 2950 or 3550 will vary slightly. 43.

44. Enter "n" at the prompt to start the Setup program.


45. 46. 47. 48. 49. --- System Configuration Dialog --At any point you may enter a question mark '?' for help. Use ctrl-c to abort configuration dialog at any prompt. Default settings are in square brackets '[]'. Continue with configuration dialog? [yes/no]: n

50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60.

!--- Type "n" for no. Press RETURN to get started. !--- press Return or Enter. Switch> !--- The Switch> prompt is displayed.

61. At the switch prompt type en to enter enable mode.


62. Switch>en 63. Switch#

64. Type rename flash:config.old flash:config.text to rename the configuration file with its original name.
65. 66. 67. 68. 69. 70. 72. 73. 74. 75. 76. 77. 78. Switch#rename flash:config.old flash:config.text Destination filename [config.text] !--- Press Return or Enter. Switch# Switch#copy flash:config.text system:running-config Destination filename [running-config]? !--- Press Return or Enter. 1131 bytes copied in 0.760 secs Switch#

71. Copy the configuration file into memory:

The configuration file is now reloaded. 79. Change the password:


80. Switch#configure terminal 81. Switch(config)#no enable secret 82. 83. !--- This step is necessary if the switch had an enable secret password. 84. 85. Switch(config)#enable password Cisco 86. Switch#(config)#^Z 87. 88. !--- Control/Z. 89.

90. Write the running configuration to the configuration file with the write memory command:
91. Switch#write memory 92. Building configuration... 93. [OK] Switch#

Recuperar el acceso al switch 1. Apagar el switch, Vuelva a encenderlo mientras presiona el boton MODE en la parte delantera del switch. Deje de presionar el boton MODE una vez que se apague el led de STAT 2. introducir los siguientes comandos: flash_init load_helper dir flash: 3. rename flash:config.text flash:config.old 4. reiniciar el sistema original: 4.1 despues de entrar al switch hacer: rename flash:config.old flash:config.text 4.2 sw#copy flash:config.text system:running-config 4.3 Cambiar los password

También podría gustarte