Overview of SNMP Simulator variation modules
masterVariation modules allow you to extend the behavior of the SNMP Simulator for specific OIDs. Instead of returning static values, these modules can produce dynamic data, simulate network conditions, or interface with external storage.
Available standard modules include:
numeric: Produces non-decreasing sequences of integers.notification: Sends SNMP TRAP/INFORM messages to a target.writecache: Stores and returns values modified via SNMP SET.sql: Reads/writes var-binds to a SQL database.redis: Reads/writes var-binds to a Redis key-value store.delay: Introduces latency in SNMP responses.error: Flags errors (e.g.,noAccess,wrongType) in the response PDU.multiplex: Cycles through a series of.snmprecfiles to simulate changing state.subprocess: Executes an external process and uses its stdout as the response.