02-21-2022 02:05 AM - edited 02-21-2022 07:53 PM
I need to configure AAA and TACACS on the cisco router to allow login routers through TACACS. below are the commands I used to configure it.
aaa new model aaa authentication login default group tacacs+ local aaa authorization exec default group tacacs+ if-authenticated tacacs server host {{tacacs_host}} tacacs server key {{tacacs_key}}
Configuration worked well and I was able to log in to the router using TACACS credentials. The problem is after applying this configuration I've lost privileges from the local account that I used for configurations. How can I avoid this? How can I keep the privileges of my local account when applying this configurations?
Solved! Go to Solution.
02-21-2022 02:43 AM
If the device has "AAA Authentication login default group tacacs+ local" in the configuration, it's first preference is TACACS.If the TACACS is reachable.
You can't access device through local privileges after applying aaa configuration until unless aaa server goes down. It is an expected default behavior.
02-21-2022 02:43 AM
If the device has "AAA Authentication login default group tacacs+ local" in the configuration, it's first preference is TACACS.If the TACACS is reachable.
You can't access device through local privileges after applying aaa configuration until unless aaa server goes down. It is an expected default behavior.
02-21-2022 06:38 AM
Moving this post under Security .
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