<?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 Neno, in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835344#M56392</link>
    <description>&lt;P&gt;Neno,&lt;/P&gt;
&lt;P&gt;But why would some show commands work and not others?&amp;nbsp; My console line is configured to use the local database only; not TACACS+&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2015 18:06:16 GMT</pubDate>
    <dc:creator>Terence Lockette</dc:creator>
    <dc:date>2015-12-29T18:06:16Z</dc:date>
    <item>
      <title>Command Authorization Failed on certain show commands</title>
      <link>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835341#M56389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Here is my current AAA configuration on our switches:&lt;/P&gt;
&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group tacacs+ local&lt;BR /&gt;aaa authentication login console local&lt;BR /&gt;aaa authentication enable default enable&lt;BR /&gt;aaa authorization console&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group tacacs+&lt;BR /&gt;aaa authorization exec console local&lt;BR /&gt;aaa authorization commands 0 default group tacacs+ local&lt;BR /&gt;aaa authorization commands 0 console local&lt;BR /&gt;aaa authorization commands 1 default group tacacs+ local&lt;BR /&gt;aaa authorization commands 15 default group tacacs+ local&lt;BR /&gt;aaa authorization commands 15 console local&lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;
&lt;P&gt;line con 0&lt;BR /&gt;&amp;nbsp;authorization commands 0 console&lt;BR /&gt;&amp;nbsp;authorization commands 15 console&lt;BR /&gt;&amp;nbsp;authorization exec console&lt;BR /&gt;&amp;nbsp;logging synchronous&lt;BR /&gt;&amp;nbsp;login authentication console&lt;/P&gt;
&lt;P&gt;The issue I'm having is that I'm getting 'command authorization failed' while logged in with the local account rather than a TACACS+ account when attempting to run certain show commands.&amp;nbsp; Some of the commands are 'show etherchannel summ', 'show interface status', and 'show version'.&amp;nbsp; I can, however, perform a show run and get into global config mode.&amp;nbsp; If I disconnect the uplink from the network, then I can run any and all show commands.&amp;nbsp; It's only when I'm connected to the network and our ACS server is reachable that I get these errors.&amp;nbsp; Any ideas why I can do a show run but not other show commands?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Terence&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:21:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835341#M56389</guid>
      <dc:creator>Terence Lockette</dc:creator>
      <dc:date>2019-03-11T06:21:27Z</dc:date>
    </item>
    <item>
      <title>Hi Terence, </title>
      <link>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835342#M56390</link>
      <description>&lt;P&gt;Hi Terence,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way AAA works is that the "groups" of databases/devices are checked in the order that they are configured. If the first database/device is available any subsequent ones will only be checked if that database/device is not available. So in your configuration, the TACACS+ server is the first one on the list while the local database is second. Thus, the local database is only considered/checked if the TACACS+ server becomes unavailable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2015 19:53:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835342#M56390</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-12-28T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Terence,</title>
      <link>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835343#M56391</link>
      <description>&lt;P&gt;Terence,&lt;/P&gt;
&lt;P&gt;You have "commands 0", but the show commands above are executed at level 1.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2015 19:58:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835343#M56391</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2015-12-28T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Neno,</title>
      <link>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835344#M56392</link>
      <description>&lt;P&gt;Neno,&lt;/P&gt;
&lt;P&gt;But why would some show commands work and not others?&amp;nbsp; My console line is configured to use the local database only; not TACACS+&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2015 18:06:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835344#M56392</guid>
      <dc:creator>Terence Lockette</dc:creator>
      <dc:date>2015-12-29T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Terence,</title>
      <link>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835345#M56393</link>
      <description>&lt;P&gt;Terence,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please see my comment above. You're trying to authorize commands as if they run at privilege level 0, but they run at privilege level 1.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 14:03:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/command-authorization-failed-on-certain-show-commands/m-p/2835345#M56393</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2015-12-30T14:03:12Z</dc:date>
    </item>
  </channel>
</rss>

