Set OR CHANGE Password OF CISCO SWITCH IN CISCO PACKET TRACER

Cisco switch by default have no password. To set a password or change previous password 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. To enable configuration mode give following command:
configure terminal
  1. To change or set a password give following command:
enable password <PASSWORD>

For Example:

enable password Manik
  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 *