<?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: ACS 3.3 Shell Command Authorization Sets in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054588#M406009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested by Faruk, it seems it is not checking for authorization in config t mode that is why you are able to execute all commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add &lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above command will enable authorization for config t mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 12:16:23 GMT</pubDate>
    <dc:creator>Jagdeep Gambhir</dc:creator>
    <dc:date>2008-10-13T12:16:23Z</dc:date>
    <item>
      <title>ACS 3.3 Shell Command Authorization Sets</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054586#M406007</link>
      <description>&lt;P&gt;I need help on the Authorization Set.  I have the following currently configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear	permit port-security dynamic&lt;/P&gt;&lt;P&gt;	permit port-security all&lt;/P&gt;&lt;P&gt;	permit port-security sticky&lt;/P&gt;&lt;P&gt;permit mac-address-table dynamic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure	permit terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show	permit port-security&lt;/P&gt;&lt;P&gt;	permit mac-address-table&lt;/P&gt;&lt;P&gt;permit interfaces status&lt;/P&gt;&lt;P&gt;	permit interfaces stats&lt;/P&gt;&lt;P&gt;	permit running-config interface FastEthernet&lt;/P&gt;&lt;P&gt;	permit ver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switchport	permit port-security&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write	permit memory&lt;/P&gt;&lt;P&gt;	permit network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy	running-config startup-config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;everything seems to work fine.  For example you can not do a show running config.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is the conf t.  Once you in you can do any commands you want ie. "int fax/x/x" "switchport access vlan XX" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried different interface permit commands and still can not restrict commands.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of the permit unmatched commands are checked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like is to permit interaface commands for port security commands, but not allow shut or no shut. etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:07:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054586#M406007</guid>
      <dc:creator>Steve Chapman</dc:creator>
      <dc:date>2019-03-10T23:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 3.3 Shell Command Authorization Sets</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054587#M406008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you turned on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 10:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054587#M406008</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-10-11T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 3.3 Shell Command Authorization Sets</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054588#M406009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested by Faruk, it seems it is not checking for authorization in config t mode that is why you are able to execute all commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add &lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above command will enable authorization for config t mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 12:16:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054588#M406009</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-10-13T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 3.3 Shell Command Authorization Sets</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054589#M406010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that fixed it.  thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 16:39:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054589#M406010</guid>
      <dc:creator>Steve Chapman</dc:creator>
      <dc:date>2008-10-15T16:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 3.3 Shell Command Authorization Sets</title>
      <link>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054590#M406011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its great to know you have it working now. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts to increase the utility of this information for future readers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 17:38:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/acs-3-3-shell-command-authorization-sets/m-p/1054590#M406011</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-10-15T17:38:55Z</dc:date>
    </item>
  </channel>
</rss>

