<?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: Aironet 1100 Mac Authentication Issues/Problems in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379143#M20697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been making notes regarding MAC authentication as its useful to know how to configure from the CLI, i rarely use the GUI to be honest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used all three of the CLI methods for MAC authentication on Aironet 350 and 1200's without any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2004 11:40:03 GMT</pubDate>
    <dc:creator>paddyxdoyle</dc:creator>
    <dc:date>2004-11-17T11:40:03Z</dc:date>
    <item>
      <title>Aironet 1100 Mac Authentication Issues/Problems</title>
      <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379138#M20692</link>
      <description>&lt;P&gt;I have two aironet 1100 access points and i require to activate the mac authentication. First of all, I managed to do all the things I needed (add/remove mac addresses) using the web interface. After that, I tried to use the telnet console. Then the problems emerged. I'm not using or considering using any radius server or other type, just the local AP database. How can I add a new user to the local database? I've tried to use the comand "username mac_address 7 password .... " but then I require a encrypted password which I don't really know. And how can I remove a username (macaddres) from the local database? I don't see any reference to this in any of the Cisco manuals. Sorry for the newbie question but I'm quite lost. Please advise. &lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 17:10:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379138#M20692</guid>
      <dc:creator>pedroclaro2002</dc:creator>
      <dc:date>2021-07-04T17:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aironet 1100 Mac Authentication Issues/Problems</title>
      <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379139#M20693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the GUI. Click on "SECURITY" and "Advanced Security". You can define the MAC address there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2004 02:30:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379139#M20693</guid>
      <dc:creator>dixho</dc:creator>
      <dc:date>2004-11-17T02:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Aironet 1100 Mac Authentication Issues/Problems</title>
      <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379140#M20694</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 following should allow you to add local MAC address authentication on your AP using the CLI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#133;on Access Point using Local List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username &lt;MAC_ADDRESS&gt; password 0 &lt;MAC_ADDRESS&gt;&lt;/MAC_ADDRESS&gt;&lt;/MAC_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;username &lt;MAC_ADDRESS&gt; autocommand exit&lt;/MAC_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login &lt;MAC_METHODS&gt; local&lt;/MAC_METHODS&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 &lt;MAC_METHODS&gt;&lt;/MAC_METHODS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove a MAC address from the CLI you need to negate the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no username &lt;MAC_ADDRESS&gt; password 0 &lt;MAC_ADDRESS&gt;&lt;/MAC_ADDRESS&gt;&lt;/MAC_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you were to use local authentication of MAC addresses and then fall back to a RADIUS sever if the MAC address wasn't available locallly you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#133;using Authentication Server if MAC address not found in Local List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username &lt;MAC_ADDRESS&gt; password 0 &lt;MAC_ADDRESS&gt;&lt;/MAC_ADDRESS&gt;&lt;/MAC_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;username &lt;MAC_ADDRESS&gt; autocommand exit&lt;/MAC_ADDRESS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login &lt;MAC_METHODS&gt; local group &lt;RAD_MAC&gt;&lt;/RAD_MAC&gt;&lt;/MAC_METHODS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius &lt;RAD_MAC&gt;&lt;/RAD_MAC&gt;&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;and similarly if you only want MAC address authentication to be provided via a RADIUS server you would use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#133;using Authentication Server only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login &lt;MAC_METHODS&gt; group &lt;RAD_MAC&gt;&lt;/RAD_MAC&gt;&lt;/MAC_METHODS&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 &lt;MAC_METHODS&gt;&lt;/MAC_METHODS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius &lt;RAD_MAC&gt;&lt;/RAD_MAC&gt;&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;HTH&lt;/P&gt;&lt;P&gt;Paddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2004 11:12:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379140#M20694</guid>
      <dc:creator>paddyxdoyle</dc:creator>
      <dc:date>2004-11-17T11:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aironet 1100 Mac Authentication Issues/Problems</title>
      <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379141#M20695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering my post, but I would like to configure the access point using telnet (console) commands, not the GUI, since I'm developing some telnet scripts. This way I can add/remove mac addresses in an automatic way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2004 11:28:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379141#M20695</guid>
      <dc:creator>pedroclaro2002</dc:creator>
      <dc:date>2004-11-17T11:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aironet 1100 Mac Authentication Issues/Problems</title>
      <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379142#M20696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer paddy, thanks. I'm going to try your list of commands right now. I never thought removing users by using the prefix "no".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2004 11:30:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379142#M20696</guid>
      <dc:creator>pedroclaro2002</dc:creator>
      <dc:date>2004-11-17T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aironet 1100 Mac Authentication Issues/Problems</title>
      <link>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379143#M20697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been making notes regarding MAC authentication as its useful to know how to configure from the CLI, i rarely use the GUI to be honest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used all three of the CLI methods for MAC authentication on Aironet 350 and 1200's without any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2004 11:40:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aironet-1100-mac-authentication-issues-problems/m-p/379143#M20697</guid>
      <dc:creator>paddyxdoyle</dc:creator>
      <dc:date>2004-11-17T11:40:03Z</dc:date>
    </item>
  </channel>
</rss>

