RE: Re: Password recovery in CCIE LAB

From: Antonio Soares (amsoares@netcabo.pt)
Date: Tue May 22 2007 - 12:10:17 ART


Be carefull with this. If for example you don't have login/password
configured on the console, you will be locked out:

SW3#sh runn | b line
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 password cisco
 login
line vty 5 15
 password cisco
 login
!
end

SW3#

I think the best here is to maintain the original method. In the case above:

aaa authentication login CONSOLE none
aaa authentication login VTY line

SW3#sh runn | b line con
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 login authentication CONSOLE
line vty 0 4
 password cisco
 login authentication VTY
line vty 5 15
 password cisco
 login authentication VTY
!

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Serdar Kut
Sent: terga-feira, 22 de Maio de 2007 15:10
To: Mike O
Cc: wim.depauw@getronics.com; ccielab@groupstudy.com
Subject: Re: Re: Password recovery in CCIE LAB

maybe configuring

aaaa authentication login default line

is better due to any possibility saying that do not change the line
passwords and login method

Serdar

On 5/22/07, Mike O <mikeeo@email.msn.com> wrote:
>
> If configuring 802.1x
> Just do:
>
> aaa authencation login default none
> aaa dot1x etc...
> ----- Original Message -----
> From: <wim.depauw@getronics.com>
> To: <ccielab@groupstudy.com>
> Sent: Monday, May 21, 2007 3:27 PM
> Subject: Re: Re: Password recovery in CCIE LAB
>
>
> > Hi,
> >
> > When I configure the Tacacs I just apply it to 1 VTY port and do a
> > test
> >
> > If you're connected to vty 0 then configure line vty 0 with login
> > local and apply tacacs to the other ports.
> >
> > You could also just apply the login command and see what happens
> > when
> you
> > telnet from another router.
> >
> >
> > Rebooting is a waste of time :-)
> >
> > gr
> > wim2
> >
> > ____________________________________________________________________
> > ___ Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
>
> ______________________________________________________________________
> _ Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:21 ART