05-15-2013 09:45 AM - edited 03-10-2019 08:26 PM
I am trying to access an ASA 5545 using TACACS+. I have the ASA configured as follows:
aaa-server tacacs+ protocol tacacs+
aaa-server tacacs+ (inside) host 10.x.x.x
timeout 15
key *****
user-identity default-domain LOCAL
aaa authentication enable console LOCAL
aaa authentication telnet console tacacs+ LOCAL
aaa authentication ssh console tacacs+ LOCAL
aaa authenticaiton http console tacacs+ LOCAL
aaa authorization command tacacs+ LOCAL
aaa authorization exec authentication-server
I have added the ASA in ACS with the correct IP and the correct key.
When I try to test the authentication via test aaa-server authentication tacacs+ host 10.x.x.x username cisco password cisco, I get:
ERROR: Authentication Server not responding: No error.
Any ideas on how to fix this issue and allow tacacs authentication when logging into the ASA?
Solved! Go to Solution.