<?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: Catalyst 9800 How to block WLAN APs from joining temporarily in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769738#M251248</link>
    <description>&lt;P&gt;You can use ACL ?&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 17:40:17 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2023-02-06T17:40:17Z</dc:date>
    <item>
      <title>Catalyst 9800 How to block WLAN APs from joining temporarily</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769612#M251238</link>
      <description>&lt;P&gt;Hello Cisco WLAN experts,&lt;/P&gt;&lt;P&gt;we are running a mix of 9800-, 5520- and Wism2-WLCs.&lt;/P&gt;&lt;P&gt;I would like to upgrade the 5520-WLCs and would like to avoid APs joining the 9800-WLCs and Wism2-WLCs during boot time.&lt;/P&gt;&lt;P&gt;On Wism2-platform, I can achieve this by deactivating the Dynamic AP Management in the management interface during the upgrade of the 5520-WLCs.&lt;/P&gt;&lt;P&gt;Who knows a similar CLI-or Gui-command to achieve the same on 9800-80-platform ?&lt;/P&gt;&lt;P&gt;Thank You in advance&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Wini&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 14:14:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769612#M251238</guid>
      <dc:creator>Gehrig_W</dc:creator>
      <dc:date>2023-02-06T14:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800 How to block WLAN APs from joining temporarily</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769738#M251248</link>
      <description>&lt;P&gt;You can use ACL ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:40:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769738#M251248</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-02-06T17:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800 How to block WLAN APs from joining temporarily</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769753#M251252</link>
      <description>&lt;P&gt;You need to really be careful.&amp;nbsp; You should never of placed the 9800 or make that accessible to your existing wireless network.&amp;nbsp; This is all about proper planning so you don't ever run into issues.&amp;nbsp; Like what&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;&amp;nbsp;mentioned, you can use acl's, or make sure that the ap's have the controller and controller ip's on the high availability, which you should have anyways so that you know and the ap's know which controller will host which access points.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;As far as allowing what aps on what controller, AireOS has ap authorization list and so does the 9800's.&amp;nbsp; You can review that guide and decide which best works for you.&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213916-catalyst-9800-wireless-controllers-ap-au.html" target="_blank"&gt;Catalyst 9800 Wireless Controllers AP Authorization List - Cisco&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:54:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4769753#M251252</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2023-02-06T17:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Catalyst 9800 How to block WLAN APs from joining temporarily</title>
      <link>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4770905#M251373</link>
      <description>&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;thank You very much for this valuable informaton guide to create an ACL to block WLAN APs from joining.&lt;/P&gt;&lt;P&gt;I configured the following single Pseudo-MAC to block all other WLAN-APs from joining the 9800-80-WLC during SW-Upgrade of our 5520-WLCs:&lt;/P&gt;&lt;P&gt;# config t&lt;/P&gt;&lt;P&gt;# aaa new-model&lt;/P&gt;&lt;P&gt;# aaa authorization credential-download &lt;SPAN&gt;AP-auth&lt;/SPAN&gt; local&lt;/P&gt;&lt;P&gt;# ap auth-list authorize-mac&lt;/P&gt;&lt;P&gt;# ap auth-list method-list &lt;SPAN&gt;AP-auth &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# username &lt;SPAN&gt;123456789abc&lt;/SPAN&gt; mac description Test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a test with a 3800-AP with 3 WLC-entries. The primary was the 9800-WLC.&lt;/P&gt;&lt;P&gt;The shown ACL blocks the WLAN-AP from joining the primary successfully.&lt;/P&gt;&lt;P&gt;Interesting to see, the WLAN AP does not try to connect to the secondary nor the tertiary WLC.&lt;/P&gt;&lt;P&gt;It tries endlessly to connect to the 9800-WLC, which blocks it again and again.&lt;/P&gt;&lt;P&gt;Also the WLCs learned in the past, to which the AP is sending discovery requests, are&lt;/P&gt;&lt;P&gt;not used in the join-desicion eventhough all of them are sending Discovery response answers.&lt;/P&gt;&lt;P&gt;That's a little strange, but will fit for us during the SW-upgrade.&lt;/P&gt;&lt;P&gt;The already joined WLAN-APs on the 9800 are still connected and not influenced negatively by this WLAN-AP-block-ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our DNS is pointing to one of the 5520-WLCs.&lt;/P&gt;&lt;P&gt;Also the Cisco-CAPWAP-controller-DNS-entry is pointing to the same 5520-WLC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let'S hope everything goes fine during the SW-upgrade of the 5520-WLcs.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Wini&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:46:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/catalyst-9800-how-to-block-wlan-aps-from-joining-temporarily/m-p/4770905#M251373</guid>
      <dc:creator>Gehrig_W</dc:creator>
      <dc:date>2023-02-08T07:46:40Z</dc:date>
    </item>
  </channel>
</rss>

