<?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 Authorization local in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3372889#M545184</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to make sure that my understanding is correct.&lt;/P&gt;
&lt;P&gt;I have below configuration on Cisco IOS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;aaa authentication login default none&lt;BR /&gt;aaa authentication login secure_ group tacacs+ group radius local&lt;BR /&gt;aaa authorization exec default none&lt;BR /&gt;aaa authorization exec secure_ group tacacs+ group radius local&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The authentication and authorization order is 1) TACACS+; 2) RADIUS; 3) Local. Is it correct?&lt;/P&gt;
&lt;P&gt;Then, if the TACACS+ server is down, it will fallback to RADIUS, isn't it?&lt;/P&gt;
&lt;P&gt;And when RADIUS is also down, it will use local username, correct?&lt;/P&gt;
&lt;P&gt;Also, I don't use 'if-authenticated' command on authorization above because there is local as the last option fallback. Is it okay?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:54:25 GMT</pubDate>
    <dc:creator>Arie --</dc:creator>
    <dc:date>2020-02-21T18:54:25Z</dc:date>
    <item>
      <title>AAA Authorization local</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3372889#M545184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to make sure that my understanding is correct.&lt;/P&gt;
&lt;P&gt;I have below configuration on Cisco IOS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;aaa authentication login default none&lt;BR /&gt;aaa authentication login secure_ group tacacs+ group radius local&lt;BR /&gt;aaa authorization exec default none&lt;BR /&gt;aaa authorization exec secure_ group tacacs+ group radius local&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The authentication and authorization order is 1) TACACS+; 2) RADIUS; 3) Local. Is it correct?&lt;/P&gt;
&lt;P&gt;Then, if the TACACS+ server is down, it will fallback to RADIUS, isn't it?&lt;/P&gt;
&lt;P&gt;And when RADIUS is also down, it will use local username, correct?&lt;/P&gt;
&lt;P&gt;Also, I don't use 'if-authenticated' command on authorization above because there is local as the last option fallback. Is it okay?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:54:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3372889#M545184</guid>
      <dc:creator>Arie --</dc:creator>
      <dc:date>2020-02-21T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization local</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3372909#M545185</link>
      <description>&lt;P&gt;I'm not sure why you have these 2 commands if you want to be authenticated against TACACS+, then radius and then local if the prior method is not available. The below listed command will not authenticate user due to default list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aaa authentication login default none&lt;/P&gt;
&lt;P&gt;aaa authorization exec default none&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regarding "if-authenticated" read &lt;A title="this" href="https://supportforums.cisco.com/t5/aaa-identity-and-nac/if-authenticated/td-p/1248124" target="_self"&gt;this&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:40:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3372909#M545185</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2018-04-25T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization local</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3373257#M545186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm sorry. Let me put the complete configuration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;aaa authentication login default none
aaa authentication login secure_ group tacacs+ group radius local
aaa authorization exec default none
aaa authorization exec secure_ group tacacs+ group radius local
aaa accounting exec default start-stop group tacacs+ group radius
aaa accounting exec secure_ start-stop group tacacs+ group radius

line con0

line vty 0 15
login authentication secure_
authorization exec secure_
accounting exec secure_&lt;/PRE&gt;
&lt;P&gt;I have another question regarding with configuration above, if I put "aaa authorization console", does it enable authorization on console automatically?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 03:34:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-local/m-p/3373257#M545186</guid>
      <dc:creator>Arie --</dc:creator>
      <dc:date>2018-04-26T03:34:53Z</dc:date>
    </item>
  </channel>
</rss>

