<?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: Best way to get client count per AP / radio (SNMP?) in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71556#M6484</link>
    <description>&lt;P&gt;I’m abandoning SNMP. &amp;nbsp;I think the CLI its the way to go.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Follow up question- is there a way to run this command against all the rf-domains at once? &amp;nbsp;Or against everything...&lt;BR /&gt;&lt;BR /&gt; show wireless ap detail on station_408_rf_domain | grep -e Name -e clients&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 04:34:08 GMT</pubDate>
    <dc:creator>alexsambacanada</dc:creator>
    <dc:date>2020-06-12T04:34:08Z</dc:date>
    <item>
      <title>Best way to get client count per AP / radio (SNMP?)</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71552#M6480</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;  &lt;P&gt;I’m hoping someone can point me in the right direction to get the amount of connected clients per ap or radio. &amp;nbsp;I’m assuming SNMP would be a valid way of doing this.&amp;nbsp; I’ve been poking around the WING-MIB file and haven’t had any luck yet. &amp;nbsp;Our environment is a handful of NX9500, NX9600 and Nsight. &amp;nbsp;&lt;/P&gt;  &lt;P&gt;&lt;BR /&gt; There are thousands of APs in the network.&lt;/P&gt;  &lt;P&gt;&lt;BR /&gt; Any thoughts?&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Thanks!&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 21:35:34 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71552#M6480</guid>
      <dc:creator>alexsambacanada</dc:creator>
      <dc:date>2020-06-11T21:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get client count per AP / radio (SNMP?)</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71553#M6481</link>
      <description>&lt;P&gt;can you use the GUI&amp;nbsp; Statistics / rfdomain / radios or wireless clients&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 22:16:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71553#M6481</guid>
      <dc:creator>Phil_storey</dc:creator>
      <dc:date>2020-06-11T22:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get client count per AP / radio (SNMP?)</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71554#M6482</link>
      <description>&lt;P&gt;&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/WiNG-how-to-customize-Data-Display-on-various-show-commands" target="_blank" rel="nofollow noreferrer noopener"&gt;&lt;SPAN style="color:rgb(0,102,204);"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/WiNG-how-to-customize-Data-Display-on-various-show-commands&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 22:18:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71554#M6482</guid>
      <dc:creator>Phil_storey</dc:creator>
      <dc:date>2020-06-11T22:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get client count per AP / radio (SNMP?)</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71555#M6483</link>
      <description>&lt;P&gt;Hey Phil, thanks for the suggestion! &amp;nbsp;We’re looking to poll this regularly via a script to ingest it into another analytics system. &amp;nbsp;I imagine we could write an expect script or something that logs into the controller and parses the output of the CLI every minute or so. &amp;nbsp;I thought a cleaner way might be to use SNMP using like snmpbulkget or bulkwalk against&amp;nbsp;these OIDS:&lt;BR /&gt; &amp;nbsp;&lt;/P&gt;  &lt;P&gt;-- 1.3.6.1.4.1.388.50.1.4.3.2.1.1.1.4&lt;BR /&gt; wingStatsRfdWlApInfoNumClients&lt;BR /&gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp; &amp;nbsp;-- 1.3.6.1.4.1.388.50.1.4.3.2.9.1.1.22&lt;BR /&gt; wingStatsRfdWlRadioStatNumClients&lt;BR /&gt;&lt;BR /&gt; But it takes ridiculously long or times out. &amp;nbsp;Someone suggested using the cli which may align with your suggestion so it looks like we may need to investigate that alternative...&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 00:20:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71555#M6483</guid>
      <dc:creator>alexsambacanada</dc:creator>
      <dc:date>2020-06-12T00:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get client count per AP / radio (SNMP?)</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71556#M6484</link>
      <description>&lt;P&gt;I’m abandoning SNMP. &amp;nbsp;I think the CLI its the way to go.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Follow up question- is there a way to run this command against all the rf-domains at once? &amp;nbsp;Or against everything...&lt;BR /&gt;&lt;BR /&gt; show wireless ap detail on station_408_rf_domain | grep -e Name -e clients&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 04:34:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/best-way-to-get-client-count-per-ap-radio-snmp/m-p/71556#M6484</guid>
      <dc:creator>alexsambacanada</dc:creator>
      <dc:date>2020-06-12T04:34:08Z</dc:date>
    </item>
  </channel>
</rss>

