<?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: help needed on command authorization on acs  in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432126#M428909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on my ACS v 3.2 windows server, I have configured group A and created one user B, I want this user B to have helpdesk profile i.e. he should only access show commands but it is strange to discover when B type enable he moves in to enable mode (it ask for enable password), I want to restrict B from using enable command, pls.find below mentioned my router aaa config:-&lt;/P&gt;&lt;P&gt;&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 authentication login enable group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group radius&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 7 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;aaa accounting connection default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me as what parameter needs to be set at ACS server command authorisation set feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2005 11:57:52 GMT</pubDate>
    <dc:creator>manishn</dc:creator>
    <dc:date>2005-07-13T11:57:52Z</dc:date>
    <item>
      <title>help needed on command authorization on acs</title>
      <link>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432124#M428906</link>
      <description>&lt;P&gt;could anyone help telling the exact procedure of configuring user authorization on cisco ios router via acs server.my users are getting authenticated via the acs server but unable to authorize the commands they execute on the ios router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my commands on the aa client :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+&lt;/P&gt;&lt;P&gt;user john privilege 5 password john&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me on this .  &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:12:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432124#M428906</guid>
      <dc:creator>sebastan_bach</dc:creator>
      <dc:date>2019-03-10T21:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: help needed on command authorization on acs</title>
      <link>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432125#M428907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec xxxxx group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 xxxxx group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to go to your ACS sever and create a shell command set under Shared Profile components&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The shell command set should look something like this:&lt;/P&gt;&lt;P&gt;(main cmd) configure&lt;/P&gt;&lt;P&gt;(sub cmds)&lt;/P&gt;&lt;P&gt;permit terminal&lt;/P&gt;&lt;P&gt;permit interface&lt;/P&gt;&lt;P&gt;permit fastethernet&lt;/P&gt;&lt;P&gt;permit switcthport&lt;/P&gt;&lt;P&gt;permit access&lt;/P&gt;&lt;P&gt;permit vlan&lt;/P&gt;&lt;P&gt;permit mode&lt;/P&gt;&lt;P&gt;permit spanning-tree&lt;/P&gt;&lt;P&gt;permit portfast&lt;/P&gt;&lt;P&gt;permit port-security &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the permit box. If you want to deny them the cmd the replace permit with deny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check permit unmatched cmds arguments.&lt;/P&gt;&lt;P&gt;An example would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear (main cmd)&lt;/P&gt;&lt;P&gt;with the box checked they would have access to  all of the sub commands. IE: clear counters etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check and see if it is working place these lines in your aaa config:&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;This will show you what cmds are being run in the T+ admin section of ACS. CMDs that are access that they don't have access to will show up in the Failed attempts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note:&lt;/P&gt;&lt;P&gt;This line in your config only effects the local user name and not the ACS user name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user john privilege 5 password john&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get this to work you need to change the privilege level of the commands that you want them to have to privilege level 5 if you have a lot of AAA devices it is best to do it though the ACS server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2005 11:28:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432125#M428907</guid>
      <dc:creator>dan.reynolds</dc:creator>
      <dc:date>2005-07-05T11:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: help needed on command authorization on acs</title>
      <link>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432126#M428909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on my ACS v 3.2 windows server, I have configured group A and created one user B, I want this user B to have helpdesk profile i.e. he should only access show commands but it is strange to discover when B type enable he moves in to enable mode (it ask for enable password), I want to restrict B from using enable command, pls.find below mentioned my router aaa config:-&lt;/P&gt;&lt;P&gt;&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 authentication login enable group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local group radius&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 7 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;aaa accounting connection default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me as what parameter needs to be set at ACS server command authorisation set feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 11:57:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/help-needed-on-command-authorization-on-acs/m-p/432126#M428909</guid>
      <dc:creator>manishn</dc:creator>
      <dc:date>2005-07-13T11:57:52Z</dc:date>
    </item>
  </channel>
</rss>

