<?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: LEAP with Local Radius - Authentication Failed in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330923#M20683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! The confusing part here is the GUI picked those ports, not me. I have noticed that sometimes it will pick 1812/1813 and sometimes 1645/1646. Why would it pick ports that don't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Dec 2004 13:27:19 GMT</pubDate>
    <dc:creator>s.vautour</dc:creator>
    <dc:date>2004-12-03T13:27:19Z</dc:date>
    <item>
      <title>LEAP with Local Radius - Authentication Failed</title>
      <link>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330921#M20681</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently upgraded my Cisco 1220 AP to 12.3(2)JA IOS. I also updated by Client (Toshiba Laptop running WinXP SP1) to the latest ACU Client using version 1.5 of the Wizard. The NIC is a 350 Series Cisco PCMCIA card. It is now on Firmware 5.60.08. The ACU is 6.4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the ACU configured as a LEAP client (no WPA, no CCKM, default settings, saved U/P). I can attach the profile if necesary. My AP is configured as the Local Radius server. Here's the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;LabAP1#show run&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname LabAP1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging buffered 8192 debugging&lt;/P&gt;&lt;P&gt;enable secret 5 xxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username cisco password 7 xxxxxxxxxxx&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.100.1.9&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 10.100.1.10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool DHCPPOOL&lt;/P&gt;&lt;P&gt;   network 10.100.1.8 255.255.255.248&lt;/P&gt;&lt;P&gt;   dns-server 192.168.254.2&lt;/P&gt;&lt;P&gt;   default-router 10.100.1.9&lt;/P&gt;&lt;P&gt;   lease 5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_eap&lt;/P&gt;&lt;P&gt; server 10.100.1.10 auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_mac&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_acct&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_admin&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ tac_admin&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_pmip&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius dummy&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius rad_eap1&lt;/P&gt;&lt;P&gt; server 10.100.1.10 auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login eap_methods group rad_eap&lt;/P&gt;&lt;P&gt;aaa authentication login mac_methods local&lt;/P&gt;&lt;P&gt;aaa authentication login eap_methods1 group rad_eap1&lt;/P&gt;&lt;P&gt;aaa authorization exec default local&lt;/P&gt;&lt;P&gt;aaa accounting network acct_methods start-stop group rad_acct&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;bridge irb&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Dot11Radio0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; encryption mode wep mandatory&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; broadcast-key change 300&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid LEAPSSID&lt;/P&gt;&lt;P&gt;    authentication network-eap eap_methods1&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; speed basic-1.0 basic-2.0 basic-5.5 basic-11.0&lt;/P&gt;&lt;P&gt; station-role root&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; bridge-group 1 subscriber-loop-control&lt;/P&gt;&lt;P&gt; bridge-group 1 block-unknown-source&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&lt;/P&gt;&lt;P&gt; no bridge-group 1 unicast-flooding&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; speed 10&lt;/P&gt;&lt;P&gt; half-duplex&lt;/P&gt;&lt;P&gt; bridge-group 1&lt;/P&gt;&lt;P&gt; no bridge-group 1 source-learning&lt;/P&gt;&lt;P&gt; bridge-group 1 spanning-disabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; ip address 10.100.1.10 255.255.255.248&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip default-gateway 10.100.1.9&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;ip http help-path &lt;A class="jive-link-custom" 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;/P&gt;&lt;P&gt;ip radius source-interface BVI1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server local&lt;/P&gt;&lt;P&gt;  nas 10.100.1.10 key xxxxx&lt;/P&gt;&lt;P&gt;  user test1 nthash xxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;radius-server attribute 32 include-in-access-req format %h&lt;/P&gt;&lt;P&gt;radius-server host 10.100.1.10 auth-port 1645 acct-port 1646 key xxxx&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;bridge 1 route ip&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Laptop will not associate with the AP. If I remove the Encryption settings and change the SSID to Open Auth, everything works with excellent signal strength. The Local Radius server is not showing any hits. The output of the debug is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same config working before. The only difference is the new IOS code and Client Firmware/ACU. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 17:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330921#M20681</guid>
      <dc:creator>s.vautour</dc:creator>
      <dc:date>2021-07-04T17:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: LEAP with Local Radius - Authentication Failed</title>
      <link>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330922#M20682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have serious concerns on why it ever works. Local radius server only support UDP port 1812 (for authentication) and 1813 (for accounting). You configure 1645 and 1646 for radius authentication and accounting. Thus, the AP should never receive an response on the radius request from the local radius server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to use UDP port 1812 and 1813.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2004 00:09:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330922#M20682</guid>
      <dc:creator>dixho</dc:creator>
      <dc:date>2004-12-02T00:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: LEAP with Local Radius - Authentication Failed</title>
      <link>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330923#M20683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! The confusing part here is the GUI picked those ports, not me. I have noticed that sometimes it will pick 1812/1813 and sometimes 1645/1646. Why would it pick ports that don't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Serge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2004 13:27:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/leap-with-local-radius-authentication-failed/m-p/330923#M20683</guid>
      <dc:creator>s.vautour</dc:creator>
      <dc:date>2004-12-03T13:27:19Z</dc:date>
    </item>
  </channel>
</rss>

