I’ve got it figured out how to read data from canopy using snmp but I can’t seem to figure out how to change the configurations. For example, to reboot a module the oid = iso.org.dod.internet.private.enterprises.mot.whispRoot.whispProducts.whispBox.whispBoxControls.reboot.0
But I cant figure out how to execute this command when creating a new tool.
Well SNMP write is dangerous since it can change parameters on your routers. If a malicious user got write access to your routers you would be in big trouble.
You can create a tool that calls an external executable. I would look for an “SNMP write” tool that accepts input on the command line.
From there you would create a script that calls the tool to do your reboot…