<?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: Polling Active Clients via SNMP. in ZoneDirector</title>
    <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9759#M1926</link>
    <description>Thats helpful, except i don't see the corresponding - or equivalent check.
&lt;BR /&gt;&lt;BR /&gt;
I am after the number of currently authorised clients.
&lt;BR /&gt;&lt;BR /&gt;
i can get stats of recently connected and dropped. but I dont see the correct one for me (needle in a  haystack)
&lt;BR /&gt;&lt;BR /&gt;
can you point me closer to the direction i need?</description>
    <pubDate>Mon, 24 Feb 2014 15:34:44 GMT</pubDate>
    <dc:creator>simon_elliott_6</dc:creator>
    <dc:date>2014-02-24T15:34:44Z</dc:date>
    <item>
      <title>Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9757#M1924</link>
      <description>I have a ZD1150 and 23x 7372 APs which im trying to poll active clients via SNMP from.
&lt;BR /&gt;
i can poll the ZoneDirector OK with the following statement
&lt;BR /&gt;&lt;BR /&gt;
snmpget -v 2c -c public 10.0.0.8 RUCKUS-ZD-SYSTEM-MIB::ruckusZDSystemStatsNumSta.0
&lt;BR /&gt;
this returns the correct value.
&lt;BR /&gt;
RUCKUS-ZD-SYSTEM-MIB::ruckusZDSystemStatsNumSta.0 = Gauge32: 58
&lt;BR /&gt;&lt;BR /&gt;
but if i try to poll an AP i get an error
&lt;BR /&gt;
snmpget -v 2c -c public 10.0.0.22 RUCKUS-ZD-SYSTEM-MIB::ruckusZDSystemStatsNumSta.0
&lt;BR /&gt;
RUCKUS-ZD-SYSTEM-MIB::ruckusZDSystemStatsNumSta.0 = No Such Object available on this agent at this OID</description>
      <pubDate>Fri, 21 Feb 2014 14:39:31 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9757#M1924</guid>
      <dc:creator>simon_elliott_6</dc:creator>
      <dc:date>2014-02-21T14:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9758#M1925</link>
      <description>Right - you can't use ZoneDirector MIBs on the AP's - apples and oranges...
&lt;BR /&gt;&lt;BR /&gt;
You might want to look at ruckusWLANStatsNumSta or similar in the AP SNMP Reference Guide : &lt;A href="https://support.ruckuswireless.com/documents/388" rel="nofollow"&gt;https://support.ruckuswireless.com/do...&lt;/A&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:24:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9758#M1925</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2014-02-21T18:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9759#M1926</link>
      <description>Thats helpful, except i don't see the corresponding - or equivalent check.
&lt;BR /&gt;&lt;BR /&gt;
I am after the number of currently authorised clients.
&lt;BR /&gt;&lt;BR /&gt;
i can get stats of recently connected and dropped. but I dont see the correct one for me (needle in a  haystack)
&lt;BR /&gt;&lt;BR /&gt;
can you point me closer to the direction i need?</description>
      <pubDate>Mon, 24 Feb 2014 15:34:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9759#M1926</guid>
      <dc:creator>simon_elliott_6</dc:creator>
      <dc:date>2014-02-24T15:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9760#M1927</link>
      <description>I see you're working with Support now on this issue. Please do share the result when you have it.</description>
      <pubDate>Tue, 25 Feb 2014 20:32:31 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9760#M1927</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2014-02-25T20:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9761#M1928</link>
      <description>Well your guys have come back with one solution. which works, but its also incredibly ugly in practicality terms.
&lt;BR /&gt;&lt;BR /&gt;
snmpwalk -v 2c -c public 10.1.7.2 RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta
&lt;BR /&gt;&lt;BR /&gt;
will return 
&lt;BR /&gt;&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...S'.32 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...^'.0 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,..._'.32 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...a'.32 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...a'.176 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...j'.112 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.224 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.0 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.32 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.208 = Gauge32: 11
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.240 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.96 = Gauge32: 19
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...$'.208 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...G'.224 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...L'.160 = Gauge32: 5
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...V'.176 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...W'.16 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...]'.144 = Gauge32: 2
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.0 = Gauge32: 7
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...d'.160 = Gauge32: 1
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,...r'.144 = Gauge32: 2
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.112 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,....'.144 = Gauge32: 0
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'.,..,Y'.224 = Gauge32: 2
&lt;BR /&gt;
RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.'...|..'.160 = Gauge32: 0
&lt;BR /&gt;&lt;BR /&gt;
performing snmpwalk -v 2c -c public 10.1.7.2 RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta.X 
&lt;BR /&gt;
doesnt work so im forced to use OID numbers, which works but performs highly human unreadable results. 
&lt;BR /&gt;&lt;BR /&gt;
snmpwalk -v 2c -c public 10.1.7.2 -On RUCKUS-ZD-WLAN-MIB::ruckusZDWLANAPNumSta
&lt;BR /&gt;&lt;BR /&gt;
will return
&lt;BR /&gt;&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.83.32 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.94.0 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.95.32 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.97.32 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.97.176 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.106.112 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.158.224 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.182.0 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.185.32 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.194.208 = Gauge32: 11
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.197.240 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.13.199.96 = Gauge32: 19
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.36.208 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.71.224 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.76.160 = Gauge32: 5
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.86.176 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.87.16 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.93.144 = Gauge32: 2
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.14.128.0 = Gauge32: 7
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.15.100.160 = Gauge32: 1
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.16.114.144 = Gauge32: 2
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.16.129.112 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.16.136.144 = Gauge32: 0
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.44.230.204.44.89.224 = Gauge32: 2
&lt;BR /&gt;
.1.3.6.1.4.1.25053.1.2.2.1.1.2.1.1.15.6.196.1.124.2.204.160 = Gauge32: 0
&lt;BR /&gt;&lt;BR /&gt;
Adding these into a script s very unwieldy so although it does provide the data i need, it returns it in a poor format for usability. 
&lt;BR /&gt;&lt;BR /&gt;
I don't want to sound ungrateful. It is helpful to me. But as i've responded to support, polling the AP's directly makes it much easier to work with the data.</description>
      <pubDate>Wed, 26 Feb 2014 17:20:35 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9761#M1928</guid>
      <dc:creator>simon_elliott_6</dc:creator>
      <dc:date>2014-02-26T17:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9762#M1929</link>
      <description>I'll convert the thread to an Idea so it gets on our product manager's radar.</description>
      <pubDate>Thu, 27 Feb 2014 14:49:22 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9762#M1929</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2014-02-27T14:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Polling Active Clients via SNMP.</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9763#M1930</link>
      <description>awesome, thanks.</description>
      <pubDate>Thu, 27 Feb 2014 14:55:21 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Polling-Active-Clients-via-SNMP/m-p/9763#M1930</guid>
      <dc:creator>simon_elliott_6</dc:creator>
      <dc:date>2014-02-27T14:55:21Z</dc:date>
    </item>
  </channel>
</rss>

