cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
992
Views
0
Helpful
2
Replies

AAA default password?

privilege1986
Level 1
Level 1

Hi All,

 

I setup a Cisco router and i left the passwords for the last bit, however I did setup the AAA and the console port, causing that now the con0 is asking me for a password i don't know...

 

See bits of the config below:

 

!
aaa new-model
!
!
aaa authentication login default local
aaa authentication enable default none
aaa authorization exec default if-authenticated
aaa authorization commands 15 default local none
!
!
!

line con 0
 exec-timeout 60 0
 privilege level 15
 logging synchronous
 stopbits 1
line aux 0
 stopbits 1

 

 

Anyone that could shed some light on this?

 

THanks!

1 Accepted Solution

Accepted Solutions

Hello @privilege1986

Try this:

 

aaa new-model

!

!

aaa authentication login default none

aaa authentication login VTY enable

!

!

line con 0

privilege level 15

line vty 0 4

privilege level 15

login authentication VTY

 

 

-If I helped you somehow, please, rate it as useful.-

View solution in original post

2 Replies 2

Hello @privilege1986

Try this:

 

aaa new-model

!

!

aaa authentication login default none

aaa authentication login VTY enable

!

!

line con 0

privilege level 15

line vty 0 4

privilege level 15

login authentication VTY

 

 

-If I helped you somehow, please, rate it as useful.-

Yes, that worked after i cleared the router. As i couldnt log in. Thanks!