<?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 EAP and static WEP in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323296#M11311</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;does anyone knows if the 1200 series cisco access points support eap authentication with fixed wep keys? I've got a customer of mine with 500+ brand new field PCs, with no pcmcia nor pci slots and however no wireless hardware embedded. Now he wants to go wireless with the highest degree of security, but the only choice we have is to plug a wireless adapter out of the Ethernet interface. However no wireless adapter does support dynamic wep keys, so the customer says it should be enough security applying an eap method with static wep keys, but in our labs we wasn't able to make it working with a 1230 cisco ap and ios 12.3(2). &lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;Massimo Baschieri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 17:22:44 GMT</pubDate>
    <dc:creator>mbaschieri</dc:creator>
    <dc:date>2021-07-04T17:22:44Z</dc:date>
    <item>
      <title>EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323296#M11311</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;does anyone knows if the 1200 series cisco access points support eap authentication with fixed wep keys? I've got a customer of mine with 500+ brand new field PCs, with no pcmcia nor pci slots and however no wireless hardware embedded. Now he wants to go wireless with the highest degree of security, but the only choice we have is to plug a wireless adapter out of the Ethernet interface. However no wireless adapter does support dynamic wep keys, so the customer says it should be enough security applying an eap method with static wep keys, but in our labs we wasn't able to make it working with a 1230 cisco ap and ios 12.3(2). &lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;Massimo Baschieri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 17:22:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323296#M11311</guid>
      <dc:creator>mbaschieri</dc:creator>
      <dc:date>2021-07-04T17:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323297#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely.&lt;/P&gt;&lt;P&gt;The following is from one of my 350 AP's...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 802.11b int (D0) has it's encryption set to mandatory WEP with a static key in slot 1..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first service set (ssid noeap) is for a couple of old legacy wlan adapters with no EAP support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second sevice set works for both EAP/PEAP and EAP/EAP-FAST.... authenticating through a RADIUS server.&lt;/P&gt;&lt;P&gt;It's just my personal opinion, but I would dump 12.3(2) and stay with 12.2(15)XR2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the clients I use Funk's Odyssey clinet which allows me to setup login/network profiles. &lt;/P&gt;&lt;P&gt;I have the RADIUS re-keying every 30 minutes or so and am of the opinion that this would be a reasonably secure WLAN setup.&lt;/P&gt;&lt;P&gt;&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 key 1 size 128bit xxx transmit-key&lt;/P&gt;&lt;P&gt; encryption mode wep mandatory&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid noeap&lt;/P&gt;&lt;P&gt;    authentication open&lt;/P&gt;&lt;P&gt;    accounting acct_methods&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid eapPEAP eapEAP-FAST&lt;/P&gt;&lt;P&gt;    authentication open eap eap_methods&lt;/P&gt;&lt;P&gt;    authentication network-eap eap_methods&lt;/P&gt;&lt;P&gt;    accounting acct_methods             &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jan 2005 01:45:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323297#M11312</guid>
      <dc:creator>dsidley</dc:creator>
      <dc:date>2005-01-23T01:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323298#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, tnx for your reply.&lt;/P&gt;&lt;P&gt;My setup is almost identical the yours except that I'm working on a 1230 with 12.3(2) and I'm using vlans, this is my setup&lt;/P&gt;&lt;P&gt;encryption key 1 size 128bit xxxx transmit-key&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; encryption vlan 1 mode wep mandatory&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt; ssid tsunami&lt;/P&gt;&lt;P&gt;    vlan 1&lt;/P&gt;&lt;P&gt;    authentication open eap eap_rad&lt;/P&gt;&lt;P&gt;    authentication network-eap eap_rad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is what receive from the ap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan 24 08:54:59.622: %DOT11-7-AUTH_FAILED: Station 0000.8661.2192 Authentication&lt;/P&gt;&lt;P&gt; failed&lt;/P&gt;&lt;P&gt;Jan 24 08:55:04.964: AAA/BIND(0000000F): Bind i/f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to get rid of vlans without any luck.&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;    Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2005 07:58:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323298#M11313</guid>
      <dc:creator>mbaschieri</dc:creator>
      <dc:date>2005-01-24T07:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323299#M11314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like these are non-cisco cards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried turning off Aironet extensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;Issues with NON Cisco clients trying to associate&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Aironet extensions are enabled by default to detect the capabilities of Cisco Aironet client devices for features such as load balancing, MIC, TKIP, Repeater Mode, World Mode and Limiting the power level on an associated device, see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/wireless/ps430/products_installation_and_configuration_guide_chapter09186a008014868c.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/wireless/ps430/products_installation_and_configuration_guide_chapter09186a008014868c.html&lt;/A&gt; - 1038065&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can also affect the ability for NONE Cisco clients to associate with the AP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To turn off Aironet extensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface dot11radio 0&lt;/P&gt;&lt;P&gt;           no dot11 extension aironet      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;PD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2005 16:16:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323299#M11314</guid>
      <dc:creator>paddyxdoyle</dc:creator>
      <dc:date>2005-01-24T16:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323300#M11315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick, tnx for your reply.&lt;/P&gt;&lt;P&gt;Yes, it's not a cisco card, more precisely is an ethernet-to-wireless adapter from axis, at the moment is the only one I have.&lt;/P&gt;&lt;P&gt;I've tried a cisco card but it doesn't allow me to configure a static wep key when I enable .1x auth.&lt;/P&gt;&lt;P&gt;Anyway aironet extensions are disabled.&lt;/P&gt;&lt;P&gt;Tnx again,&lt;/P&gt;&lt;P&gt;          Max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2005 17:45:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323300#M11315</guid>
      <dc:creator>mbaschieri</dc:creator>
      <dc:date>2005-01-24T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323301#M11316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you happen to know of any free client software?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 14:01:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323301#M11316</guid>
      <dc:creator>bm_5789</dc:creator>
      <dc:date>2005-01-25T14:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323302#M11317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact I'm trying with WinXP EAP-PEAP and EAP-TLS native client, I'm waiting for an odyssey license, are you saying that will make the difference?&lt;/P&gt;&lt;P&gt;Tnx,&lt;/P&gt;&lt;P&gt;    Max. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 14:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323302#M11317</guid>
      <dc:creator>mbaschieri</dc:creator>
      <dc:date>2005-01-25T14:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: EAP and static WEP</title>
      <link>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323303#M11318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your encryption statements are incorrect...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example it appears that you are missing the vlan parameter for your encryption key slot 1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encryption vlan 1 key 1 size 128bit, etc, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either add the above to your RF interface or remove the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encryption vlan 1 mode wep mandatory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and replace with &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;They have to match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't enable vlans unless you plan on using multiple ssid's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DaveFromPeg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 15:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/eap-and-static-wep/m-p/323303#M11318</guid>
      <dc:creator>dsidley</dc:creator>
      <dc:date>2005-01-25T15:56:59Z</dc:date>
    </item>
  </channel>
</rss>

