<?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 MAC &amp; Static WEP Authentication in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398057#M20666</link>
    <description>&lt;P&gt;I'm running ap1200 with ACS 3.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlan2, 3 and 4 - LEAP &amp;amp; MAC authen&lt;/P&gt;&lt;P&gt;Vlan5 and 6 - MAC &amp;amp; Static WEP&lt;/P&gt;&lt;P&gt;Vlan7 - MAC Authen&lt;/P&gt;&lt;P&gt;Vlan 10 - Management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlans 2, 3 and 4 work correctly. Same with Vlan 7 and 10.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlans 5 and 6 are a problem.  No association to the AP.  Static wep keys and ssid's have been entered and reentered several times.  No solution has been found.  Anyone have any ideas?&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 17:21:55 GMT</pubDate>
    <dc:creator>bm_5789</dc:creator>
    <dc:date>2021-07-04T17:21:55Z</dc:date>
    <item>
      <title>MAC &amp; Static WEP Authentication</title>
      <link>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398057#M20666</link>
      <description>&lt;P&gt;I'm running ap1200 with ACS 3.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlan2, 3 and 4 - LEAP &amp;amp; MAC authen&lt;/P&gt;&lt;P&gt;Vlan5 and 6 - MAC &amp;amp; Static WEP&lt;/P&gt;&lt;P&gt;Vlan7 - MAC Authen&lt;/P&gt;&lt;P&gt;Vlan 10 - Management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlans 2, 3 and 4 work correctly. Same with Vlan 7 and 10.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlans 5 and 6 are a problem.  No association to the AP.  Static wep keys and ssid's have been entered and reentered several times.  No solution has been found.  Anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 17:21:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398057#M20666</guid>
      <dc:creator>bm_5789</dc:creator>
      <dc:date>2021-07-04T17:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: MAC &amp; Static WEP Authentication</title>
      <link>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398058#M20667</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;The config i have used to test this which works using ACS3.2 is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login mac_methods group rad_mac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius rad_mac&lt;/P&gt;&lt;P&gt;  server &lt;IP_ADDRESS&gt; auth-port 1645 acct-port 1646&lt;/IP_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host &lt;IP_ADDRESS&gt; auth-port 1645 acct-port 1646 key 0 &lt;SHARED secret=""&gt;&lt;/SHARED&gt;&lt;/IP_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Dot11Radio0         &lt;/P&gt;&lt;P&gt; ssid &lt;SSID_ID&gt;&lt;/SSID_ID&gt;&lt;/P&gt;&lt;P&gt; vlan &lt;VLAN_ID&gt;&lt;/VLAN_ID&gt;&lt;/P&gt;&lt;P&gt; authentication open mac-address mac_methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encryption vlan &lt;VLAN_ID&gt; key 1 size 128bit xxxx transmit-key&lt;/VLAN_ID&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encryption vlan &lt;VLAN_ID&gt; mode wep mandatory&lt;/VLAN_ID&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be worth comparing with yours?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Paddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2005 13:10:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398058#M20667</guid>
      <dc:creator>paddyxdoyle</dc:creator>
      <dc:date>2005-01-19T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAC &amp; Static WEP Authentication</title>
      <link>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398059#M20668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the config.  I've gone over mine and it looks identical.  I've pretty much gone over all aspects; ssid, wep keys, ip address, SM, gateway, I've run out of ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2005 14:01:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398059#M20668</guid>
      <dc:creator>bm_5789</dc:creator>
      <dc:date>2005-01-19T14:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: MAC &amp; Static WEP Authentication</title>
      <link>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398060#M20669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you change these VLANs to use say LEAP and MAC authen which you know works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be a VLAN configuration issue with 5 &amp;amp; 6 on you AP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps in the cisco doc using vlan1,2,&amp;amp;3 as examples show:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Configure or confirm the configuration of these VLANs on one of the switches on your LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. On the access point, assign an SSID to each VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Assign authentication types to each SSID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Configure VLAN 1, the Management VLAN, on both the fastethernet and dot11radio interfaces on the access point. You should make this VLAN the native VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Configure VLANs 2 and 3 on both the fastethernet and dot11radio interfaces on the access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Configure the client devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Paddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 00:16:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/mac-static-wep-authentication/m-p/398060#M20669</guid>
      <dc:creator>paddyxdoyle</dc:creator>
      <dc:date>2005-01-20T00:16:02Z</dc:date>
    </item>
  </channel>
</rss>

