Hello
I generated a parameter that is based on an SNMP trap from a MIB.
I want to present in Dataminer GUI the "<information>" field text in a table every time this event occurs.
What is the best way to do this?
Thank you.
Best regards
Bruno Sousa
Hi Bruno,
SNMP traps can be processed in two ways: directly within the parameter xml (advantage is its simplicity) or you can pass the trap object to a QAction (flexibility). Passing it to a QAction still requires a SNMP parameter with specified Trap OID to capture the trap. You can find more information here:
https://docs.dataminer.services/develop/devguide/Connector/ConnectionsSnmpTraps.html
https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Params.Param.SNMP.TrapOID-checkBindings.html
Can you share some more info on how you are processing the traps?
I see that this question has been inactive for some time. Have you found a solution for this yet? If so, could you select the answer (using the ✓ icon)? If not, could you provide some more information as requested in the answer below?