07-06-2006 08:25 AM - edited 03-10-2019 02:38 PM
I've got a couple of different platforms of PIX, 535s and FWSMs mainly all running the latest code. I have them all configured similarly with regards to AAA via tacacs:
aaa-server TACACS protocol tacacs+
aaa-server TACACS host <Removed> key <removed>
username <removed> password <removed> encrypted privilege 15
aaa authentication enable console TACACS LOCAL
aaa authentication ssh console TACACS LOCAL
aaa authentication telnet console TACACS LOCAL
aaa accounting command TACACS
Now, sometimes I can get in with my tacacs account but other times I have to use the local backup account. There seems to be no reason behind it. My routers all pointing to the same TACACS server have no issues like this. The PIX's however are totally unreliable in this regard.
Anyone experiencing this?
07-06-2006 08:38 AM
Hello mlipsey,
This shouldn't be. Do the ACS logs reveal anything? What about
debug tacacs
debug aaa authentication
Can you send 1000 pings to the tacacs server from your FWs without issue? Any packet loss?
Hope this helps! If so, please rate.
Thanks!
07-07-2006 08:28 AM
I can ping it no problem; I did a quick thousand with no issue. I did even more and still no issue. There is no connectivity problem. I'm not using Cisco ACS though I'm using an open source TAC_Plus on Linux. I will check in its logs but previous checking didn't reveal anything.
07-07-2006 01:34 AM
A Connectivity issue between PIX and ACS.
Try increasing the timeout of the tacacs server.
07-07-2006 08:29 AM
How do you increase that timeout? I don't see a command for that. I see the command to decrease or increase the time before it tries a dead server but not actual timeout value before it considers it dead.
07-07-2006 08:55 AM
What command are you referring to?
I see
aaa-server server_tag [(if_name)] host server_ip [key] [timeout seconds]
07-09-2006 08:15 PM
You can increase the timeout in the aaa-server command
aaa-server servertag (if_name) host ip key [timeout]
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