How To Enable Console Password In Cisco?
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 enable console password on a Cisco device, you must use the enable secret command. The syntax for this command is as follows:
enable secret [password]
The [password] field should be replaced with the desired password. For example, if you wanted to set the console password to “password123”, you would enter:
enable secret password123
To enable console password in Cisco, use the following command:
‘Router(config)#line con 0
Router(config–line)#password <Your_Password>
Router(config–line)#login’