<?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 I haven't setup autonomous in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498458#M89350</link>
    <description>&lt;P&gt;I haven't setup autonomous APs before but I think I might see the problem. You are defining an&amp;nbsp;&lt;STRONG&gt;authentication list&amp;nbsp;&lt;/STRONG&gt;called "eap_methods" but you never call for it in your SSID settings. Instead there you call a list named "eap_list" In addition, I think you might be missing one more command. So perhaps try this:&lt;/P&gt;

&lt;PRE&gt;
dot11 ssid test
   authentication open eap &lt;STRONG&gt;eap_methods&lt;/STRONG&gt;
   &lt;STRONG&gt;authentication network-eap eap_methods&lt;/STRONG&gt;
   authentication key-management wpa version 2
   guest-mode&lt;/PRE&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2014 06:27:37 GMT</pubDate>
    <dc:creator>nspasov</dc:creator>
    <dc:date>2014-07-25T06:27:37Z</dc:date>
    <item>
      <title>Problem authenticating Wireless users with peap</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498457#M89349</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently trying to authenticate wireless users using PEAP and an external RADIUS server. The problem is when I try to authenticate I get this error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AAA/AUTHEN/PPP : Pick method list 'Permanent Local'&lt;/P&gt;&lt;P&gt;DOT11-7-AUTH_FAILED : Station ... Authentication failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It shouldn't use local authentication, but the aaa server I configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked on the internet but didn't find a working solution.&lt;/P&gt;&lt;P&gt;Does anyone know why it is not working ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my running configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current configuration : 4276 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 00:45:40 UTC Mon Mar 1 1993&lt;BR /&gt;! NVRAM config last updated at 16:38:23 UTC Thu Jul 24 2014&lt;BR /&gt;! NVRAM config last updated at 16:38:23 UTC Thu Jul 24 2014&lt;BR /&gt;version 15.2&lt;BR /&gt;no service pad&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname ap&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;logging rate-limit console 9&lt;BR /&gt;enable secret 5 $1$QVC3$dIVAarlXOo52rN3ceZm1k0&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius rad_eap&lt;BR /&gt;&amp;nbsp;server 192.168.2.2 auth-port 1812 acct-port 1813&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius rad_mac&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius rad_acct&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius rad_admin&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ tac_admin&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius rad_pmip&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius dummy&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login eap_methods group rad_eap&lt;BR /&gt;aaa authentication login mac_methods local&lt;BR /&gt;aaa authorization exec default local&lt;BR /&gt;aaa accounting network acct_methods start-stop group rad_acct&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;no ip routing&lt;BR /&gt;no ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;dot11 syslog&lt;BR /&gt;!&lt;BR /&gt;dot11 ssid test&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication open eap eap_list&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication key-management wpa version 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; guest-mode&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;eap profile peap&lt;BR /&gt;&amp;nbsp;method peap&lt;BR /&gt;!&lt;BR /&gt;crypto pki token default removal timeout 0&lt;BR /&gt;!&lt;BR /&gt;...&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;bridge irb&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;no ip route-cache&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;encryption mode ciphers aes-ccm&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;ssid test&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;antenna gain 0&lt;BR /&gt;&amp;nbsp;stbc&lt;BR /&gt;&amp;nbsp;beamform ofdm&lt;BR /&gt;&amp;nbsp;station-role root&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;bridge-group 1 subscriber-loop-control&lt;BR /&gt;&amp;nbsp;bridge-group 1 spanning-disabled&lt;BR /&gt;&amp;nbsp;bridge-group 1 block-unknown-source&lt;BR /&gt;&amp;nbsp;no bridge-group 1 source-learning&lt;BR /&gt;&amp;nbsp;no bridge-group 1 unicast-flooding&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;no ip route-cache&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;antenna gain 0&lt;BR /&gt;&amp;nbsp;no dfs band block&lt;BR /&gt;&amp;nbsp;channel dfs&lt;BR /&gt;&amp;nbsp;station-role root&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;bridge-group 1 subscriber-loop-control&lt;BR /&gt;&amp;nbsp;bridge-group 1 spanning-disabled&lt;BR /&gt;&amp;nbsp;bridge-group 1 block-unknown-source&lt;BR /&gt;&amp;nbsp;no bridge-group 1 source-learning&lt;BR /&gt;&amp;nbsp;no bridge-group 1 unicast-flooding&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;no ip route-cache&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;dot1x pae authenticator&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;bridge-group 1 spanning-disabled&lt;BR /&gt;&amp;nbsp;no bridge-group 1 source-learning&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt;&amp;nbsp;ip address 192.168.3.10 255.255.255.0&lt;BR /&gt;&amp;nbsp;no ip route-cache&lt;BR /&gt;!&lt;BR /&gt;ip default-gateway IP&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;ip http server&lt;BR /&gt;ip http secure-server&lt;BR /&gt;ip http help-path &lt;A href="http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag" target="_blank"&gt;http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag&lt;/A&gt;&lt;BR /&gt;ip radius source-interface BVI1&lt;BR /&gt;!&lt;BR /&gt;radius-server attribute 32 include-in-access-req format %h&lt;BR /&gt;radius-server host 192.168.2.2 auth-port 1812 acct-port 1813 key 7 140441081E501F0B7D&lt;BR /&gt;radius-server vsa send accounting&lt;BR /&gt;!&lt;BR /&gt;bridge 1 route ip&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;transport input all&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 04:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498457#M89349</guid>
      <dc:creator>drombau14</dc:creator>
      <dc:date>2019-03-11T04:53:33Z</dc:date>
    </item>
    <item>
      <title>I haven't setup autonomous</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498458#M89350</link>
      <description>&lt;P&gt;I haven't setup autonomous APs before but I think I might see the problem. You are defining an&amp;nbsp;&lt;STRONG&gt;authentication list&amp;nbsp;&lt;/STRONG&gt;called "eap_methods" but you never call for it in your SSID settings. Instead there you call a list named "eap_list" In addition, I think you might be missing one more command. So perhaps try this:&lt;/P&gt;

&lt;PRE&gt;
dot11 ssid test
   authentication open eap &lt;STRONG&gt;eap_methods&lt;/STRONG&gt;
   &lt;STRONG&gt;authentication network-eap eap_methods&lt;/STRONG&gt;
   authentication key-management wpa version 2
   guest-mode&lt;/PRE&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 06:27:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498458#M89350</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-07-25T06:27:37Z</dc:date>
    </item>
    <item>
      <title>Thank you so much, I had read</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498459#M89351</link>
      <description>&lt;P&gt;Thank you so much, I had read this many times but I had not seen this error.&lt;/P&gt;&lt;P&gt;It now works perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 08:37:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498459#M89351</guid>
      <dc:creator>drombau14</dc:creator>
      <dc:date>2014-07-25T08:37:57Z</dc:date>
    </item>
    <item>
      <title>It happens to all of us :)</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498460#M89352</link>
      <description>&lt;P&gt;It happens to all of us &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Glad I was able to help!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2014 08:39:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-authenticating-wireless-users-with-peap/m-p/2498460#M89352</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-07-25T08:39:44Z</dc:date>
    </item>
  </channel>
</rss>

