Hi All,
I would like to know ASA can configure aaa-server group for backup if aaa-server primary down ?
as configuration below. If Radius-1 group fail can i configure automatic to switchover to Raidius-2 group.?
aaa-server Radius-1 protocol radius
aaa-server Radius-1 (inside) host 10.10.10.1
key xxx
aaa-server Radius-1 (inside) host 10.10.10.2
key xxx
aaa-server Radius-2 protocol radius
aaa-server Radius-2 (inside) host 20.20.20.1
key xxx
aaa-server Radius-2 (inside) host 20.20.20.2
key xxx
aaa authentication http console Radius-1 LOCAL
aaa authentication enable console Radius-1 LOCAL
aaa authentication serial console Radius-1 LOCAL
aaa authentication ssh console Radius-1 LOCAL
Thank you .
Solved! Go to Solution.
I search and check both command reference and ASDM, both point to same
YOU CAN USE ONLY ONE GROUP for each auth/authz/account and additional you can select Local as fallback and this recommend.
So sorry even if you have multi group only one support with aaa auth http .........etc.