11-09-2011 06:04 AM - edited 03-10-2019 06:32 PM
Hi,
I am trying to configure no login authentication on console. Here are the configuration. But when I try to login thru console, it ask for password. I tried every password (secret & password) non is working. Please help.
aaa new-model
aaa authentication login CONSOLE none
aaa authentication enable default group tacacs+ enable line
aaa authorization exec default group tacacs+ local none
aaa session-id common
line con 0
exec-timeout 30 0
logging synchronous
login authentication CONSOLE
11-10-2011 12:37 AM
Hi,
Make one local username and password on the device.
OR
Under line console 0, configure password which will be used to authenticate if you connect via console only.
Regards,
Smitesh
11-10-2011 09:47 AM
If you do not want the console to prompt for a password then configure this
line con 0
no login
Give it a try and let us know how it works.
HTH
Rick
11-14-2011 08:27 AM
Muhammad,
Your configuration, as shown on your posting, should work as expected, ie no authentication should happen on the console. Can you post the output of "show run" (just the relevant lines, that is those starting with "aaa ... " and those following the console line.
Also, capture the debug of "debug aaa authen" and post the output.
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