Re: Enable access for VTY

From: secondie (secondie@gmail.com)
Date: Sun Jul 30 2006 - 22:59:03 ART


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
>>> !
>>>
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



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