<?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: Router enable authentication via RADIUS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57470#M6652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To have users come straight into enable mode, that is authorization.  You need to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    aaa authorization exec default group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you should be good to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2002 04:09:06 GMT</pubDate>
    <dc:creator>gfullage</dc:creator>
    <dc:date>2002-07-24T04:09:06Z</dc:date>
    <item>
      <title>Router enable authentication via RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57467#M6648</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have RADIUS authentication working for SSH logins on my routers, but I'd like to use RADIUS to authenticate for enable access, as well, so that I can have users who can do some advanced troubleshooting on my equipment without getting in too deep and messing things up. However, when I set this up with the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication enable default group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it simply asks for a password and then fails. I'm using the same setup, the same server, that works successfully for regular login authentication. I'm using Internet Authentication Service in Windows 2000 as my RADIUS server. Is there some RADIUS attribute I need to set? Is there some router command I'm missing? Is this completely the wrong command to use? Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57467#M6648</guid>
      <dc:creator>packet919</dc:creator>
      <dc:date>2020-02-21T17:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Router enable authentication via RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57468#M6649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, when you try to enter into enable mode, the router send the user $enab15$ (or something like that, i don't remember) and the password to the Radius. &lt;/P&gt;&lt;P&gt;But the Radius did not know this user, so it fails the attempt. &lt;/P&gt;&lt;P&gt;A solution is to add the attribute "Service-Type - Administrative" to the Radius (IAS). This cause the router to enter in enable mode immediately when you connect to the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you want that some user connect in enable and other in read, just create two RAS Policies in the IAS, one with "Service-Type - Administrative" and the other with "Service-Type - Login".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2002 15:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57468#M6649</guid>
      <dc:creator>halleuxm</dc:creator>
      <dc:date>2002-03-15T15:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Router enable authentication via RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57469#M6650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to configure the router with 'aaa authentication enable default group radius'. I add the attribute 'Service-Type Administrative' in the Advanced Profile but the same error. There is something more to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2002 21:03:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57469#M6650</guid>
      <dc:creator>ROBERT FARIA</dc:creator>
      <dc:date>2002-07-23T21:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Router enable authentication via RADIUS</title>
      <link>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57470#M6652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To have users come straight into enable mode, that is authorization.  You need to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    aaa authorization exec default group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you should be good to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2002 04:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/router-enable-authentication-via-radius/m-p/57470#M6652</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2002-07-24T04:09:06Z</dc:date>
    </item>
  </channel>
</rss>

