cancel
Showing results for 
Search instead for 
Did you mean: 

Mesh topology from SNMP

kathy_ma
New Contributor
Hello,

We are building an IOS app for client and need to show the mesh topology and client device types in it. Is there a way to get this information using SNMP protocol?
2 REPLIES 2

bill_burns_6069
Contributor III
AFAIK: The information you're looking for is *not* in the Ruckus MIB.
..but feel free to look for yourself.
https://support.ruckuswireless.com/software/708-zonedirector-9-10-mibs-zip

It would be awesome if that info was available via SNMP.
If you don't find it in the MIB, try asking your sales rep for that feature.

Here's some other info on reading SNMP data out of a ZoneDirector:
https://forums.ruckuswireless.com/ruckuswireless/topics/how_to_get_traffic_information_from_ethernet...

bill_burns_6069
Contributor III
FYI: if you ssh to a meshed ruckus AP and type:
get mesh

you'll get interesting results.
If you like what you see, then ssh to a ZD controller and type:

enable
debug
rksap_cli -A "get mesh"

If you need info on automating this process and downloading the results, let me know.