<?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: Cannot get APs to join on bridge nor through Device Auth in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334859#M286644</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp;Once i get the output from the analyzer what should i be looking out for issues?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2025 20:30:18 GMT</pubDate>
    <dc:creator>mowright</dc:creator>
    <dc:date>2025-09-30T20:30:18Z</dc:date>
    <item>
      <title>Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334563#M286596</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I have 2 9124AXE-B I am trying to set up and get mesh working on. I am using a 9800 on version&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;17.12.5&lt;/STRONG&gt;&lt;SPAN&gt;. I cannot get the mesh tab to show up or even get the ap in bridge mode, I have the mac in the Device Authentication mac address list like such,&amp;nbsp;c8:28:e5:3a:e6:cc, as well as&amp;nbsp;Authorize APs against MAC enabled under AP policy but the ap will not join back to the controller, i thought maybe it was the AP itself but i tried a different one and could not get it to join back after turning those settings on even in local mode with the mac address in the list. Any ideas?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 19:36:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334563#M286596</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-29T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334565#M286597</link>
      <description>&lt;P&gt;Hi there,I understand you're experiencing issues with your Cisco Access Points (APs) not joining the Wireless LAN Controller (WLC) when operating in bridge mode or through device authentication. Based on your description, it appears that the APs are stuck in the "AP Auth Pending" state.&lt;/P&gt;&lt;P&gt;Here are some steps you can take to troubleshoot and resolve the issue:&lt;/P&gt;&lt;H3&gt;1. &lt;STRONG&gt;Add APs to the Authorization List&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;When an AP is in bridge mode, it must be explicitly added to the WLC's authorization list. This is a security measure to prevent unauthorized devices from joining the network. You can add the APs by their MAC addresses through the WLC's GUI or CLI.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;config ap auth-list add &amp;lt;AP_MAC_Address&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;GUI Path&lt;/STRONG&gt;&lt;BR /&gt;Security &amp;gt; AAA &amp;gt; AP Policies &amp;gt; AP Authorization List&lt;/P&gt;&lt;H3&gt;2. &lt;STRONG&gt;Verify AAA and AP Authorization Settings&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Ensure that your WLC is configured to authenticate APs using the appropriate method. This can be done via local authentication or through an external AAA server. Check the settings under:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;show running-config aaa&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Look for the aaa authorization and ap auth-list settings to confirm they are correctly configured.&lt;/P&gt;&lt;H3&gt;3. &lt;STRONG&gt;Check for Duplicate IP Addresses&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;A common issue is the presence of duplicate IP addresses on the network, which can prevent APs from joining the WLC. Use the following command to check for duplicate IPs:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;show ip arp&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Look for any entries where the IP address matches the AP manager IP address. If found, resolve the conflict by changing the IP address of the conflicting device.&lt;/P&gt;&lt;H3&gt;4. &lt;STRONG&gt;Verify Firewall and Port Configuration&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Ensure that the necessary ports are open on any firewalls between the APs and the WLC. The required ports include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;UDP 5246 (Control)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;UDP 5247 (Data)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;UDP 16666-16667 (Mobility)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;TCP 161-162 (SNMP)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Use the following command to check the WLC's port status:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;show control interface&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;H3&gt;5. &lt;STRONG&gt;Check for Regulatory Domain Mismatch&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;If the APs and the WLC are set to different regulatory domains, they may not be able to communicate properly. Verify that both are configured for the same domain:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;show wireless country&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;If they differ, adjust the settings to match.&lt;/P&gt;&lt;H3&gt;6. &lt;STRONG&gt;Review AP and WLC Logs&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Examine the logs on both the AP and the WLC for any error messages that could provide more insight into the issue.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WLC CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;show &lt;SPAN class=""&gt;log&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;AP CLI Command:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;show &lt;SPAN class=""&gt;log&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Look for entries related to CAPWAP, authentication failures, or certificate issues.&lt;/P&gt;&lt;H3&gt;7. &lt;STRONG&gt;Consider Firmware Compatibility&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Ensure that the firmware versions on the APs and the WLC are compatible. Incompatible versions can lead to communication issues. Check the Cisco compatibility matrix for guidance.&lt;/P&gt;&lt;P&gt;If you've gone through these steps and the issue persists, please provide additional details such as the model numbers of the APs and WLC, the firmware versions, and any specific error messages you're encountering. This information will help in providing more targeted assistance.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 19:45:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334565#M286597</guid>
      <dc:creator>amandaisaac2812</dc:creator>
      <dc:date>2025-09-29T19:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334627#M286605</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Set the AP in bridge mode using :&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;capwap ap mode bridge&lt;/STRONG&gt;&amp;nbsp; ( to&amp;nbsp; be executed on the ap)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 06:26:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334627#M286605</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T06:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334725#M286617</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp;would this be while it is connected to the WLC run that?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 12:47:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334725#M286617</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T12:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334729#M286619</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; You can do that , but the AP will reboot anyway&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 13:02:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334729#M286619</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334740#M286621</link>
      <description>&lt;P&gt;Still does not seem to work, it got the wlc address from dhcp and sent request and then got discovery response then went to DTLS Setup and this is what happened.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CAPWAP State: DTLS Setup
