- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2015 02:10 AM
Thanks Kanwal
that works great!!
cheers :-)
