I have a requirement to pass the trap variable (value) to a script (Action), Any idea how to do that ??. I am passing the trap source ip as ${DNS} via command line, I need to pass the value associated to a trap var to the script.
///Mahendra
we are using an exe we created that calls our perl script. This sends all the trap info to the script, and the script parses everything from that side. It is not the most efficient but it has worked for us.
scriptname.exe "${Message}"
In the upcoming version I believe it will let you use the different variables