10-30-2017 07:52 PM - edited 02-21-2020 10:37 AM
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!
Solved! Go to Solution.
10-31-2017 02:00 AM
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.-
10-31-2017 02:00 AM
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.-
11-07-2017 03:27 PM
Yes, that worked after i cleared the router. As i couldnt log in. Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide