ریکاوری کردن پسورد فراموش شده سوییچ 3850

ممکن است برای شما هم پیش آمده باشد که کلمه عبور سوییچ خود را فراموش کرده باشید!!! در این مطلب به آموزش ریکاوری کردن سوییچ های 3850 خواهیم پرداخت . با ما همراه باشید...
برای ریکاوری کردن کلمه عبور سوییچ 3850 مراحل زیر را دنبال کنید:
سوویچ رو روشن میکنیم و میزاریم تا برسه به مرحله ایی که این پیغام رو میده
Booting...Initializing RAM +++++++@@@@@@@@...++++++++++++++++++++++++++++++++
Base ethernet MAC Address: bc:c4:93:38:1c:00
دکمه Mode را فشار داده ونگه دارید تقریبا 10 ثانیه
دکمه Mode را رها کنید
دستورات زیر را در محیط خط فرمان وکنسول سوییچ وارد نمایید
Step1 Initialize the flash file system.
Switch: flash_init
Step2 Ignore the startup configuration with the following command:
Switch: SWITCH_IGNORE_STARTUP_CFG=1
Step3 Boot the switch with the packages.conf file from flash.
Switch: boot flash:packages.conf
Step4 Terminate the initial configuration dialog by answering No.
Would you like to enter the initial configuration dialog? [yes/no]: No
Step5 At the switch prompt, enter privileged EXEC mode.
Switch> enable
Switch
Step 6 Copy the startup configuration to running configuration.
Switch# copy startup-config running-config Destination filename [running-config]
Press Return in response to the confirmation prompts. The configuration file is now reloaded, and you can change the password.
Step7 Enter global configuration mode and change the enable password.
Switch# configure terminalSwitch(config)#
Step8 Write the running configuration to the startup configuration file.
Switch# copy running-config startup-config
Step9 Confirm that manual boot mode is enabled.
Switch# show boot
BOOT variable = flash:packages.conf;
Manual Boot = yes
Enable Break = yes
Step10 Reload the switch.
Switch# reload
Step11 Return the Bootloader parameters (previously changed in Steps 2 and 3) to their original values.
Switch: SWITCH_DISABLE_PASSWORD_RECOVERY=1
Switch: switch: SWITCH_IGNORE_STARTUP_CFG=0
Step12 Boot the switch with the packages.conf file from flash.
Switch: boot flash:packages.conf
Step13 After the switch boots up, disable manual boot on the switch.
Switch(config)# no boot manual