<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cisco ASA AAA timeout in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544795#M1087037</link>
    <description>&lt;P&gt;test aaa-server authentication tacacs username teszt password meme&lt;BR /&gt;Server IP Address or name: 10.1.1.1&lt;BR /&gt;INFO: Attempting Authentication test to IP address (1.1.1.1) (timeout: 10 seconds)&lt;BR /&gt;INFO: Authentication Successful&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;but&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -l teszt 10.0.1.70&lt;BR /&gt;teszt@10.0.1.70's password:&lt;BR /&gt;Permission denied, please try again.&lt;BR /&gt;teszt@10.0.1.70's password:&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;after few minutes works well again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;teszt@10.0.1.70's password:&lt;BR /&gt;User teszt logged in to f-pe1-13&lt;BR /&gt;Logins over the last 2 days: 10. Last login: 12:50:13 CEST Feb 3 2022 from console&lt;BR /&gt;Failed logins since the last login: 0. Last failed login: 10:22:28 CEST Feb 3 2022 from 10.0.2.4&lt;BR /&gt;Type help or '?' for a list of available commands.&lt;BR /&gt;asa&amp;gt;&lt;/P&gt;&lt;P&gt;------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my problem is the that the fallback time slow&lt;/P&gt;&lt;P&gt;tacacs to Local change 3 second, but Local to tacacs five minutes&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 13:43:50 GMT</pubDate>
    <dc:creator>tothz</dc:creator>
    <dc:date>2022-02-03T13:43:50Z</dc:date>
    <item>
      <title>Cisco ASA AAA timeout</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544735#M1087034</link>
      <description>&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have operate Cisco asa 5506 with aaa settings. I use linux tac_plus server.&lt;/P&gt;&lt;P&gt;It semms to be work well, but very slow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I stop tacacs server the login stop inmedietly&amp;nbsp; with tacacs user, and I can login with local user. Nice.&lt;/P&gt;&lt;P&gt;If I start again tacacs server I can not login with tacacs user . &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&amp;nbsp;It looks like asa is still using the local database.&lt;/P&gt;&lt;P&gt;asa aaa config&lt;/P&gt;&lt;P&gt;aaa-server tacacs protocol tacacs+&lt;BR /&gt;reactivation-mode depletion deadtime 1&lt;BR /&gt;aaa-server tacacs (inside) host 1.1.1.1&lt;BR /&gt;timeout 5&lt;BR /&gt;key *****&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console tacacs LOCAL&lt;BR /&gt;aaa authentication ssh console tacacs LOCAL&lt;BR /&gt;aaa authentication enable console tacacs LOCAL&lt;BR /&gt;aaa authentication serial console tacacs LOCAL&lt;BR /&gt;aaa authorization command tacacs LOCAL&lt;BR /&gt;aaa accounting command tacacs&lt;BR /&gt;aaa accounting enable console tacacs&lt;BR /&gt;aaa accounting ssh console tacacs&lt;BR /&gt;aaa accounting serial console tacacs&lt;BR /&gt;aaa local authentication attempts max-fail 5&lt;BR /&gt;aaa authentication login-history&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 12:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544735#M1087034</guid>
      <dc:creator>tothz</dc:creator>
      <dc:date>2022-02-03T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA AAA timeout</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544743#M1087035</link>
      <description>&lt;P&gt;what is the ASA IP adress, do you have good connection betweeen ASA and Linux ?&lt;/P&gt;
&lt;PRE&gt;I can login with local user&lt;/PRE&gt;
&lt;P&gt;this shows its fall back to local, what Logs you see on Linux ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 12:28:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544743#M1087035</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-02-03T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA AAA timeout</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544748#M1087036</link>
      <description>&lt;P&gt;Is the ASA able to reach to the t+ server? Have you attempted to run a packet trace to ensure routes/acls are good? Try this from cli: #test aaa-server authentication/authorization &amp;lt;group_name&amp;gt; username &amp;lt;username&amp;gt; password &amp;lt;pass&amp;gt;&lt;/P&gt;
&lt;P&gt;What are the results?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 12:36:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544748#M1087036</guid>
      <dc:creator>Mike.Cifelli</dc:creator>
      <dc:date>2022-02-03T12:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA AAA timeout</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544795#M1087037</link>
      <description>&lt;P&gt;test aaa-server authentication tacacs username teszt password meme&lt;BR /&gt;Server IP Address or name: 10.1.1.1&lt;BR /&gt;INFO: Attempting Authentication test to IP address (1.1.1.1) (timeout: 10 seconds)&lt;BR /&gt;INFO: Authentication Successful&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;but&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh -l teszt 10.0.1.70&lt;BR /&gt;teszt@10.0.1.70's password:&lt;BR /&gt;Permission denied, please try again.&lt;BR /&gt;teszt@10.0.1.70's password:&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;after few minutes works well again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;teszt@10.0.1.70's password:&lt;BR /&gt;User teszt logged in to f-pe1-13&lt;BR /&gt;Logins over the last 2 days: 10. Last login: 12:50:13 CEST Feb 3 2022 from console&lt;BR /&gt;Failed logins since the last login: 0. Last failed login: 10:22:28 CEST Feb 3 2022 from 10.0.2.4&lt;BR /&gt;Type help or '?' for a list of available commands.&lt;BR /&gt;asa&amp;gt;&lt;/P&gt;&lt;P&gt;------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my problem is the that the fallback time slow&lt;/P&gt;&lt;P&gt;tacacs to Local change 3 second, but Local to tacacs five minutes&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 13:43:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-aaa-timeout/m-p/4544795#M1087037</guid>
      <dc:creator>tothz</dc:creator>
      <dc:date>2022-02-03T13:43:50Z</dc:date>
    </item>
  </channel>
</rss>

