Results 1 to 4 of 4

Thread: How to configure Cisco router with telnet?

  1. #1
    Join Date
    Nov 2009
    Posts
    1,416

    How to configure Cisco router with telnet?

    Hey, I got a problem regarding the setting of the CISCO router. I have recently purchased a CISCO router which is bearing model no. 2600 but the problem is that i don't know how to configure the router with the telnet. So i have raised the question here to get the proper solution of the same. I think this the right place to ask the same. So help me. Any help may be appreciated. Thank you

  2. #2
    Join Date
    Jan 2006
    Posts
    4,545

    Re: How to configure Cisco router with telnet?

    Hello, If i am not wrong then this the first step to when you wist to start working with it. This is also notify that you are using the CISCO certified network. So use the below given command to set up the telnet on you CISCO router. The Configuration will help you to set up the same. So go with it and check whether it is working or not
    Code:
    terminal Configuration
    line vty 0 4
    password <Enter password>
    login
    In The Absence Of Light
    Darkness Prevail's

  3. #3
    Join Date
    Jan 2006
    Posts
    7,109

    Re: How to configure Cisco router with telnet?

    This document uses the Router-2 configuration.
    In order to set up the router to allow Telnet access, issue the line vty command. This command allows for the configuration of Virtual Terminal (VTY) lines for remote console access. You can configure the router to accept one or more Telnet sessions. It is strongly suggested that you configure password checking with the login and password line configuration commands. This example configures the router to accept five sessions, with the password "letmein":

    Code:
    Router-2(config)#line vty 0 4
    Router-2(config-line)#login
    % Login disabled on line 66, until 'password' is set
    % Login disabled on line 67, until 'password' is set
    % Login disabled on line 68, until 'password' is set
    % Login disabled on line 69, until 'password' is set
    % Login disabled on line 70, until 'password' is set
    Router-2(config-line)#password letmein
    SOURCE: cisco.com
    "Me fail English!? That unpossible!"

  4. #4
    Join Date
    Jan 2006
    Posts
    6,878

    Re: How to configure Cisco router with telnet?

    Hey to configure the same use the folowing step.

    • First connect your CISCO
    • Write enable and then hit the Enter which go to enable mode.
    • Write 'config t' after that press enter key for the configure mode.
    • Write "line vty 0 4" after that enter key to go to the configuration mode.
    • Write "login" after that enter key to configure the router/switch which will enable the password prompt when user login
    • Enter the password you want
    • Write exit
    • Now your configured.

Similar Threads

  1. "Cisco connect" cannot find Cisco Linksys E1200 router
    By $Iain$ in forum Networking & Security
    Replies: 5
    Last Post: 25-03-2012, 07:41 PM
  2. Cisco 1921 router vs. Cisco 1941 router
    By gMALI in forum Networking & Security
    Replies: 6
    Last Post: 22-07-2011, 07:29 PM
  3. How to configure EIGRP on cisco 2600 router
    By Krupa in forum Networking & Security
    Replies: 3
    Last Post: 08-04-2009, 07:05 PM
  4. Unable to telnet Cisco 3560 Switches
    By spec_r in forum Networking & Security
    Replies: 3
    Last Post: 25-02-2009, 11:36 PM
  5. Problem of Cisco 7920 VoIP phone on Cisco 870 router
    By Wguy2008 in forum Networking & Security
    Replies: 4
    Last Post: 30-11-2008, 11:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,864,967.55566 seconds with 17 queries