cancel
Showing results for 
Search instead for 
Did you mean: 

produce a report from Zonedirector database

greg_tompkins
New Contributor
I want to get a simple CSV or query that shows a list of the current wireless clients. From the web admin page of zonedirector there is no export function at all. So how can I do this?

Thank You
3 REPLIES 3

jay_files
Contributor
There are two CLI commands that you could use to get this info in text format: 

- show current-active-clients
- debug > show station

There's also SNMP, but that may be overkill for what you want to do. 

Hope it helps!

sander_groen
Contributor
Hi, are there ways to schedule this? Perhaps be sent via email?
Thanks!

jay_files
Contributor
No, as far as I know there's not really a way to schedule it, other than writing your own script to run CLI commands at a certain time etc.

SNMP would be an option, there are SNMP products out there that could collect this info on a schedule and deliver reports by email. 

This is an interesting feature request though, and if enough people request it maybe Ruckus product mgmt could look into adding it for a future release. I'm sure it wouldn't be hard to add a UI button to export client info to CVS file. (Schedule+email report probably outside the scope though...).