<?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: How to assign privilege levels with TACACS+. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992589#M390209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For shell authorization to work, the users shoudl be asigned a privilege level of 15 but their access can be restricted to certain commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN your case you need to define a group which require similar sets of privileges and then assign the restricted shell authorization set to this group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 13:22:16 GMT</pubDate>
    <dc:creator>royalblues</dc:creator>
    <dc:date>2008-07-03T13:22:16Z</dc:date>
    <item>
      <title>How to assign privilege levels with TACACS+.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992588#M390208</link>
      <description>&lt;P&gt;I'm using Cisco Secure ACS 3.3 for Windows.&lt;/P&gt;&lt;P&gt;I need to define max privilege on a per network device group basis but all users have the privilege set to 1 when they connect to router.&lt;/P&gt;&lt;P&gt;Using the debug, I can understand that ACS sends the attribute with a value of 1.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Andrea.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:57:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992588#M390208</guid>
      <dc:creator>andrea.meconi</dc:creator>
      <dc:date>2019-03-10T22:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign privilege levels with TACACS+.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992589#M390209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For shell authorization to work, the users shoudl be asigned a privilege level of 15 but their access can be restricted to certain commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN your case you need to define a group which require similar sets of privileges and then assign the restricted shell authorization set to this group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 13:22:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992589#M390209</guid>
      <dc:creator>royalblues</dc:creator>
      <dc:date>2008-07-03T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign privilege levels with TACACS+.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992590#M390210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help!&lt;/P&gt;&lt;P&gt;I don't understand why ACS lets you to configure a privilege level for a NDG!?&lt;/P&gt;&lt;P&gt;Andrea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 13:36:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992590#M390210</guid>
      <dc:creator>andrea.meconi</dc:creator>
      <dc:date>2008-07-03T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign privilege levels with TACACS+.</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992591#M390211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is for enable privilege. Best way to set it up is to give all user priv lvl 15 and then define what all commands user can execute. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Having priv 15 does not mean that user will able to issue all commands. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will set up command authorization on acs to have control on users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how your config should look, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated &lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+ if-authenticated &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ if-authenticated &lt;/P&gt;&lt;P&gt;aaa authorization config-commands &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;~JG &lt;/P&gt;&lt;P&gt;Do rate helpful posts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 19:47:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-assign-privilege-levels-with-tacacs/m-p/992591#M390211</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-07-03T19:47:56Z</dc:date>
    </item>
  </channel>
</rss>

