03-17-2015 06:39 AM - edited 03-11-2019 10:38 PM
Can anyone help me with this config.
I want to setup a firewall with a aaa server but be able to fall back to LOCAL in the event the servers are not available.
I can get both working separately but cant get them to work in fall back senario
aaa-server AUTH protocol radius
aaa-server AUTH (inside) host 10.10.10.10
key KEY
aaa authentication ssh console AUTH
aaa authorization exec authentication-server
username admin password test
Solved! Go to Solution.
03-17-2015 09:27 AM
Hi Michael,
You need to define LOCAL keyword as the end so that when server is unavailable the fallback can happen.
aaa authentication ssh console AUTH LOCAL
Regards,
Kanwal
Note: Please mark answers if they are helpful.
03-17-2015 09:27 AM
Hi Michael,
You need to define LOCAL keyword as the end so that when server is unavailable the fallback can happen.
aaa authentication ssh console AUTH LOCAL
Regards,
Kanwal
Note: Please mark answers if they are helpful.
03-18-2015 02:10 AM
Thanks Kanwal
that works great!!
cheers :-)
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