Set SNMP Object Value
This block writes a value into one of the device's MIB objects.
Configuration
- MIB Object: the custom MIB object to write. Objects are defined in the SNMP Agent feature.
- Value: the value to store. Static values, variables, and settings are acceptable as inputs.
Use it to publish readings over SNMP: write a sensor value into an object and any SNMP manager polling that OID will see the new value.
Note
This block writes the object from the application, so it works on read-only objects too. Read / Write access only controls whether an external SNMP manager may write the object.
See also Get SNMP Object Value, Send SNMP Trap