<?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 Authentication failed for realm level_15 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891060#M245955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, did you get it working using just local authentication ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, I think you're missing the "ip http authentication aaa" command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a good link about it &lt;A href="http://blog.ioshints.info/2007/04/authenticating-http-requests-with-aaa.html"&gt;http://blog.ioshints.info/2007/04/authenticating-http-requests-with-aaa.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if it helps. Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 02:20:04 GMT</pubDate>
    <dc:creator>Eduardo Aliaga</dc:creator>
    <dc:date>2012-04-24T02:20:04Z</dc:date>
    <item>
      <title>Authentication failed for realm level_15</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891059#M245931</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I'm trying to configure HTTP server to authenticate users with AAA platform. I get the following error while trying to connect with Cisco Configuration Pro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;TNRTAGCS01002#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Apr 23 15:29:42.129 CET: HTTP AAA Login-Authentication List name: default&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Apr 23 15:29:42.165 CET: HTTP: Authentication failed for realm level_15 or view_access&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Apr 23 15:29:42.165 CET: HTTP: Authentication failed for level 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Apr 23 15:29:44.193 CET: HTTP AAA Login-Authentication List name: default&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Apr 23 15:29:44.225 CET: HTTP: Authentication failed for realm level_15 or view_access&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Apr 23 15:29:44.225 CET: HTTP: Authentication failed for level 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Here's the AAA config:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa new-model&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa group server tacacs+ TACACS_group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; server {A}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; server {B}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;tacacs-server host A key A1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;tacacs-server host B key B1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; ip tacacs source-interface GigabitEthernet0/0.1900&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa authentication login default group TACACS_group local&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa authentication enable default none&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa authorization config-commands&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa authorization commands 1 default group TACACS_group if-authenticated &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa authorization commands 15 default group TACACS_group if-authenticated &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;aaa accounting exec default&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; action-type start-stop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; group TACACS_group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:01:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891059#M245931</guid>
      <dc:creator>Wassim Aouadi</dc:creator>
      <dc:date>2019-03-11T02:01:55Z</dc:date>
    </item>
    <item>
      <title>Authentication failed for realm level_15</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891060#M245955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, did you get it working using just local authentication ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, I think you're missing the "ip http authentication aaa" command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a good link about it &lt;A href="http://blog.ioshints.info/2007/04/authenticating-http-requests-with-aaa.html"&gt;http://blog.ioshints.info/2007/04/authenticating-http-requests-with-aaa.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if it helps. Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 02:20:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891060#M245955</guid>
      <dc:creator>Eduardo Aliaga</dc:creator>
      <dc:date>2012-04-24T02:20:04Z</dc:date>
    </item>
    <item>
      <title>Authentication failed for realm level_15</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891061#M245990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, local authentication does work.&lt;/P&gt;&lt;P&gt;I added below the HTTP configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication default&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that HTTP would use the default method list for authentication. Is that possible or should I define a seperate AAA method list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I always rate helpful posts &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 07:29:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-failed-for-realm-level-15/m-p/1891061#M245990</guid>
      <dc:creator>Wassim Aouadi</dc:creator>
      <dc:date>2012-04-24T07:29:08Z</dc:date>
    </item>
  </channel>
</rss>

