<?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: Generate a report or webhook for wireless roaming in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410909#M1939</link>
    <description>&lt;P&gt;The roaming analysis page in Dashboard would show you that information.&lt;/P&gt;&lt;P&gt;Regardless to the results, I’d recommend disabling 2.4GHz. It should be enabled on a dedicated SSID only so 5GHz clients won’t even try to connect to it.&lt;/P&gt;&lt;P&gt;Once upon a time I wrote &lt;A href="https://github.com/obrigg/meraki-channel-distribution" target="_blank" rel="noopener nofollow noreferrer"&gt;this script&lt;/A&gt; to prove a point. It should still work.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 19:01:46 GMT</pubDate>
    <dc:creator>obrigg</dc:creator>
    <dc:date>2025-06-26T19:01:46Z</dc:date>
    <item>
      <title>Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410903#M1933</link>
      <description>&lt;P&gt;We want to create some type of report to show when clients are roaming between 5GHz and 2.4GHz. I have seen clients switch bands while staying associated to the same AP. We want to show a history of these events to possibly justify turning off the 2.4 for that SSID. Yes, we have band steering enabled. Etc..  &lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:27:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410903#M1933</guid>
      <dc:creator>craigshawm6</dc:creator>
      <dc:date>2025-06-26T18:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410904#M1934</link>
      <description>&lt;P&gt;You Should Use the Meraki API to Automate Bandwidth Roaming Reports.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-wireless-client-connection-stats/" target="_blank" rel="nofollow noopener noreferrer"&gt;Get Network Wireless Client Connection Stats - Meraki Dashboard API v1 - Cisco Meraki Developer Hub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Other_Topics/Cisco_Meraki_Dashboard_API" target="_blank" rel="nofollow noopener noreferrer"&gt;Cisco Meraki Dashboard API - Cisco Meraki Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:34:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410904#M1934</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-06-26T18:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410905#M1935</link>
      <description>&lt;P&gt;Webhooks only work off alerts so that won't be an option as there is no alert for this.&lt;BR /&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Other_Topics/Webhooks" target="_blank" rel="noopener nofollow noreferrer"&gt;https://documentation.meraki.com/General_Administration/Other_Topics/Webhooks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;As this is a point in time thing, I'm not sure of any API call that would help. The various client ones show active or last known info, but clients could be constantly moving.&lt;/P&gt;&lt;P&gt;However, This info is shown in the event log at every association&lt;BR /&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mloraditch_0-1750962844573.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264415i201F49FABB2AF57B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;So perhaps offloading logs to a syslog server and then you can filter for these events and analyze by client.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:37:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410905#M1935</guid>
      <dc:creator>mloraditch</dc:creator>
      <dc:date>2025-06-26T18:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410906#M1936</link>
      <description>&lt;P&gt;APIs would help, but you need to use a set of APIs to achieve this.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET /networks/{networkId}/clients&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET /networks/{networkId}/wireless/clients/{clientId}/connectionStats&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET /networks/{networkId}/clients/{clientId}/usageHistory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So it will involve programming in the end.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:40:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410906#M1936</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-06-26T18:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410907#M1937</link>
      <description>&lt;P&gt;I guess it depends how accurate you want the data to be. Does that connection stats one actually show all the bands a client has used in the periods it allows? I feel like the others would need to be constantly polled.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:43:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410907#M1937</guid>
      <dc:creator>mloraditch</dc:creator>
      <dc:date>2025-06-26T18:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410908#M1938</link>
      <description>&lt;P&gt;You are right, but to get accurate and timestamped roaming data, you can use the event log (GET /networks/{networkId}/events). So you can use this API with a scheduled polling script and then store the data in a local database or CSV and analyze band switching patterns on the same AP.&lt;/P&gt;&lt;P&gt;It's not an easy task, but it should work fine.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 18:49:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410908#M1938</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-06-26T18:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a report or webhook for wireless roaming</title>
      <link>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410909#M1939</link>
      <description>&lt;P&gt;The roaming analysis page in Dashboard would show you that information.&lt;/P&gt;&lt;P&gt;Regardless to the results, I’d recommend disabling 2.4GHz. It should be enabled on a dedicated SSID only so 5GHz clients won’t even try to connect to it.&lt;/P&gt;&lt;P&gt;Once upon a time I wrote &lt;A href="https://github.com/obrigg/meraki-channel-distribution" target="_blank" rel="noopener nofollow noreferrer"&gt;this script&lt;/A&gt; to prove a point. It should still work.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 19:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/generate-a-report-or-webhook-for-wireless-roaming/m-p/5410909#M1939</guid>
      <dc:creator>obrigg</dc:creator>
      <dc:date>2025-06-26T19:01:46Z</dc:date>
    </item>
  </channel>
</rss>

