<?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: AAA Problem when WAN is offline in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632263#M422222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding 'local' to the end of line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'local' refers to the local database for authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 03:31:03 GMT</pubDate>
    <dc:creator>a.kiprawih</dc:creator>
    <dc:date>2006-12-21T03:31:03Z</dc:date>
    <item>
      <title>AAA Problem when WAN is offline</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632262#M422221</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem at the moment logging into a router while the WAN is offline. TACACS+ works fine when the WAN is up but when its down i get prompted for a password which i enter and then get authorisation failed... &lt;/P&gt;&lt;P&gt;Here is the AAA config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting connection default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting system default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632262#M422221</guid>
      <dc:creator>warwick.kane</dc:creator>
      <dc:date>2019-03-10T21:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Problem when WAN is offline</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632263#M422222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding 'local' to the end of line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'local' refers to the local database for authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 03:31:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632263#M422222</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-12-21T03:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Problem when WAN is offline</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632264#M422223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Specifying local as a backup method for authorization may get around this problem, but does it not require that local user IDs and passwords be configured? Since the authentication login did not use the local IDs as backup I wonder about the logic of doing this for authorization. I have had good success by configuring authorization like this:&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;which will bypass authorization processing if TACACS is not available and if the user has successfully authenticated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 15:39:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632264#M422223</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2006-12-21T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Problem when WAN is offline</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632265#M422224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that Rick, Your logic is correct and it has fixed my problem. Much appreicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:51:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-problem-when-wan-is-offline/m-p/632265#M422224</guid>
      <dc:creator>warwick.kane</dc:creator>
      <dc:date>2006-12-21T22:51:09Z</dc:date>
    </item>
  </channel>
</rss>

