Reset PASSWORD OF CISCO SWITCH IN CISCO PACKET TRACER

After saving a password if you want to reset the password then you should follow the instructions below:

  1. Click on the Switch. A popup window will be opened.
  2. Go to CLI tab in the popup window.
  3. Click in command box.
  4. Press “Enter”.
  5. To enable the switch give give following command:
enable
  1. Give Password.
  1. To enable configuration mode give following command:
configure terminal
  1. To reset the password give following command:
no enable password
  1. To save the configuration give following command:
do write memory
  1. To exit the configuration mode give following command:
exit
  1. To exit enable mode give following command:
exit

You are all done!

Leave a Reply

Your email address will not be published. Required fields are marked *