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