RE: Enable access for VTY

From: Rick Fox (rick.fox@tcsna.com)
Date: Sun Jul 30 2006 - 23:07:03 ART


That's it.

Line vty 0 4
authorization exec VTY

Thanks,
Rick

-----Original Message-----
From: secondie [mailto:secondie@gmail.com]
Sent: Sunday, July 30, 2006 9:59 PM
To: Rick Fox
Cc: Cisco certification
Subject: Re: Enable access for VTY

Only way I can think of is as below:

aaa new-model
aaa authentication login CONSOLE enable
aaa authentication login VTY local
aaa authorization exec VTY local
enable password enable
!
username cisco privilege 15 password 0 cisco

line con 0
login authen CONSOLE

line vty 0 4
 password a
 authorization exec VTY
 login authentication VTY

*****************
CONSOLE LOGIN:
*****************
R20 con0 is now available

Press RETURN to get started.

R20>en
Password: enable (typed in for clarity)
R20#

*************
VTY LOGIN:
*************
User Access Verification

Username: cisco
Password: cisco (typed in for clarity)

R20#
R20#

HTH
-secondie

Rick Fox wrote:
> So, is there a way to configure access so that when telneting to a
> router, local authentication is used, and you are immediately in
enable
> mode?
>
> The config provided from previous thread still requires additional
login
> to enable mode.
>
>
>
>>> aaa new-model
>>> aaa authentication login CONSOLE enable
>>> aaa authentication login VTY local
>>> !
>>> line console 0
>>> login authentication CONSOLE
>>> !
>>> line vty 0 4
>>> login authentication VTY
>>> !
>>>
>
>



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART