
Reset Password on Extreme SummitX460
We need to reset password for several possible reasons, forgot to set the local user account (this happened to me while I was labbing to simulate the environment to test the commands on the switch before implementation) or the password has been expired. These steps work for Extreme SummitX460 on XOS 15.3.1.4. For older summit series, such as Alpine Series, you can try the steps from the following link.
- Connect switch to serial console;
- Cold boot your device (power of the device, wait a minute, power on the device);
- In the very beginning of the boot process press Space to enter bootrom menu;
- Follow this procedure to remove any configuration and passwords:
- These steps result the switch with default login (admin and empty password)
123BootRom > config noneConfiguration selected: noneBootRom > boot
For your information, I took this from help menu on bootrom:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
BootRom > h Boot and Load -------------- pboot boot oload load memory from hostport boot boot an image Misc -------------- loader Sets which BootLoader BootStrap will boot call call function devls list devices reboot Reboot system (hard reset) flash program flash memory show display information config select configuration Debugger -------------- cpu select cpuinfo c continue execution t trace (single step) to trace (step over) db delete break point(s) b set break point(s) g start execution (go) sym define symbol ls list symbols r display/set register l list (disassemble) memory bt stack backtrace Shell -------------- enable enable features h on-line help help on-line help ? on-line help sh command shell vers print version info eval evaluate and print result stty set tty options plvl Set the debug print level hi display command history about about PMON2000 Network -------------- ifaddr Configure Network Interface ping ping remote host Memory -------------- map show memory map m modify memory d display memory compare compare memory to memory copy copy memory to memory fill fill memory search search memory mt tests all available memory up to 2GB using 64 bit physical addresses Device -------------- Environment -------------- env display variable set display/set variable unset unset variable(s) eset edit variable Compact Flash -------------- cfopen open a file on the CF cfclose close a file on the CF cfread read dir list contents of CF directory cd change working CF directory pwd print working CF directory Download -------------- configip configure the bootloader ip address download download an image Cmdline -------------- CF -------------- |
You can see my log files when I perform the reset. You can download it from my dropbox link
Thank you and hope it helps.
Source: