How To Set Vty Password On Cisco Switch?
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 the VTY password on a Cisco switch, use the following set of commands:
1. Enter global configuration mode:
switch# configure terminal
2. Set the VTY password:
switch(config)# line vty 0 15
switch(config-line)# password <password>
3. Confirm the password:
switch(config-line)# login
4. Save the configuration:
switch# copy running-config startup-config