<?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 enable Command Authorization in ACS? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998034#M406909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You need to apply these commands for authentication &amp;amp; authorization on the router/switch and ACS server. &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 authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default 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 default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can also exclude ur console from AAA --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;   login authentication local_auth&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rate it if helpful .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 06:18:04 GMT</pubDate>
    <dc:creator>abhay_i386</dc:creator>
    <dc:date>2008-06-10T06:18:04Z</dc:date>
    <item>
      <title>How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998032#M406907</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   I have ACS 4.1 for Windows!!&lt;/P&gt;&lt;P&gt;I am testing Cisco6513 for command authorization for a user.&lt;/P&gt;&lt;P&gt; The problem is that the switch is authorizing the commands which i have denied in ACs for that particular user.&lt;/P&gt;&lt;P&gt;I am attaching the screen shots.&lt;/P&gt;&lt;P&gt;Can any one tell me what i am missing?Does i need to put some some commands in 6513 to enable command authorization in the ACS?&lt;/P&gt;&lt;P&gt;My Switch config for ACS is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ name1&lt;/P&gt;&lt;P&gt;server ACSserver1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group name1 local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group name1 enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default group name1 if-authenticated&lt;/P&gt;&lt;P&gt;ip http authentication aaa&lt;/P&gt;&lt;P&gt;tacacs-server host ACSserver1&lt;/P&gt;&lt;P&gt;no tacacs-server directed-request&lt;/P&gt;&lt;P&gt;tacacs-server key xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:53:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998032#M406907</guid>
      <dc:creator>rajeev.payal</dc:creator>
      <dc:date>2019-03-10T22:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998033#M406908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing these commands,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 11:58:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998033#M406908</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-06-05T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998034#M406909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You need to apply these commands for authentication &amp;amp; authorization on the router/switch and ACS server. &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 authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 0 default 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 default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can also exclude ur console from AAA --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;   login authentication local_auth&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rate it if helpful .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:18:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998034#M406909</guid>
      <dc:creator>abhay_i386</dc:creator>
      <dc:date>2008-06-10T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998035#M406910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you..Problem solved!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 13:42:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998035#M406910</guid>
      <dc:creator>rajeev.payal</dc:creator>
      <dc:date>2008-06-11T13:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998036#M406911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been looking for the command to exclude the console port but haven't found it.  Can someone point me in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 18:10:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998036#M406911</guid>
      <dc:creator>lundvall</dc:creator>
      <dc:date>2008-06-11T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998037#M406912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that you need to set up a method list,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username test privilege 15 password test&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login vty_login group tacacs local&lt;/P&gt;&lt;P&gt;aaa authentication login console_login local&lt;/P&gt;&lt;P&gt;aaa authorization exec vty_login group tacacs local&lt;/P&gt;&lt;P&gt;tacacs-server host &lt;IP address="" of="" the="" acs="" sever=""&gt; key cisco&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;login authentication vty_login&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;login authentication console_login&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>Wed, 11 Jun 2008 18:48:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998037#M406912</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-06-11T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Command Authorization in ACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998038#M406913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 16:18:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-enable-command-authorization-in-acs/m-p/998038#M406913</guid>
      <dc:creator>lundvall</dc:creator>
      <dc:date>2008-06-12T16:18:46Z</dc:date>
    </item>
  </channel>
</rss>

