02-01-2011 07:46 AM - edited 03-10-2019 05:46 PM
Hello all.. Im trying to set up my cisco switch not to use the local account if the tacacs server is up. Here is what I have so far..thanks
aaa new-model
aaa authentication login default group tacacs+ local
aaa authorization config-commands
aaa authorization exec default group tacacs+ if-authenticated
aaa authorization commands 15 default group tacacs+ local
aaa accounting send stop-record authentication failure
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
Solved! Go to Solution.
02-01-2011 09:57 AM
The current configuration you have will work in your favor.
aaa authentication login default group tacacs+ local
This command says user will be able to login via local username //password only if tacacs server goes down.
Conclusion : local user will not be able to authenticate in tacacs server presence.
HTH
Regds, Jatin
Do rate helpful posts~
02-01-2011 09:57 AM
The current configuration you have will work in your favor.
aaa authentication login default group tacacs+ local
This command says user will be able to login via local username //password only if tacacs server goes down.
Conclusion : local user will not be able to authenticate in tacacs server presence.
HTH
Regds, Jatin
Do rate helpful posts~
02-01-2011 10:04 AM
Thanks for your help!
02-01-2011 10:12 AM
I would really appreciate if you mark this thread resolved so that other can take help out of it.
05-07-2012 08:27 PM
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