I have two related questions to SNMP set support on version 5.x of the IPS sensors:
1) Is it possible to enable gets but not sets? There is just one configuration setting (enable-set-get to true or false). The docs allude to the default SNMP RW community string to be private (assuming that enable-set-get is set to true). It seems that if you want to allow gets, the only way to prevent sets is to change the RW community string to a long, random string and not reference that long, random string anywhere else.
2) What can be set with the RW community string. It looks like most of the Cisco proprietary mibs are read only, so I'd guess MIB2 variables which would allow counter resets, sysLocation, sysContact and potentially management interface IP configuration?
Thanks for any guidance. The documentation doesn't go into any detail on read-write control.