<?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: Filtering Priv 15 commands ! in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177557#M388701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear JG, its so good to see you. thanks a lot for looking into this. Sir i know how to change the priv of any command. kindly look into my task pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to assign a user priv 4.&lt;/P&gt;&lt;P&gt;I want him to run ONLY AND ONLY "show interfaces", restricting ALL OTHER COMMANDs, EACH AND EVERY COMMAND should be restricted. User in priv 4 should run only "show interfaces" and for exiting "exit" command. Thats it, no other commands should be available to him. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sir kindly tell me is this possible ? can you provide me some sample configuration to achieve this task ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOte: i dont want to use any external server for this task. Just local authorization.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2009 03:08:48 GMT</pubDate>
    <dc:creator>illusion_rox</dc:creator>
    <dc:date>2009-06-03T03:08:48Z</dc:date>
    <item>
      <title>Filtering Priv 15 commands !</title>
      <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177553#M388549</link>
      <description>&lt;P&gt;hi all, can i filter priv 15 configuration commands using ACS 3.3 ?. Suppose i want &lt;/P&gt;&lt;P&gt;"interface tunnel" command to be filtered so that any of my user in priv 15 is not able to use this command !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible using acs 3.3 ?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:30:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177553#M388549</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2019-03-10T23:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Priv 15 commands !</title>
      <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177554#M388570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trick here is to give all user a priv 15 and then define command authorization set as per your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giving priv 15 does not mean that user will able to execute all commands. You can set up authorization set and allow only specific commands you want user should be able to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what you need on IOS device,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config)# username [username] password [password]&lt;/P&gt;&lt;P&gt;tacacs-server host [ip]&lt;/P&gt;&lt;P&gt;tacacs-server key [key]&lt;/P&gt;&lt;P&gt;aaa new-model&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;On acs bring users/groups in at level 15&lt;/P&gt;&lt;P&gt;1. Go to user or group setup in ACS&lt;/P&gt;&lt;P&gt;2. Drop down to "TACACS+ Settings"&lt;/P&gt;&lt;P&gt;3. Place a check in "Shell (Exec)"&lt;/P&gt;&lt;P&gt;4. Place a check in "Privilege level" and enter "15" in the adjacent field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this link,&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;&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>Fri, 29 May 2009 19:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177554#M388570</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2009-05-29T19:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Priv 15 commands !</title>
      <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177555#M388606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, can you tell me how to perform local authorization ? if i dont have an external server then how can use local authorization to restrict the usage of commands on per user basis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me in this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 07:29:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177555#M388606</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-06-01T07:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Priv 15 commands !</title>
      <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177556#M388647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please see this link, you can change the privilege of any command.&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/tech/tk59/technologies_tech_note09186a00800949d5.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800949d5.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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 13:28:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177556#M388647</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2009-06-02T13:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Priv 15 commands !</title>
      <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177557#M388701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear JG, its so good to see you. thanks a lot for looking into this. Sir i know how to change the priv of any command. kindly look into my task pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to assign a user priv 4.&lt;/P&gt;&lt;P&gt;I want him to run ONLY AND ONLY "show interfaces", restricting ALL OTHER COMMANDs, EACH AND EVERY COMMAND should be restricted. User in priv 4 should run only "show interfaces" and for exiting "exit" command. Thats it, no other commands should be available to him. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sir kindly tell me is this possible ? can you provide me some sample configuration to achieve this task ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOte: i dont want to use any external server for this task. Just local authorization.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 03:08:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177557#M388701</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-06-03T03:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Priv 15 commands !</title>
      <link>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177558#M388757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege exec level 4 show interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then increase a priv lvl of rest of the commands with priv lvl 0  and 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege level 0 - Includes the disable, enable, exit, help, and logout commands.&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege level 1 - Normal level on Telnet; includes all user-level commands at the router&amp;gt; prompt.&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;&lt;/P&gt;&lt;P&gt;Do rate helpful posts&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>Wed, 03 Jun 2009 14:05:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/filtering-priv-15-commands/m-p/1177558#M388757</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2009-06-03T14:05:47Z</dc:date>
    </item>
  </channel>
</rss>

