How To Set Password In Switch Cisco Packet Tracer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To set a password in Cisco Packet Tracer, follow these steps:
1. Log into the router using the console port.
2. Enter the configuration mode by typing “configure terminal”.
3. Type the command “enable secret {password}” where {password} is the desired password.
4. Exit the configuration mode by typing “exit”.
5. Enter the enable mode by typing “enable” and enter the given password.
6. Set the Telnet (or SSH) password with the command “line vty 0 4” and then “password {password}”, where {password} is again the desired password.
7. Finally, save the settings with the command “copy running–config startup–config”.