<?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 Hi ,Thanks what does this in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724258#M57254</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks what does this command do , what if i don't need console authentication ?&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 05:57:37 GMT</pubDate>
    <dc:creator>bluesea2010</dc:creator>
    <dc:date>2015-10-07T05:57:37Z</dc:date>
    <item>
      <title>% Authorization failed</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724256#M57252</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have below configuration , for some reason i cannot access console .getting &amp;nbsp;&amp;nbsp;% Authorization failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication attempts login 3&lt;BR /&gt;aaa authentication login console none&lt;BR /&gt;aaa authentication login ssh group radius local&lt;BR /&gt;aaa authentication dot1x default group radius&lt;BR /&gt;aaa authorization exec default group radius local&amp;nbsp;&lt;BR /&gt;aaa authorization network default group radius&amp;nbsp;&lt;BR /&gt;aaa accounting session-duration ntp-adjusted&lt;BR /&gt;aaa accounting update periodic 15&lt;BR /&gt;aaa accounting identity default start-stop group radius&lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;&amp;nbsp;client 10.0.10.1 server-key key&lt;BR /&gt;&amp;nbsp;client 10.0.10.2 server-key key&lt;BR /&gt;&amp;nbsp;auth-type any&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;line con 0&lt;BR /&gt;&amp;nbsp;exec-timeout 0 0&lt;BR /&gt;&amp;nbsp;login authentication console&lt;BR /&gt;&amp;nbsp;stopbits 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 06:07:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724256#M57252</guid>
      <dc:creator>bluesea2010</dc:creator>
      <dc:date>2019-03-11T06:07:51Z</dc:date>
    </item>
    <item>
      <title>Looks like you are missing</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724257#M57253</link>
      <description>&lt;P&gt;Looks like you are missing two commands:&lt;/P&gt;&lt;P&gt;Globally:&lt;/P&gt;&lt;P style="margin:0in;font-family:Calibri;font-size:11.0pt"&gt;&lt;!--StartFragment--&gt;&lt;STRONG&gt;aaa authorization console&amp;nbsp;&lt;/STRONG&gt;&lt;!--EndFragment--&gt;&lt;/P&gt;&lt;P style="margin:0in;font-family:Calibri;font-size:11.0pt"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under the Console Line:&lt;/P&gt;&lt;P style="margin:0in;font-family:Calibri;font-size:11.0pt"&gt;&lt;!--StartFragment--&gt;&lt;STRONG&gt;authorization exec default&lt;/STRONG&gt;&lt;!--EndFragment--&gt;&lt;/P&gt;&lt;P style="margin:0in;font-family:Calibri;font-size:11.0pt"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin:0in;font-family:Calibri;font-size:11.0pt"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin:0in;font-family:Calibri;font-size:11.0pt"&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:54:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724257#M57253</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-10-06T18:54:15Z</dc:date>
    </item>
    <item>
      <title>Hi ,Thanks what does this</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724258#M57254</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks what does this command do , what if i don't need console authentication ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 05:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724258#M57254</guid>
      <dc:creator>bluesea2010</dc:creator>
      <dc:date>2015-10-07T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Well there are three parts to</title>
      <link>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724259#M57255</link>
      <description>&lt;P&gt;Well there are three parts to AAA. Authentication, Authorization and Accounting. Based on your original output it appears that you are passing authentication but failing authorization. Thus, you must enable authorization for the console line as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to disable AAA from being performed on the console line then do this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;line con 0&lt;/SPAN&gt;&lt;BR style="font-size: 14.4px; line-height: normal;" /&gt;&lt;SPAN style="color:#FF0000;"&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;&amp;nbsp;no &amp;nbsp;login authentication console&lt;/SPAN&gt;&lt;BR style="font-size: 14.4px; line-height: normal;" /&gt;&lt;SPAN style="font-size: 14.4px; line-height: normal;"&gt;&amp;nbsp;no login&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: Calibri; font-size: 14.6667px; line-height: normal; background-color: rgb(249, 249, 249);"&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:39:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authorization-failed/m-p/2724259#M57255</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2015-10-07T16:39:57Z</dc:date>
    </item>
  </channel>
</rss>

