<?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 console command in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803581#M213764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing your experience about authorization problems.I find that many people do not understand well the importance of configuring if-authenticated when configuring authorization. Your post is a good reminder about this important part of the configuration. Many of us have learned these lessons the hard way and we all can benefit from a reminder about the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 17:47:58 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2012-01-13T17:47:58Z</dc:date>
    <item>
      <title>aaa authorization console command</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803577#M213760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really understand the need of the command "&lt;STRONG&gt;aaa authorization console"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;We indeed often configure these lines, which according to me already ar eapplied by default to VTY, Console, etc ...:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;aaa authorization exec default group tacacs+ if-authenticated &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;aaa authorization commands 15 default group tacacs+ if-authenticated &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Am I wrong? Or do these lines apply only to the VTY linse?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Thanks by advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 01:31:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803577#M213760</guid>
      <dc:creator>parisdooz12</dc:creator>
      <dc:date>2019-03-11T01:31:45Z</dc:date>
    </item>
    <item>
      <title>aaa authorization console command</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803578#M213761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In IOS by default Cisco does not perform authorization on the console. When you configure aaa authorization it is applied to vty but not to console. Basically this is to make it harder for you to lock yourself out of the router or switch. If you want authorization to be applied on the console then you must explicitly configure it (and be very carefull that it is configured correctly or you can wind up being locked out of the router - think especially of how it will work when you can not get to the external aaa server that is normally doing the authorization).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 18:55:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803578#M213761</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2011-11-07T18:55:11Z</dc:date>
    </item>
    <item>
      <title>aaa authorization console command</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803579#M213762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perfect, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 19:59:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803579#M213762</guid>
      <dc:creator>parisdooz12</dc:creator>
      <dc:date>2011-11-10T19:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authorization console command</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803580#M213763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I learned this locking out form console today in the hard-way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use as standard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;aaa authentication login default group tacacs+ enable
aaa authentication enable default group tacacs+ enable
aaa authorization console
aaa authorization exec default local group tacacs+ if-authenticated
aaa authorization commands 1 default group tacacs+ if-authenticated 
aaa authorization commands 15 default group tacacs+ if-authenticated 
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I missed the trailing "if-authenticated" in line "aaa authorization exec default local group tacacs+ if-authenticated", unfortuanatly also the tacacs serves wasn't reachable.&lt;/P&gt;&lt;P&gt;So no way to log in without the hard way rebooting and reconfiguring again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 14:47:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803580#M213763</guid>
      <dc:creator>dg185302</dc:creator>
      <dc:date>2012-01-13T14:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authorization console command</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803581#M213764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing your experience about authorization problems.I find that many people do not understand well the importance of configuring if-authenticated when configuring authorization. Your post is a good reminder about this important part of the configuration. Many of us have learned these lessons the hard way and we all can benefit from a reminder about the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 17:47:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-console-command/m-p/1803581#M213764</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2012-01-13T17:47:58Z</dc:date>
    </item>
  </channel>
</rss>

