11-19-2019 11:35 PM - edited 02-21-2020 11:12 AM
Hi,
aaa authorization config-commands
aaa authorization exec default group tacacs+ local
aaa authorization commands 0 default group tacacs+ local
aaa authorization commands 10 default group tacacs+ local
aaa authorization commands 15 default group tacacs+ local
Am I missing any commands from the above. What if tacacs (ise failed ), All the commands will be authorized ? .
I want users will be able to login and enter commands in case tacacs failed ?
Thanks
Solved! Go to Solution.
11-20-2019 02:34 AM
Hi @elite2010 ,
Assuming you already have the aaa authentication commands in place, I have a small suggestion:
aaa authorization commands 10 default group tacacs+ local
Change it to:
aaa authorization commands 1 default group tacacs+ local
Once you configure (one or more) privilege level 15 user, locally on the switch, it will work fine in case of TACACS server going unresponsive.
11-20-2019 02:34 AM
Hi @elite2010 ,
Assuming you already have the aaa authentication commands in place, I have a small suggestion:
aaa authorization commands 10 default group tacacs+ local
Change it to:
aaa authorization commands 1 default group tacacs+ local
Once you configure (one or more) privilege level 15 user, locally on the switch, it will work fine in case of TACACS server going unresponsive.
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