12-28-2018 12:52 PM
When configuring tacacs for a 2900 router what is the command that needs to be set to make sure console access uses tacacs first and if it cant reach tacacs server it will use local auth?
12-28-2018 02:09 PM
here is example modify as per your requirement.
aaa authentication login bb-network group tacacs+ local
ine vty 0 15
login authentication bb-network
line console 0
login authentication bb-network
02-05-2019 05:39 AM
02-05-2019 06:28 AM
have you tried
login authentication default
and test and advise
02-05-2019 08:24 AM
02-05-2019 08:50 AM
i had same issue some time back, the command was fixed. i could not get chance to investigate further.
Hope this is helpful, if this resolve make it as resolve for other community users can refer if this solution works.
02-09-2019 11:07 AM - edited 02-09-2019 11:10 AM
The original poster asks why the named method did not work. We have only partial information and there might be something that we do not know which would change the answer. But based on the information given here is my explanation. I am assuming that in the commands given that we are in ling config mode for line con 0
login authentication TACACS_SERVERS
this would be pointing to a named access method TACACS_SERVERS
But TACACS_SERVERS is a server group and not a named access method.
We are given this in the partial config
aaa authentication login CONSOLE group TACACS_SERVERS local
so we have a named access method called CONSOLE which suggests that it was intended to specify the authentication on the console. So if the command at the very beginning had been (assuming that we are in line config mode for line con 0)
login authentication CONSOLE
then I believe that it would have worked.
HTH
Rick
[edit] the suggestion from BB to use login authentication default works because the configured default authentication method has the same parameters as the CONSOLE method
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