_SSASendTrap4 ?!
I want to send a trap with some variables bindings.
The _SSASendTrap3 used by default in the SEA sends scalar trap variables.
I have found the following information:
"4218931 New api for sending traps is added. Previous versions required all trap variables to be scalars. Trap variables can now be a table index. The new api is:
_SSASendTrap4(name, IndexType *pindex_obj) where name is the trap name, IndexType (eg: zero) and *pindex_obj is an array of index objects, where each column entry can have its own index.
I don't know how to use _SSASendTrap4 (I tried but it causes a core).
I don't know how to define a MIB in order the mibcodegen generates a _SSASendTrap4.
Help !

