How To Enable Telnet On Cisco Sg350 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.
1. Log into the Cisco SG350 switch using a console connection.
2. Enter the global configuration mode by typing “configure terminal”.
3. Enter the line configuration mode for the VTY lines by typing “line vty 0 15”.
4. Enable the Telnet protocol by typing “transport input telnet”.
5. Set the Telnet password by typing “password [password]”.
6. Configure the Telnet timeout value by typing “exec-timeout [seconds]”.
7. Exit the line configuration mode by typing “exit”.
8. Exit the global configuration mode by typing “end”.
9. Save the changes to the startup configuration by typing “copy run start”.