<?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 Hm so how would I prepare a in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775212#M56856</link>
    <description>&lt;P&gt;Hm so how would I prepare a Radius server to handle this request? I do see these in the logs so you're correct. Would this be an authorization policy? I did try creating a new authorization policy granting shell:lv15 access (shell:priv-1v1=15), this didn't work either. Here's my AAA config on the router now:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aaa authentication login default group RADIUS_GROUP local-case&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group &lt;SPAN&gt;RADIUS_GROUP&amp;nbsp;&lt;/SPAN&gt;local if-authenticated &lt;BR /&gt;aaa accounting update periodic 60&lt;BR /&gt;aaa accounting exec default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting network default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting connection default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting system default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2015 15:56:15 GMT</pubDate>
    <dc:creator>Justin Westover</dc:creator>
    <dc:date>2015-11-02T15:56:15Z</dc:date>
    <item>
      <title>AAA Enable authentication issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775208#M56852</link>
      <description>&lt;P&gt;I have the below radius configuration set on my Cisco 2921 running&amp;nbsp;15.2(4)M6. I'm having issues with setting the enable password to also use the radius group. For example, If I add "aaa authentication enable default group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt; enable" to the below config I can't get into the router, I keep getting prompted for an enable password. It doesn't take the locally configured enable password and it doesn't take my AAA password. What am I missing here?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;aaa authentication login default group RADIUS_GROUP local-case&lt;BR /&gt;aaa accounting update periodic 60&lt;BR /&gt;aaa accounting exec default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting network default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting connection default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting system default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:12:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775208#M56852</guid>
      <dc:creator>Justin Westover</dc:creator>
      <dc:date>2019-03-11T06:12:29Z</dc:date>
    </item>
    <item>
      <title>Hi Justin,</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775209#M56853</link>
      <description>&lt;P&gt;Hi Justin,&lt;/P&gt;
&lt;P&gt;It looks like you're missing an authZ statement:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;!&lt;BR /&gt;aaa authorization exec default group RADIUS_GROUP local&lt;BR /&gt;!&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 07:56:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775209#M56853</guid>
      <dc:creator>Seb Rupik</dc:creator>
      <dc:date>2015-11-02T07:56:27Z</dc:date>
    </item>
    <item>
      <title>Have you prepared your RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775210#M56854</link>
      <description>&lt;P&gt;Have you prepared your RADIUS-server to handle these requests?&lt;/P&gt;
&lt;P&gt;For the login, the router sends the request with&lt;/P&gt;
&lt;P&gt;NAS-Port-Type=Virtual&lt;BR /&gt;Service-Type=Login&lt;/P&gt;
&lt;P&gt;and your username. For enable, the router sends&lt;/P&gt;
&lt;P&gt;NAS-Port-Type=Virtual&lt;BR /&gt;User-Name="$enab15$"&lt;BR /&gt;Service-Type=Administrative&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And think about using TACACS+ instead of RADIUS for this task (if possible), it's more powerful and flexible.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 09:17:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775210#M56854</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-11-02T09:17:45Z</dc:date>
    </item>
    <item>
      <title>I added that command and</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775211#M56855</link>
      <description>&lt;P&gt;I added that command and there's no difference, I'm still prompted for the enable password. I also tried putting the "if-authenticated" flag at the end of the authorization exec command but that also didn't work. It only allows me through enable if I use the local enable password on the router.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 15:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775211#M56855</guid>
      <dc:creator>Justin Westover</dc:creator>
      <dc:date>2015-11-02T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Hm so how would I prepare a</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775212#M56856</link>
      <description>&lt;P&gt;Hm so how would I prepare a Radius server to handle this request? I do see these in the logs so you're correct. Would this be an authorization policy? I did try creating a new authorization policy granting shell:lv15 access (shell:priv-1v1=15), this didn't work either. Here's my AAA config on the router now:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aaa authentication login default group RADIUS_GROUP local-case&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group &lt;SPAN&gt;RADIUS_GROUP&amp;nbsp;&lt;/SPAN&gt;local if-authenticated &lt;BR /&gt;aaa accounting update periodic 60&lt;BR /&gt;aaa accounting exec default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting network default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting connection default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;BR /&gt;aaa accounting system default start-stop group &lt;SPAN&gt;RADIUS_GROUP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 15:56:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775212#M56856</guid>
      <dc:creator>Justin Westover</dc:creator>
      <dc:date>2015-11-02T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Justin,</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775213#M56857</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Justin,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Why do you want to use enable password configured on the radius server? Enable authentication was designed for tacacs but also start using it with radius. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Please check if you see any logs when enable authen fails to log you in? Do we have User-Name="$enab15$ configured on radius?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;~JG&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 20:55:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775213#M56857</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2015-11-02T20:55:53Z</dc:date>
    </item>
    <item>
      <title>So for now I've entered the</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775214#M56858</link>
      <description>&lt;P&gt;So for now I've entered the "aaa authentication enable default none" command. I don't like it but until we get TACACS implemented it will make our life a little easier.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 02:41:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775214#M56858</guid>
      <dc:creator>Justin Westover</dc:creator>
      <dc:date>2015-11-05T02:41:09Z</dc:date>
    </item>
    <item>
      <title>Did you ever get this</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775215#M56859</link>
      <description>&lt;P&gt;Did you ever get this resolved. &amp;nbsp;I have a similar issue where I have OpenLDAP with a NetworkAdmins group. &amp;nbsp;This group, I want to have full priv15 and the users should drop into enable mode upon their initial log in.&lt;/P&gt;
&lt;P&gt;I have it working to where &amp;nbsp;the user can authenticate into user mode but then when I enable it sends another request to freeradius with the username "$enab15$" and obviously this fails since there is no user in LDAP with this username. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried entering in the shell in the users file(freeradius) but with no success. &amp;nbsp;And I do not wnat to have a shared enable password.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;There has to be a way to do this.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:57:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-enable-authentication-issue/m-p/2775215#M56859</guid>
      <dc:creator>ppalmerjr</dc:creator>
      <dc:date>2016-03-31T14:57:48Z</dc:date>
    </item>
  </channel>
</rss>

