<?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 Hi,Please see the below in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569619#M75115</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the below thread for details:&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/10781396/if-authenticated&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2015 15:27:55 GMT</pubDate>
    <dc:creator>Kanwaljeet Singh</dc:creator>
    <dc:date>2015-01-13T15:27:55Z</dc:date>
    <item>
      <title>AAA if-authenticated</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569618#M75112</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;
&lt;P&gt;I try to get my head around the "if-authenticated" keyword at the end of the "aaa authorization exec" command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My test config looks like this, and it does as expected:&lt;/P&gt;

&lt;PRE&gt;
username USER privilege 15 secret MYSECRET
aaa new-model
aaa authentication login default local

aaa authorization exec default local if-authenticated&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;
aaa authorization exec default local &lt;/PRE&gt;

&lt;P&gt;When loggin in with SSH, I get direcly in enable mode, as it should be.&lt;/P&gt;
&lt;P&gt;However when using the following authorisation command, I enter in user exec mode instead of enable/privileged&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;"&gt;&amp;nbsp;&lt;/SPAN&gt;exec mode and need to provide the enable password:&lt;/P&gt;

&lt;PRE&gt;
aaa authorization exec default if-authenticated&lt;/PRE&gt;

&lt;P&gt;I was expecting to end up in enable mode as well, since I&amp;nbsp;should be authenticated? (hence I was able to log in).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone clarify this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:20:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569618#M75112</guid>
      <dc:creator>Bram Van den Bosch</dc:creator>
      <dc:date>2019-03-11T05:20:49Z</dc:date>
    </item>
    <item>
      <title>Hi,Please see the below</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569619#M75115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the below thread for details:&lt;/P&gt;&lt;P&gt;https://supportforums.cisco.com/discussion/10781396/if-authenticated&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kanwal&lt;/P&gt;&lt;P&gt;Note: Please mark answers if they are helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:27:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569619#M75115</guid>
      <dc:creator>Kanwaljeet Singh</dc:creator>
      <dc:date>2015-01-13T15:27:55Z</dc:date>
    </item>
    <item>
      <title>To allow users to have access</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569620#M75116</link>
      <description>&lt;P&gt;To allow users to have access to the functions they request as long as they have been authenticated, use the &lt;B class="cBold"&gt;aaa authorization&lt;/B&gt; command with the &lt;B class="cBold"&gt;if-authenticated&lt;/B&gt; &lt;EM class="cCi_CmdItalic"&gt;method&lt;/EM&gt; keyword. If you select this method, all requested functions are automatically granted to authenticated users.&lt;/P&gt;&lt;P&gt;The &lt;B class="cBold"&gt;aaa authorization exec default group radius if-authenticated&lt;/B&gt; command configures the network access server to contact the RADIUS server to determine if users are permitted to start an EXEC shell when they log in. If an error occurs when the network access server contacts the RADIUS server, the fallback method is to permit the CLI to start, provided the user has been properly authenticated. &lt;A name="wp1001205"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P class="pB2_Body2"&gt;The RADIUS information returned may be used to specify an autocommand or a connection access list be applied to this connection.&lt;/P&gt;&lt;P class="pB2_Body2"&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/ios/12_2/security/configuration/guide/fsecur_c/scfathor.html"&gt;http://www.cisco.com/c/en/us/td/docs/ios/12_2/security/configuration/guide/fsecur_c/scfathor.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 13:45:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/2569620#M75116</guid>
      <dc:creator>mohanak</dc:creator>
      <dc:date>2015-01-16T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: AAA if-authenticated</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/4794181#M580480</link>
      <description>&lt;P&gt;You need to execute this command in the lines ( cty, aux, vty ).&lt;/P&gt;&lt;P&gt;In your case you used &lt;STRONG&gt;default &lt;/STRONG&gt;which will build your command in every line (aux, vty), the console need to be configured with the global command &lt;STRONG&gt;aaa&amp;nbsp; authorization console&lt;/STRONG&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Go in every line (aux, vty, cty) and right the command &lt;STRONG&gt;authorization exec default&amp;nbsp;&lt;/STRONG&gt;so you can test if can access privilege&lt;/P&gt;&lt;P&gt;you&amp;nbsp; can also use&lt;STRONG&gt; privilege level 15&amp;nbsp;&lt;/STRONG&gt;in the line mode ( but this way is not recommended because it will make all your database be privilege 15 )&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 04:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-if-authenticated/m-p/4794181#M580480</guid>
      <dc:creator>mohammadyousri819</dc:creator>
      <dc:date>2023-03-15T04:25:39Z</dc:date>
    </item>
  </channel>
</rss>

