<?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 for console connection in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72719#M759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was the solution.  &lt;/P&gt;&lt;P&gt;   I notice that once the hidden command is entered and the config saved to startup, it survives a reboot, however, there is no way to tell that it is there other than logging into the console and seeing the result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2002 13:42:40 GMT</pubDate>
    <dc:creator>gcyeaw</dc:creator>
    <dc:date>2002-11-08T13:42:40Z</dc:date>
    <item>
      <title>AAA authorization for console connection</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72716#M745</link>
      <description>&lt;P&gt;  I have a user configured in the TACACS server to receive privalege level 15. When that user telnets to a router he gets level 15, but when he connects via the console he only gets level 1. A debug trace shows only the authentication, there is no authorization exchange for the console connection.  Is there a parameter I am missing?&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 ppp if-needed group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:05:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72716#M745</guid>
      <dc:creator>gcyeaw</dc:creator>
      <dc:date>2020-02-21T18:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization for console connection</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72717#M750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of IOS are you using? There are some issues with this in older versions of IOS.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your IOS supports it, try using the:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization console &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, assign a list to the console and see if this works such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec CONSOLE default group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;author exec CONSOLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if this works.&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, 07 Nov 2002 15:04:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72717#M750</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-11-07T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization for console connection</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72718#M755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per the following Samle Configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/warp/public/480/8.shtml" target="_blank"&gt;http://www.cisco.com/warp/public/480/8.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Console port authorization was not added as a feature until Bug ID CSCdi82030 was implemented.  Console port authorization is off by default to lessen the likelihood of accidentally being locked out of the router. If a user has physical access to the router via the console, console port authorization is not extremely effective. However, for images in which Bug ID CSCdi82030 has been implemented, console port authorization can be turned on under line con 0 with the hidden command aaa authorization console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nairi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2002 23:48:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72718#M755</guid>
      <dc:creator>Nairi Adamian</dc:creator>
      <dc:date>2002-11-07T23:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization for console connection</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72719#M759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was the solution.  &lt;/P&gt;&lt;P&gt;   I notice that once the hidden command is entered and the config saved to startup, it survives a reboot, however, there is no way to tell that it is there other than logging into the console and seeing the result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2002 13:42:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72719#M759</guid>
      <dc:creator>gcyeaw</dc:creator>
      <dc:date>2002-11-08T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authorization for console connection</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72720#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had tried the list already along with a host of other variations. I am running 12.2-7a.  'aaa authorization console' solved the problem.  Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2002 13:45:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authorization-for-console-connection/m-p/72720#M761</guid>
      <dc:creator>gcyeaw</dc:creator>
      <dc:date>2002-11-08T13:45:29Z</dc:date>
    </item>
  </channel>
</rss>

