<?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 Assigning privilege level using Radius in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647958#M422481</link>
    <description>&lt;P&gt;I'm trying to assigned a privilege level on a Cisco router via Radius. I'm using the Cisco Secure ACS (Windows 2K).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the privilege level to 15. But when I telnet to the router, I always get the router&amp;gt; prompt instead of the router# prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I configured the Radius/router so that when I get successfully authenticated, the router# prompt is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've configured the router as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login vtymethod group radius enable&lt;/P&gt;&lt;P&gt;aaa authorization exec vtymethod group radius local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 202.x.x.195 auth-port 1645 acct-port 1646 key cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; authorization exec vtymethod&lt;/P&gt;&lt;P&gt; login authentication vtymethod&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Radius, I've configured as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the group settings for IETF Radius attributes, the Service-Type is set to Nas Prompt.&lt;/P&gt;&lt;P&gt;Also in the group settings, I've checked the Cisco-av-pair with the following configured: shell:priv-lvl=15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I'm missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;sweeann&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 21:50:16 GMT</pubDate>
    <dc:creator>sweeann</dc:creator>
    <dc:date>2019-03-10T21:50:16Z</dc:date>
    <item>
      <title>Assigning privilege level using Radius</title>
      <link>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647958#M422481</link>
      <description>&lt;P&gt;I'm trying to assigned a privilege level on a Cisco router via Radius. I'm using the Cisco Secure ACS (Windows 2K).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the privilege level to 15. But when I telnet to the router, I always get the router&amp;gt; prompt instead of the router# prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I configured the Radius/router so that when I get successfully authenticated, the router# prompt is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've configured the router as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login vtymethod group radius enable&lt;/P&gt;&lt;P&gt;aaa authorization exec vtymethod group radius local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 202.x.x.195 auth-port 1645 acct-port 1646 key cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; authorization exec vtymethod&lt;/P&gt;&lt;P&gt; login authentication vtymethod&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Radius, I've configured as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the group settings for IETF Radius attributes, the Service-Type is set to Nas Prompt.&lt;/P&gt;&lt;P&gt;Also in the group settings, I've checked the Cisco-av-pair with the following configured: shell:priv-lvl=15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I'm missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;sweeann&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:50:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647958#M422481</guid>
      <dc:creator>sweeann</dc:creator>
      <dc:date>2019-03-10T21:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning privilege level using Radius</title>
      <link>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647959#M422483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe adding the following line to your AAA configuration will allow a user authenticated through ACS to login directly to enabled mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec vtymethod group radius if-authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 19:29:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647959#M422483</guid>
      <dc:creator>dmholmes000</dc:creator>
      <dc:date>2006-11-13T19:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning privilege level using Radius</title>
      <link>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647960#M422484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried the suggestion above but I'm still getting the router&amp;gt; prompt instead of going directly to enable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sweeann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 01:21:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647960#M422484</guid>
      <dc:creator>sweeann</dc:creator>
      <dc:date>2006-11-14T01:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning privilege level using Radius</title>
      <link>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647961#M422485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an update: &lt;/P&gt;&lt;P&gt;I've configured wrongly on the network configuration in the ACS. I've chosen Radius (IETF) instead of Radius (Cisco IOS/PIX). Once I  changed it to Radius (Cisco IOS/PIX) I was able to assigned the privilege level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all,&lt;/P&gt;&lt;P&gt;sweeann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 02:52:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647961#M422485</guid>
      <dc:creator>sweeann</dc:creator>
      <dc:date>2006-11-14T02:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning privilege level using Radius</title>
      <link>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647962#M422486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im curious... what is the perceived benefit of using RADIUS instead of TACACS+ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given that ACS supports both and that T+ is a superior protocol for device admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I once heard someone mutter that T+ was proprietry... but all they were doing was sending (effectively) T+ av-pairs via a Cisco RADIUS VSAs. Not significantly different one could argue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 10:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/assigning-privilege-level-using-radius/m-p/647962#M422486</guid>
      <dc:creator>darpotter</dc:creator>
      <dc:date>2006-11-14T10:39:20Z</dc:date>
    </item>
  </channel>
</rss>

