<?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 AAA failover in ASA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715096#M409143</link>
    <description>&lt;P&gt;Hello, i just wanna ask the config to set AAA failover if ASA couldn't contact ACS. Is that possible? I want user access by authentcating to ACS but if ASA's connection to ACS fail, it will revert authentication to ASA itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that ASA config is different than router and switch. &lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:20:49 GMT</pubDate>
    <dc:creator>Charles_Chi4</dc:creator>
    <dc:date>2019-03-10T22:20:49Z</dc:date>
    <item>
      <title>AAA failover in ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715096#M409143</link>
      <description>&lt;P&gt;Hello, i just wanna ask the config to set AAA failover if ASA couldn't contact ACS. Is that possible? I want user access by authentcating to ACS but if ASA's connection to ACS fail, it will revert authentication to ASA itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that ASA config is different than router and switch. &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:20:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715096#M409143</guid>
      <dc:creator>Charles_Chi4</dc:creator>
      <dc:date>2019-03-10T22:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: AAA failover in ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715097#M409144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want that authentication should failover to another ACS server, create a aaa server group and define 2 servers in it and use this server group in the authentication command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;________________________________&lt;/P&gt;&lt;P&gt;aaa-server TEST protocol tacacs&lt;/P&gt;&lt;P&gt;aaa-server TEST host 1.1.1.1 &lt;KEY&gt;&lt;/KEY&gt;&lt;/P&gt;&lt;P&gt;aaa-server TEST host 2.2.2.2 &lt;KEY&gt;&lt;/KEY&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication telnet console TEST&lt;/P&gt;&lt;P&gt;____________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So authentication will go to 1.1.1.1 if it timesout due to any reason it will fallback to 2.2.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want failover to local ASA define it according to following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication telnet console TEST LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:21:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715097#M409144</guid>
      <dc:creator>rochopra</dc:creator>
      <dc:date>2007-08-22T11:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: AAA failover in ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715098#M409145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've input &lt;/P&gt;&lt;P&gt;aaa authentication telnet console &lt;GROUP&gt; LOCAL &lt;/GROUP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i just can log in using local user and pass. I can't use ACS authentication. As i try to input :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication telnet console &lt;GROUP&gt;&lt;/GROUP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can use ACS authentication, but when i deny the access from ASA to ACS, it can't do anything accept blank screen when i input the user and pass and enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 02:07:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715098#M409145</guid>
      <dc:creator>Charles_Chi4</dc:creator>
      <dc:date>2007-08-23T02:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: AAA failover in ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715099#M409146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enable debugs and check the status:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug aaa authentication&lt;/P&gt;&lt;P&gt;debug tacacs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should get an answer if its getting fallback to local or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 02:10:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715099#M409146</guid>
      <dc:creator>rochopra</dc:creator>
      <dc:date>2007-08-23T02:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: AAA failover in ASA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715100#M409147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rochopra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get your point, thanks hehehe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i found that it take times to revert to LOCAL as i see in debug, it sent 3 times to ACS before revert to LOCAL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 02:32:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-in-asa/m-p/715100#M409147</guid>
      <dc:creator>Charles_Chi4</dc:creator>
      <dc:date>2007-08-23T02:32:28Z</dc:date>
    </item>
  </channel>
</rss>

