Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Unable to type in AS5300 telnet session

Reply
Thread Tools

Unable to type in AS5300 telnet session

 
 
Matt
Guest
Posts: n/a
 
      06-04-2004
Hi,
I have an as5300 which I can console into fine.

However.. if I try to telnet into it I get:

Password:

and I can't type or do anything.

If I dial into it it says:

Username: (I enter my username)
Password: (I enter my password)

It says %authentication failure
and disconnects.

Any ideas?
 
Reply With Quote
 
 
 
 
mh
Guest
Posts: n/a
 
      06-06-2004
Connect to the AS5300 via the console, display the config and look at
the "line config commands which are at the end of the config.

The box must have aaa authentication enabled using local username and
passwords or authenticating to a TACACS or RADIS server.

If local authentication is enabled then you will see something like
the following listed in your config:


line con 0

line vty 0 4
login local
 
Reply With Quote
 
 
 
 
Matt
Guest
Posts: n/a
 
      06-07-2004
This is what I'm seeing:

aaa authentication login SECURE group radius enable
aaa authentication login CONSOLE local
aaa authentication login AUX group radius enable
aaa authentication login VTY line
aaa authentication login vty line
aaa authentication ppp default if-needed group radius local
aaa authentication ppp enable group radius
aaa authentication ppp radius group radius
aaa authorization exec default group radius if-authenticated
aaa authorization network default group radius if-authenticated
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
aaa session-id common

---other stuff -- snip ---

!
line con 0
password 7 [removed]
login authentication CONSOLE
line 1 192
exec-timeout 0 0
no flush-at-activation
modem InOut
modem autoconfigure type mica2940
rotary 1
transport input all
autoselect during-login
autoselect ppp
line aux 0
line vty 0
exec-timeout 2 0
password 7 [removed]
login authentication VTY
transport input telnet
line vty 1 4
exec-timeout 2 0
password 7 0008060850565B08
login authentication VTY
transport input telnet
!
!
end


As far as I can tell this is the same config that is on our other access
servers and it works just fine there.
 
Reply With Quote
 
Troy Fiddler
Guest
Posts: n/a
 
      06-15-2004
When you dial into it, I think the Username/Password prompt is a
consequence of using the autoselect during-login command. Could it be
that the authentication method you expect to be used is not the one
actually used. Recheck the aaa authentication ppp commands?

Matt wrote:

> This is what I'm seeing:
>
> aaa authentication login SECURE group radius enable
> aaa authentication login CONSOLE local
> aaa authentication login AUX group radius enable
> aaa authentication login VTY line
> aaa authentication login vty line


If you just want to use the line password (without using any aaa
specific functionality) you could just replace login authentication with
a straight login under your line vty configuration commands.

To hazard a guess as to why this config will not accept a telnet
connection - it could be that you have two seprate line passwords
configured for vty (one for line vty 0, another for line vty 1 -4). aaa
might then be confused as to which line password to use. Other
suggestions: call your listname anything other than VTY (for example,
telnet1 or telnet2)

>
> aaa authentication ppp default if-needed group radius local
> aaa authentication ppp enable group radius
> aaa authentication ppp radius group radius
> aaa authorization exec default group radius if-authenticated
> aaa authorization network default group radius if-authenticated
> aaa accounting exec default start-stop group radius
> aaa accounting network default start-stop group radius
> aaa session-id common
>
> ---other stuff -- snip ---
>
> !
> line con 0
> password 7 [removed]
> login authentication CONSOLE
> line 1 192
> exec-timeout 0 0
> no flush-at-activation
> modem InOut
> modem autoconfigure type mica2940
> rotary 1
> transport input all
> autoselect during-login
> autoselect ppp
> line aux 0
> line vty 0
> exec-timeout 2 0
> password 7 [removed]
> login authentication VTY
> transport input telnet
> line vty 1 4
> exec-timeout 2 0
> password 7 0008060850565B08
> login authentication VTY
> transport input telnet
> !
> !
> end
>
>
> As far as I can tell this is the same config that is on our other
> access servers and it works just fine there.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Telnet - attempting to initiate a telnet session within an established telnet session Carcarius Ruby 0 12-06-2007 03:26 AM
Unable to telnet to Catalyst switches on different subnets ttripp@magnoliamanor.com Cisco 16 01-17-2006 05:21 PM
Need to talk to a telnet server and send a telnet break Jim Isaacson C Programming 5 11-05-2004 09:17 PM
Session-Timeouts and Idle-Timeouts on AS5300 and AS5800 Matt Cisco 1 02-17-2004 06:59 PM
How can I telnet when I dont have specific access to a telnet client Jack B. Pollack Computer Support 4 07-24-2003 08:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57