This article discusses the process to gain access to the switch when the Username Password is lost or forgotten on Dell Networking N Series Switch.
Overview
This is a process to regain access to a switch when all other means of recovering a username/password have been exhausted. You will need physical access to the switch console port in order to complete the process. You will need a PC with a serial port or a USB to serial adaptor and the serial to RJ45 cable that comes with the switch.
Because this password recovery option is available it is highly recommended that you have your network closet locked for administrator access only.
Steps to enter Switch without Password
Follow these steps to use the Boot Menu to enter the switch without a known password:
- Connect a PC to the switch console port physically using a software emulation tool serial connection (Putty is a widely used freeware version)
- Manually reboot your switch with a software reload or by pulling the power.
Be aware that if previous configuration changes were made and not saved to the start-config file, then this reboot would not have that unsaved configuration.
- While the switch is booting up keep an eye on the boot up screen.
- When you see the Dell Networking Boot Options, type "2" and press "Enter" to select within 3 seconds. If you miss this step the switch will need to be powered on again.
- Once in the Boot Menu type "12" at the Enter Choice# prompt.
- The switch will start the operating system without the normal prompt for username / password.
- Once the switch has completed booting you will need to create a new username / password and save the configuration.
How to create a new username / password
Command |
Parameter |
console# configure |
Enter configuration mode |
console(config)# username admin password Dell1234 privilege 15 |
Command to create a user named "admin" and password "Dell1234". This is just and example. You should use your own username and password for proper switch access security . |
console(config)# end |
Leave configuration mode. |
console# copy running-config startup-config |
Save the configuration for any possible restart of the switch. |
Be sure to document the Username and Password in a secure location to keep from repeating this process again.