After saving a password if you want to reset the password then you should follow the instructions below:
- Click on the Switch. A popup window will be opened.
- Go to CLI tab in the popup window.
- Click in command box.
- Press “Enter”.
- To enable the switch give give following command:
enable
- Give Password.
- To enable configuration mode give following command:
configure terminal
- To reset the password give following command:
no enable password
- To save the configuration give following command:
do write memory
- To exit the configuration mode give following command:
exit
- To exit enable mode give following command:
exit
You are all done!