08-06-2002 07:36 AM - edited 03-02-2019 12:28 AM
Any ideas on why I would be receiving the following error when I attempt to remotely login (telnet) into a 1720 Access router; Password required, but none set - it then immediately brings me back to a command prompt.
I found a Cisco article that discusses this topic and it recommended doing a password recovery - which I have done but am still getting the same error.
Any insight anyone could provide is appreciated!
Rob
08-06-2002 09:44 AM
There are two related commands in the configuration. They are "password" and "login". The command "login" tells the router that it is required to ask for a password when access is attempted. The command "password" tells the router what the password is. If you have the command "login" but no password, the router will have nothing to match, and therefore will not allow access. Look in your configuration under the vty lines. I'm sure you will see "login" but no password.
To correct:
config t
line vty 0 4
password XXXXX
end
copy run start
08-06-2002 09:48 AM
Very cool - thanks for the helpful insight. I'll give it a try and post my results.
08-09-2002 02:41 PM
your line config should like like this
line vty 0 4
password telnetpassword
login
You get there from
enable
conf t
line vty 0 4
11-04-2002 06:30 AM
Hi,
this ocours because maybe you don´t have the telnet (line vty 0 4) password defined.
Regards
ASobreiro
11-13-2002 12:03 PM
the reason the you are getting this message is that you have to have passwords set on the vty lines or you wont be able to telent in.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide