<?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: 1200 Access List in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804639#M54170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jemel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose following command is configured on your AP:-&lt;/P&gt;&lt;P&gt;dot11 association mac-list 700&lt;/P&gt;&lt;P&gt;The above command shows access-list 700 is being as mac-address authentication list.If you want to remove "000c.412d.14c8" mac address from the list then use the following command:-&lt;/P&gt;&lt;P&gt;(config)# no access-list 700 permit 000c.412d.14c8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:-If you have configured mac-address from GUI and now you are trying to configure it from CLI then you might get the follwing error"filter700 was configured on the interfacedot11radio0 using cli. it must be cleared via cli to ensure proper operation of the web interface";Therefore kindly make changes from CLI or GUI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Baljeet Singh Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 20:23:17 GMT</pubDate>
    <dc:creator>basaine</dc:creator>
    <dc:date>2007-07-18T20:23:17Z</dc:date>
    <item>
      <title>1200 Access List</title>
      <link>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804636#M54167</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I was wondering,is there a way to remove a single entry on an access list?&lt;/P&gt;&lt;P&gt;I have this problem that every time i intend to delete a single mac-address i have to delete all, then add the desired mac address. &lt;/P&gt;&lt;P&gt;Any help would be deeply appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Jemel&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 21:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804636#M54167</guid>
      <dc:creator>jasantiago</dc:creator>
      <dc:date>2021-07-03T21:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 Access List</title>
      <link>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804637#M54168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have not dealt with ACL's on a AP before.. But you describe the same behavior seen on a router.. To my knowledge ( someone correct me if im wrong) only the pix and asa appliances allow you to take out individual lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By far the easiest way i do it on a router is copy and paste the list into wordpad/word and do a replace on the accesslist name. Then add my change and then paste the ACL back into the device. Bam &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; Just dont forget to switch over to the new ACL &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; This also allows you to revert back to the previous known good ACL. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804637#M54168</guid>
      <dc:creator>robert.wright</dc:creator>
      <dc:date>2007-07-18T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 Access List</title>
      <link>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804638#M54169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe if you use the WebGUI, you can add and delete single entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look under Security | Advanced Security&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define a new filter, or point to the existing and edit entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand there's no technical glory (what I call 'Tech-tosterone')in using the WebGUI versus the CLI, but sometimes you just have to take the easiest path ...  ;-}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 14:23:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804638#M54169</guid>
      <dc:creator>scottmac</dc:creator>
      <dc:date>2007-07-18T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 Access List</title>
      <link>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804639#M54170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jemel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose following command is configured on your AP:-&lt;/P&gt;&lt;P&gt;dot11 association mac-list 700&lt;/P&gt;&lt;P&gt;The above command shows access-list 700 is being as mac-address authentication list.If you want to remove "000c.412d.14c8" mac address from the list then use the following command:-&lt;/P&gt;&lt;P&gt;(config)# no access-list 700 permit 000c.412d.14c8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:-If you have configured mac-address from GUI and now you are trying to configure it from CLI then you might get the follwing error"filter700 was configured on the interfacedot11radio0 using cli. it must be cleared via cli to ensure proper operation of the web interface";Therefore kindly make changes from CLI or GUI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Baljeet Singh Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 20:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804639#M54170</guid>
      <dc:creator>basaine</dc:creator>
      <dc:date>2007-07-18T20:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: 1200 Access List</title>
      <link>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804640#M54171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My issue is slightly different than the original question but I receive the "filter 700 was configured on the interface dot11radio0 using CLI. It must be cleared via CLI to ensure proper operation of the web interface" error if I have been making changes to my MAC filters via GUI, try to apply them but apparently get disconnected from my Internet session (page cannot be displayed), and go back into filter configuration. If you know the commands to clear the CLI interface, I would greatly appreciate it if you would pass that information to me. I have rebuilt the MAC ACLs on a different filter but this is time consuming. I am getting better at configuring the MAC filters via the command line but, with a small business, prefer GUI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 20:11:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/1200-access-list/m-p/804640#M54171</guid>
      <dc:creator>taharkness</dc:creator>
      <dc:date>2007-08-15T20:11:19Z</dc:date>
    </item>
  </channel>
</rss>

