cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
765
Views
0
Helpful
1
Replies

PIX - AAA Authentication

chewshk
Level 1
Level 1

Hi,

If I use aaa for authentication, is there a fallback to the pix firewall's database if the aaa server is down, just like the IOS commands:

aaa authen default group-radius local none

Will it mean that if the aaa is down, we will not be authenticated and we cannot access the PIX remotely?

Thanks

1 Reply 1

amolrajgure
Level 1
Level 1

Please try this out:

aaa authentication enable console TACACS+ LOCAL

aaa authentication http console TACACS+ LOCAL

aaa authentication telnet console TACACS+ LOCAL

OR

aaa authentication enable console radius LOCAL

aaa authentication http console radius LOCAL

aaa authentication telnet console radius LOCAL

Regards

amol