On SNMP Object Set
This block is triggered when an SNMP manager writes to one of the device's MIB objects.
Configuration
- MIB Object: the custom MIB object to watch. Objects are defined in the SNMP Agent feature.
Connections
The block's output is executed after the write. The new value is available to the following blocks as value.
Use it to act on commands sent over SNMP, for example switching an output when a manager sets an object to 1.
Note
Only objects whose Access is set to Read / Write can be written by a manager. The agent's Write Community must also be set, otherwise SET requests are refused.
See also Set SNMP Object Value, Get SNMP Object Value