def snmp=(community)
@options["cmdargs"] = "lan set #{channel} snmp #{community}" value = runcmd @options.delete_notify("cmdargs") return value
end
sets the info var to be empty causing the variable to repopulate upon the next call to info
[Validate]