cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
0
Helpful
1
Replies

config question re: line logins

averheaghe
Level 1
Level 1

Reviewing a config writen by a co-woker I found the following, am I right that it is not requiring a password when connecting via the console or telnet?

username Admin privilege 15 password xxx

aaa new-model

!

!

aaa authentication login default local

aaa authentication login console_line line none

aaa authentication login vty_line line none

line con 0

exec-timeout 5 0

password xxx

transport output none

line aux 0

no exec

line vty 0 4

exec-timeout 5 0

password xxx

transport input telnet

line vty 5 15

exec-timeout 5 0

password xxx

1 Reply 1

a.kiprawih
Level 7
Level 7

Hi,

No, you'll need to use your 'Admin' user ID to login. No password to go to enable mode (based on your config).

See below:

Router con0 is now available

Press RETURN to get started.

User Access Verification

Username: Admin <--- triggered by 'login default'

Password: <-- Admin pwd here...

Router>

Router>en <-- no password

Router#

FYI, the 1st aaa line will be used to authenticate all access.

Rgds,

AK