[Feature]: possibility to use multiple variation modules for the same OID in snmpsim #61
Labels
area:snmpsim
SNMP Simulator
idea
Suggestions/advice on new things, but might not be mature enough to work on.
priority:low
Low priority items.
up for grabs
Pull requests are welcome
Is your feature request related to a problem? Please describe.
Hi everyone 👋
I'm looking for a way to use multiple variation modules for one specific OID inside my simulation data file.
For instance, I'd like to use the
writecache
andnotification
modules to allow writing an OID and trigger an SNMP trap.Describe the solution you'd like
A possible solution would be to have multiple entries for the same OID in the simulation data file with each entry describing how to use each variation module, something like:
Describe alternatives you've considered
As a workaround, I'm currently trying to merge the
writecache
andnotification
modules into one.Additional context
No response
The text was updated successfully, but these errors were encountered: