کد:
switch: flash_init
Initializing Flash...
flashfs[0]: 143 files, 4 directories
flashfs[0]: 0 orphaned files, 0 orphaned directories
flashfs[0]: Total bytes: 3612672
flashfs[0]: Bytes used: 2729472
flashfs[0]: Bytes available: 883200
flashfs[0]: flashfs fsck took 86 seconds
....done Initializing Flash.
Boot Sector Filesystem (bs installed, fsid: 3
Parameter Block Filesystem (pb installed, fsid: 4
switch:


7- بعد دستور load_helper رو اجرا کنید

کد:
switch: load_helper
switch:


بعد دستور dir flash: 

کد:
switch: dir flash:
Directory of flash:/
2 -rwx 1803357  c3500xl-c3h2s-mz.120-5.WC7.bin

!--- This is the current version of software.

4 -rwx 1131  config.text

!--- This is the configuration file.

5 -rwx 109 info
6 -rwx 389 env_vars
7 drwx 640 html
18 -rwx 109 info.ver
403968 bytes available (3208704 bytes used)
switch:
8 - در این مرحله باید نام فایل config.text رو که تنظیمات سوییچ رو نگهداری می کنه تغییر بدید 


کد:
switch: rename flash:config.text flash:config.old
switch:


9- در این مرحله دستور boot رو اجرا و سوییچ رو boot می کنید . در این حالت هیچ confing ی روی سوییچ وجود نداره و می تونید مجدد سوییچ رو تنظیم کنید.

10-اگر مایلید تنظیمات قبلی رو بازیابی کنید مراحل زیر رو دنبال کنید :

بعد از مشاهده پیغام زیر برای انجام تنظیمات جدید کلید n رو فشار بدید

کد:
--- 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



11- با دستو en وارد حالت enable شوید 

کد:
Switch>en
Switch#
12- فایل تنظیمات رو به اسم اول برگردونید 
کد:
Switch#rename flash:config.old flash:config.text
Destination filename [config.text] 

!--- Press Return or Enter.

Switch#
13-تنظیمات جاری رو به حالت اول برگردونید 

کد:
Switch#copy flash:config.text system:running-config
Destination filename [running-config]? 

!--- Press Return or Enter.

1131 bytes copied in 0.760 secs
Sw1#
14 - وارد حالت Configure terminal بشید و پسورد ها رو مجددا تنظیم کنید 

کد:
Sw1# conf t

!--- To overwrite existing secret password

Sw1(config)#enable secret رمز_جدید
!--- To overwrite existing enable password
Sw1(config)#enable password رمز_جدید
!--- To overwrite existing vty password
Sw1(config)#line vty 0 15
Sw1(config-line)#password رمز_جدید
Sw1(config-line)#login


!--- To overwrite existing console password

Sw1(config-line)#line con 0
Sw1(config-line)#password رمز_جدید
15 - تنظیمات رو ذخیره کنید :
کد:
Sw1#write memory
Building configuration...
[OK]
Sw1#