10-16-2013 06:46 AM - edited 03-11-2019 07:52 PM
I would like to know if it is possible to configure LOCAL database as the primary login method when the user account is not available in the database it could try authenticating with the Tacacs? if so what is command.
This is required on PIX 6.3
Solved! Go to Solution.
10-16-2013 07:27 PM
If the user is not found, authentication simply fails and doesn't fall back to the next method... fallback is for when the authentication method does not receive a reply from the server (usually for RADIUS/TACACS not responding then try LOCAL; not the other way around)
Patrick
10-16-2013 09:33 PM
Hello,
Just do add.
Here is the example:
pixfirewall(config)# aaa authentication ssh console LOCAL ?
configure mode commands/options:
When using the local database as the first option, no other option available
But when using any other database
pixfirewall(config)# aaa authentication ssh console RADIUS ?
configure mode commands/options:
LOCAL If all servers in the server group have been deactivated,
authentication will be done against the local database
So I think that answers your question right?
Regards
Jcarvaja
follow me on http://laguiadelnetworking.com
10-16-2013 07:27 PM
If the user is not found, authentication simply fails and doesn't fall back to the next method... fallback is for when the authentication method does not receive a reply from the server (usually for RADIUS/TACACS not responding then try LOCAL; not the other way around)
Patrick
10-16-2013 09:33 PM
Hello,
Just do add.
Here is the example:
pixfirewall(config)# aaa authentication ssh console LOCAL ?
configure mode commands/options:
When using the local database as the first option, no other option available
But when using any other database
pixfirewall(config)# aaa authentication ssh console RADIUS ?
configure mode commands/options:
LOCAL If all servers in the server group have been deactivated,
authentication will be done against the local database
So I think that answers your question right?
Regards
Jcarvaja
follow me on http://laguiadelnetworking.com
10-17-2013 05:03 AM
Thanks for the responses, i got it sorted for the internal.
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