<?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: AAA authorization problem in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988994#M401304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;What you are getting is not a expected behavior. By default Command authorization is disabled on console port, so from console session it should not check for any authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable it we need to use a hidden command on IOS aaa authorization console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you have not issued that command but still it is checking for the authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems that we are hitting a bug here. Please check these bug CSCeb08860  &amp;amp; CSCsg74428.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls consider upgrade or apply a work around described in bug.&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>Fri, 18 Jul 2008 07:00:55 GMT</pubDate>
    <dc:creator>Jagdeep Gambhir</dc:creator>
    <dc:date>2008-07-18T07:00:55Z</dc:date>
    <item>
      <title>AAA authorization problem</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988990#M401300</link>
      <description>&lt;P&gt;I have the following config on my switch...&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 CONSOLE line&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 10 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;&lt;/P&gt;&lt;P&gt;The problem is that when I log into the switch via console port, and I enter these commands in, I instantly get "Command Authorization Failed" on any commands there after.  It's mind boggling because there is no possible way the switch is talking to my Cisco ACS.  I didn't even put in the tacacs-server key.  I'm being forced to reboot the box each time. What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time. I'm using IOS Version 12.2(25)SEB4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Andrew&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:58:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988990#M401300</guid>
      <dc:creator>spanglenuts</dc:creator>
      <dc:date>2019-03-10T22:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization problem</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988991#M401301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Before doing the tacacs configuration create one local user.&lt;/P&gt;&lt;P&gt;add the following commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username cisco password cisco&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local &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;tacacs-server host x.x.x.x&lt;/P&gt;&lt;P&gt;tacacs-server key ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please score me if it help to you&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, 17 Jul 2008 13:24:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988991#M401301</guid>
      <dc:creator>chaitu_kranthi</dc:creator>
      <dc:date>2008-07-17T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization problem</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988992#M401302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just so I'm clear, After I create a user account, should I only do the commands that you listed, or can I do all of my commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll make sure to score ya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 13:38:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988992#M401302</guid>
      <dc:creator>spanglenuts</dc:creator>
      <dc:date>2008-07-17T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization problem</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988993#M401303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my concern those commands are enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 13:52:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988993#M401303</guid>
      <dc:creator>chaitu_kranthi</dc:creator>
      <dc:date>2008-07-17T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization problem</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988994#M401304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;What you are getting is not a expected behavior. By default Command authorization is disabled on console port, so from console session it should not check for any authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable it we need to use a hidden command on IOS aaa authorization console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you have not issued that command but still it is checking for the authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems that we are hitting a bug here. Please check these bug CSCeb08860  &amp;amp; CSCsg74428.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls consider upgrade or apply a work around described in bug.&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>Fri, 18 Jul 2008 07:00:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-problem/m-p/988994#M401304</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-07-18T07:00:55Z</dc:date>
    </item>
  </channel>
</rss>

