|
Posted by Peter on January 8, 2005, 1:38 pm
If you were Registered and logged in, you could reply and use other advanced thread options Hi Alex,
>> I've got a 837 previously set up with several users.
>> Whenever I opened a telnet, or ssh, session 837 asked me for a username.
>> I would bypass the username step and I want the 837 to ask me only vty
>> password.
>>
>> I wiped all usernames hoping it was all I had to do but 837 goes on
>> asking me an username again.
>>
>> What have I to do?
> Just
>
> conf t
> line vty 04
> login <=== HERE.
>
> sorry....
We would need to see the full config to be sure of what was going on,
but there a number of possible reasons for the login prompt.
1. Is there an external authentication system (Radius/Tacacs) being used?
2. The Login prompt is coming from <=== HERE (above), but unless you
have some means of providing user details you wont get past this point.
If you are NOT using Tacacs, Radius or any other name provision, then
remove the LOGIN line and use a PASSWORD xxxx line at that point instead.
Cheers...............pk.
|