Hi Pradheep,
Thanks for your reply.
I ran snmpv3tapd.java program (located in, <product-home>/examples/ low_level_api_examples/snmpapps/ ,folder)
with following command line arguments:
-d -p 1162 -c public -e 0x3139322e3136382e38302e3223313631 -u privUser -a MD5 -w authUser -pp DES -s privUser
and its receiving snmpv3traps for authpriv security model.
But in this program we are supplying agent's engine id as a command line argument.
I need an interface (i.e. api) that will provide agent's engine id at manager's end.
I should not ask customers to provide the engine id of the agent.
My trap receiver application ,itself, should be able to get the engineID of agent and receive traps.
Regards,
Neha