How to configure telnet on a Cisco router?
Advertisement
Configuring Telnet in a CISCO router is one of the few basic things you would do when you start working with it. And this also one of the very important tricks to know if you are taking one of the Cisco Certified Network examinations. In this article we will tell you the exact configuration for setting up telnet on a Cisco router.
Here is the configuration:
configure terminal
line vty 0 4
password <your_password_here>
login
That's all and if things go well, you will have successfully set up and configured telnet on your Cisco router.
Thanks Bootcamp Author
Advertisement