[*09/30/2025 13:45:00.0321] dtls_verify_server_cert: Controller certificate verification successful
[*09/30/2025 13:45:00.7876] 
[*09/30/2025 13:45:00.7876] CAPWAP State: Join
[*09/30/2025 13:45:00.8164] DOT11_CFG[0]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 0 radioFraEnabled 0, radioSubType 0, serviceType 0, radioType 1, bandId 0, bssidScheme 0
[*09/30/2025 13:45:00.8171] DOT11_CFG[1]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 1 radioFraEnabled 0, radioSubType 0, serviceType 1, radioType 2, bandId 1, bssidScheme 0
[*09/30/2025 13:45:00.8176] DOT11_CFG[2]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 2 radioFraEnabled 0, radioSubType 5, serviceType 0, radioType 2, bandId 1, bssidScheme 3
[*09/30/2025 13:45:00.8182] Sending Join request to 10.1.1.92 through port 5256, packet size 1376
[*09/30/2025 13:45:05.7998] DOT11_CFG[0]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 0 radioFraEnabled 0, radioSubType 0, serviceType 0, radioType 1, bandId 0, bssidScheme 0
[*09/30/2025 13:45:05.8043] DOT11_CFG[1]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 1 radioFraEnabled 0, radioSubType 0, serviceType 1, radioType 2, bandId 1, bssidScheme 0
[*09/30/2025 13:45:05.8048] DOT11_CFG[2]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 2 radioFraEnabled 0, radioSubType 5, serviceType 0, radioType 2, bandId 1, bssidScheme 3
[*09/30/2025 13:45:05.8053] Sending Join request to 10.1.1.92 through port 5256, packet size 1376
[*09/30/2025 13:45:10.8114] DOT11_CFG[0]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 0 radioFraEnabled 0, radioSubType 0, serviceType 0, radioType 1, bandId 0, bssidScheme 0
[*09/30/2025 13:45:10.8118] DOT11_CFG[1]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 1 radioFraEnabled 0, radioSubType 0, serviceType 1, radioType 2, bandId 1, bssidScheme 0
[*09/30/2025 13:45:10.8122] DOT11_CFG[2]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 2 radioFraEnabled 0, radioSubType 5, serviceType 0, radioType 2, bandId 1, bssidScheme 3
[*09/30/2025 13:45:10.8128] Sending Join request to 10.1.1.92 through port 5256, packet size 896
[*09/30/2025 13:45:15.8032] DOT11_CFG[0]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 0 radioFraEnabled 0, radioSubType 0, serviceType 0, radioType 1, bandId 0, bssidScheme 0
[*09/30/2025 13:45:15.8036] DOT11_CFG[1]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 1 radioFraEnabled 0, radioSubType 0, serviceType 1, radioType 2, bandId 1, bssidScheme 0
[*09/30/2025 13:45:15.8040] DOT11_CFG[2]: Sending TLV_DOT11_RADIO_TXRX_CAPABILITY slotid 2 radioFraEnabled 0, radioSubType 5, serviceType 0, radioType 2, bandId 1, bssidScheme 3
[*09/30/2025 13:46:00.0396] OOBImageDnld: OOBImageDownloadTimer expired for image download..
[*09/30/2025 13:46:00.0396] OOBImageDnld: Do common error handler for OOB image download..
[*09/30/2025 13:46:00.0759] 
[*09/30/2025 13:46:00.0759] CAPWAP State: DTLS Teardown
[*09/30/2025 13:46:00.1226] OOBImageDnld: Do common error handler for OOB image download..
[*09/30/2025 13:46:00.2155] status 'upgrade.sh: Script called with args:[CANCEL]'
[*09/30/2025 13:46:00.2553] do CANCEL, part2 is active part
[*09/30/2025 13:46:00.2816] status 'upgrade.sh: Cleanup tmp files ...'
[*09/30/2025 13:46:00.3178] Directory /tmp/ntevents not found.
[*09/30/2025 13:46:00.3185] Discarding msg CAPWAP_WTP_EVENT_REQUEST(type 9) in CAPWAP state: DTLS Teardown(4).
[*09/30/2025 13:46:00.3185] Discarding msg CAPWAP_WTP_EVENT_REQUEST(type 9) in CAPWAP state: DTLS Teardown(4).
[*09/30/2025 13:46:05.0415] OOBImageDnld: OOBImageDownloadTimer expired for image download..
[*09/30/2025 13:46:05.0415] OOBImageDnld: Do common error handler for OOB image download..
[*09/30/2025 13:46:05.0648] dtls_queue_first: Nothing to extract!&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 13:47:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334740#M286621</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334756#M286623</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp;I think its more on the AAA side because no ap will rejoin when reset even if their mac is in the device auth.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 14:44:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334756#M286623</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334765#M286624</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Then you need to inspect the &lt;STRONG&gt;logs&lt;/STRONG&gt; on the &lt;STRONG&gt;AAA server&lt;/STRONG&gt; and check if the AP's are getting authorized.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If so , further troubleshoot with instructions from :&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://logadvisor.cisco.com/logadvisor/wireless/9800/9800APJoin" target="_blank"&gt;https://logadvisor.cisco.com/logadvisor/wireless/9800/9800APJoin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; M.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 15:40:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334765#M286624</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334824#M286635</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp;How would I check the logs for the local AAA for that Device Auth? Also does any of this need to be enabled?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 17:06:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334824#M286635</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T17:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334826#M286636</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;-&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp; AP authorization is mandatory for bridge APs.&amp;nbsp; Checking the logs on the AAA server must be done on that platform , not the controller and how that is done depends on the type of AAA/Radius server that is being used ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 17:10:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334826#M286636</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T17:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334838#M286637</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp; I have the ISE servers in here for RADIUS but have not done anything with it for ap macs, as far as I knew I thought it was the device auth for all of that was done on the wlc itself. Is there a different way I should be setting this up then?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 17:34:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334838#M286637</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334841#M286639</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp; Following this document :&amp;nbsp;&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;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/213916-catalyst-9800-wireless-controllers-ap-au.html&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; You can see that you can authorize the AP mac addresses&lt;STRONG&gt; locally&lt;/STRONG&gt; on the controller or&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trough an &lt;STRONG&gt;external&lt;/STRONG&gt; radius server. Check the document and verify your own setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; M.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 18:07:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334841#M286639</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334845#M286640</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp;I am seeing this,&amp;nbsp;AGE-5-AP_JOIN_DISJOIN: Chassis 1 R0/3: wncd: AP Event: AP Name: APC828.E53A.E6CC Mac: 18f9.3519.2be0&lt;/P&gt;&lt;P&gt;Am i supposed to be putting in the base radio mac instead of the ethernet mac?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 18:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334845#M286640</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334847#M286641</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp; Normally I would think :&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;APC&lt;FONT color="#008000"&gt;&lt;STRONG&gt;828.E53A.E6CC&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;M.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 18:48:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334847#M286641</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334851#M286642</link>
      <description>&lt;P&gt;I have that mac in there which is the ethernet and is it not working. I followed what those instructions you sent said for the&amp;nbsp;MAC AP authorization List - Local and it is not working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 19:19:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334851#M286642</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T19:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334853#M286643</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp; Checkout the controller's configuration with the CLI command :&lt;FONT color="#008000"&gt;&lt;STRONG&gt; show tech wireless&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; and feed the output from that into&amp;nbsp;&lt;A href="https://cway.cisco.com/wireless-config-analyzer/" target="_blank"&gt;Wireless Config Analyzer&lt;/A&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(do not use a single&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;EM&gt; show tech-support&lt;/EM&gt; &lt;/FONT&gt;for the above procedure)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If that's all ok then&amp;nbsp;troubleshoot the joining process for the access point &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;further with instructions from :&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://logadvisor.cisco.com/logadvisor/wireless/9800/9800APJoin" target="_blank"&gt;https://logadvisor.cisco.com/logadvisor/wireless/9800/9800APJoin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 19:32:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334853#M286643</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-09-30T19:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334859#M286644</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/291804"&gt;@Mark Elsen&lt;/a&gt;&amp;nbsp;Once i get the output from the analyzer what should i be looking out for issues?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 20:30:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334859#M286644</guid>
      <dc:creator>mowright</dc:creator>
      <dc:date>2025-09-30T20:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334992#M286660</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; -&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp; &amp;nbsp;For instance when downloading the excel version , all errors red flagged in the&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;&amp;nbsp; &amp;nbsp;wlc_results&lt;/STRONG&gt; tab must be corrected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; M.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 06:22:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334992#M286660</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2025-10-01T06:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334997#M286662</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1912713"&gt;@amandaisaac2812&lt;/a&gt;&amp;nbsp;this very obvious AI bot cut/paste answer really isn't helpful - anybody can get that answer for themselves.&amp;nbsp; If you have useful personal insight/experience/knowledge to contribute then share it with people here but lengthy pointless copy/paste answers really do not make a useful contribution to the community!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 06:46:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5334997#M286662</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2025-10-01T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get APs to join on bridge nor through Device Auth</title>
      <link>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5335001#M286663</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;I have the mac in the Device Authentication mac address list like such,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;c8:28:e5:3a:e6:cc&lt;/SPAN&gt;&lt;BR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1923311"&gt;@mowright&lt;/a&gt;&amp;nbsp;the documentation is very clear - the MAC address must be entered all lower case, no punctuation (no dots, no colons, no spaces) otherwise the MAC address will not be matched correctly!&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/215100-join-mesh-aps-to-catalyst-9800-wireless.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/wireless/catalyst-9800-series-wireless-controllers/215100-join-mesh-aps-to-catalyst-9800-wireless.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichR_0-1759300819325.png" style="width: 987px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/252833i267A3673261CF8C5/image-dimensions/987x74?v=v2" width="987" height="74" role="button" title="RichR_0-1759300819325.png" alt="RichR_0-1759300819325.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It's an enhancement request to support other formats but it's considered a very low priority to implement - you must &lt;STRONG&gt;only&lt;/STRONG&gt; use the bare format for now.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 06:42:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/cannot-get-aps-to-join-on-bridge-nor-through-device-auth/m-p/5335001#M286663</guid>
      <dc:creator>Rich R</dc:creator>
      <dc:date>2025-10-01T06:42:13Z</dc:date>
    </item>
  </channel>
</rss>

