<?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: local radius + mac-filter ? in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168044#M98641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you can do that, but you don't actually need those two first "authentication" commands. These two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authentication open mac-address mac_methods eap EAP_LOCAL &lt;/P&gt;&lt;P&gt;authentication network-eap EAP_LOCAL mac-address mac_methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will overwrite these two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authentication open eap EAP_LOCAL &lt;/P&gt;&lt;P&gt;authentication network-eap EAP_LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you'll just be left with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot11 ssid wlan-ap &lt;/P&gt;&lt;P&gt; authentication key-management wpa &lt;/P&gt;&lt;P&gt; authentication open mac-address mac_methods eap EAP_LOCAL &lt;/P&gt;&lt;P&gt; authentication network-eap EAP_LOCAL mac-address mac_methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can also use "dot11 association", but you'd have to keep track of your access-list 700 on each access-point independently for each client. With RADIUS-based MAC authentication you will have a centralized mac address database on the RADIUS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do local AP RADIUS authentication for this too ("radius-server local")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, it is recommended to use two separate RADIUS servers for EAP and for MAC authentication. For example, ACS for EAP and LOCAL for MAC. The problem with using the same RADIUS server is that a user can now do EAP authentication by supplying WLAN NIC's MAC address as username and password and both EAP and MAC auth will pass!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2009 23:17:50 GMT</pubDate>
    <dc:creator>Roman Rodichev</dc:creator>
    <dc:date>2009-05-11T23:17:50Z</dc:date>
    <item>
      <title>local radius + mac-filter ?</title>
      <link>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168040#M98637</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could someone tell me how to configure a local radius plus mac-filter?&lt;/P&gt;&lt;P&gt;The config with the local radius is running perfekt, but I dont't know how to configure a filter addition ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas are welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carsten&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 00:34:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168040#M98637</guid>
      <dc:creator>Carsten Radke</dc:creator>
      <dc:date>2021-07-04T00:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: local radius + mac-filter ?</title>
      <link>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168041#M98638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring Filters&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/docs/wireless/access_point/12.3_8_JA/configuration/guide/s38filt.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/wireless/access_point/12.3_8_JA/configuration/guide/s38filt.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! &lt;/P&gt;&lt;P&gt;Rob &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 17:18:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168041#M98638</guid>
      <dc:creator>Rob Huffman</dc:creator>
      <dc:date>2009-05-10T17:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: local radius + mac-filter ?</title>
      <link>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168042#M98639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aaa authentication login mac_methods group rad_eap&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dot11 ssid wlan-ap&lt;/P&gt;&lt;P&gt;  authentication open mac-address mac_methods eap EAP_LOCAL&lt;/P&gt;&lt;P&gt;  authentication network-eap EAP_LOCAL mac-address mac_methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then just add users to your RADIUS server. If your mac-address is 010203040506, then add account:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user: 010203040506&lt;/P&gt;&lt;P&gt;password: 010203040506&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 18:07:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168042#M98639</guid>
      <dc:creator>Roman Rodichev</dc:creator>
      <dc:date>2009-05-11T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: local radius + mac-filter ?</title>
      <link>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168043#M98640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it correct to put it in like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot11 ssid wlan-ap&lt;/P&gt;&lt;P&gt;   authentication open eap EAP_LOCAL&lt;/P&gt;&lt;P&gt;   authentication network-eap EAP_LOCAL&lt;/P&gt;&lt;P&gt;   authentication key-management wpa&lt;/P&gt;&lt;P&gt;   authentication open mac-address mac_methods eap EAP_LOCAL &lt;/P&gt;&lt;P&gt;   authentication network-eap EAP_LOCAL mac-address mac_methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and put the user and mac-addresses to the local radius-server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or isn`t it better to config a mac-filter with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 700 ...&lt;/P&gt;&lt;P&gt;and put it on :&lt;/P&gt;&lt;P&gt;dot11 association access-list 700&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 18:35:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168043#M98640</guid>
      <dc:creator>Carsten Radke</dc:creator>
      <dc:date>2009-05-11T18:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: local radius + mac-filter ?</title>
      <link>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168044#M98641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you can do that, but you don't actually need those two first "authentication" commands. These two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authentication open mac-address mac_methods eap EAP_LOCAL &lt;/P&gt;&lt;P&gt;authentication network-eap EAP_LOCAL mac-address mac_methods &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will overwrite these two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authentication open eap EAP_LOCAL &lt;/P&gt;&lt;P&gt;authentication network-eap EAP_LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you'll just be left with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dot11 ssid wlan-ap &lt;/P&gt;&lt;P&gt; authentication key-management wpa &lt;/P&gt;&lt;P&gt; authentication open mac-address mac_methods eap EAP_LOCAL &lt;/P&gt;&lt;P&gt; authentication network-eap EAP_LOCAL mac-address mac_methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can also use "dot11 association", but you'd have to keep track of your access-list 700 on each access-point independently for each client. With RADIUS-based MAC authentication you will have a centralized mac address database on the RADIUS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do local AP RADIUS authentication for this too ("radius-server local")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, it is recommended to use two separate RADIUS servers for EAP and for MAC authentication. For example, ACS for EAP and LOCAL for MAC. The problem with using the same RADIUS server is that a user can now do EAP authentication by supplying WLAN NIC's MAC address as username and password and both EAP and MAC auth will pass!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 23:17:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/local-radius-mac-filter/m-p/1168044#M98641</guid>
      <dc:creator>Roman Rodichev</dc:creator>
      <dc:date>2009-05-11T23:17:50Z</dc:date>
    </item>
  </channel>
</rss>

