<?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 AAA Authorization issue in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029745#M396198</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an issue when adding a device to ACS.When I try to login to the device after adding it to the ACS, it does'nt prompt me to enter my tacacs username and password, instead it prompts me to enter the tacacs username/password details when I try to get into the enable mode. Also, once I am in the enable mode, I cant execute any commands as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router01#debug aaa authentication&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;          ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router01#sh run&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Incomplete command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aaa config is as listed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group TACACS-GROUP enable&lt;/P&gt;&lt;P&gt;aaa authentication enable default group TACACS-GROUP enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group TACACS-GROUP if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group TACACS-GROUP if-authenticated&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group TACACS-GROUP&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group TACACS-GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine once I remove the device from ACS. How do I get over this issue? Any advice would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:57:47 GMT</pubDate>
    <dc:creator>pvzcisco07</dc:creator>
    <dc:date>2019-03-10T22:57:47Z</dc:date>
    <item>
      <title>AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029745#M396198</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got an issue when adding a device to ACS.When I try to login to the device after adding it to the ACS, it does'nt prompt me to enter my tacacs username and password, instead it prompts me to enter the tacacs username/password details when I try to get into the enable mode. Also, once I am in the enable mode, I cant execute any commands as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router01#debug aaa authentication&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;          ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router01#sh run&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Incomplete command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aaa config is as listed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group TACACS-GROUP enable&lt;/P&gt;&lt;P&gt;aaa authentication enable default group TACACS-GROUP enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default local&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group TACACS-GROUP if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group TACACS-GROUP if-authenticated&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group TACACS-GROUP&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group TACACS-GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine once I remove the device from ACS. How do I get over this issue? Any advice would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:57:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029745#M396198</guid>
      <dc:creator>pvzcisco07</dc:creator>
      <dc:date>2019-03-10T22:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029746#M396199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PV,&lt;/P&gt;&lt;P&gt;The reason you are not able to issue any command is because, you have command authorization enabled on Router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you don't want that. You need to remove these commands,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no aaa authorization commands 1 default group TACACS-GROUP if-authenticated&lt;/P&gt;&lt;P&gt;no aaa authorization commands 15 default group TACACS-GROUP if-authenticated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These commands are used to authorize what all command user can issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this link, it explain about setting up command authorization using acs,&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;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>Wed, 09 Jul 2008 11:58:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029746#M396199</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-07-09T11:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029747#M396200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;Thanks for you reply.I've got the same command authorization enabled on the other routers as well but I am not having any problems with issuing commands on them.I understand that removing authorization commands will solve the problem but am wondering if there is anything else which may be causing the issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 22:24:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029747#M396200</guid>
      <dc:creator>pvzcisco07</dc:creator>
      <dc:date>2008-07-09T22:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029748#M396201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PV,&lt;/P&gt;&lt;P&gt;Please get the output of debug aaa authorization and debug tacacs&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029748#M396201</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-07-10T11:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029749#M396202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant run any debug commands when the device is on ACS.Please see output below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router01#debug aaa authorization&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;          ^&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router01#debug tacacs&lt;/P&gt;&lt;P&gt;Command authorization failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Incomplete command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 03:51:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029749#M396202</guid>
      <dc:creator>pvzcisco07</dc:creator>
      <dc:date>2008-07-11T03:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029750#M396203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove that device from ACS. Now login and enable debugs. Once that is done, put device back to acs. Open a new session (don't close old) and login. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see debug on your old session. Also check what error you get in acs failed attempts when command failed.&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>Fri, 11 Jul 2008 11:52:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029750#M396203</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-07-11T11:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authorization issue</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029751#M396204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did as you advised. I didnt see any debug results on the  session which I started before adding the device to ACS. I had a look at the failed attempts in ACS and the Authorisation-Failed Code says 'User unknown'.But, I can see a 'Authentication OK' message under Passed Authentication indicating that I've logged in successfully. I've enclosed the result as an attachment.&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>Mon, 14 Jul 2008 01:07:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-issue/m-p/1029751#M396204</guid>
      <dc:creator>pvzcisco07</dc:creator>
      <dc:date>2008-07-14T01:07:21Z</dc:date>
    </item>
  </channel>
</rss>

