set remote-mgmt snmp
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 snmpset snmp version v2cset 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 withget snmp
Note that you should set community rw as it defaults to ruckusrw if you don't set it.
By example:set remote-mgmt snmpset snmp version v2cset snmp community ro SomeRandomRoSNMPCommunityset snmp community rw SomeRandomRWSNMPCommunityset snmp system contact "Your favourite IT support company, name blah, phone blah"set snmp system location "75 Wherever Highway, StateX CountryY 65059"