Hi Dojo,
Currently we are using the Generic Trap Receiver to collect traps.
In our example we get the following Trap:
In the trap receiver we see the following:
So we see that the Trap OID is: 1.3.6.1.4.1.35416.0.2 , and we set the Value '1' in Binding 1.
But we are also interested in the "Object Name" : 1.3.6.1.4.1.35416.2.2.2.3.1.4.70.28 which is available in the 'Variable-bindings' from our trap.
Is there any way we can get this information? In the QAction we work with a trapInfo Object. But we don't see a way to get this information available.
Kind regards,
Hi Stacey, since you are already working with the trapInfo object (allBindingInfo), you could use the TrapInfo.FromTrapData(trapInfo) method to parse the data.
Then the 'object name' should be available in the Oid property of the first variable binding.