cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to enable SNMP on Wireless AP and get it via the network and monitor via PRTG?

pasan_jayarathn
New Contributor
is it possible to enable SNMP on Wireless AP and get it via the network and monitor via PRTG?
5 REPLIES 5

brett_hanson
New Contributor

This was a pain to work out for me, so here it is for anyone else who lands here.
Note: remove the {} when entering stuff, this is just to imply it is variable data of your choosing.

set remote-mgmt snmp
set snmp version v2c
set snmp community ro {snmp_ro_community_string}
set snmp community rw {snmp_rw_community_string}
set snmp system contact "{contact information}"
set snmp system location "{location information}"

After each command, you should see OK - if you don’t see this, the command was not successfully applied.

You can confirm your settings afterwards with
get snmp

Note that you should set community rw as it defaults to ruckusrw if you don't set it.

By example:
set remote-mgmt snmp
set snmp version v2c
set snmp community ro SomeRandomRoSNMPCommunity
set snmp community rw SomeRandomRWSNMPCommunity
set snmp system contact "Your favourite IT support company, name blah, phone blah"
set snmp system location "75 Wherever Highway, StateX CountryY 65059"