Hi Valter,
Greetings!!!
Thank you for your interest in our product.
For standalone agent, you can achieve your requirement by changing the code while sending the
traps in the generated source code(WebNMSSnmpAgentTrap.java). For
example please see the below code snippet as this will be used for
sending trap.
sendNotification("trapOID",index,notifHash,instanceHash,extraVarbinds);
As shown in the code snippet you can give the OID which you have already defined in MIB.
For ex for the OID .1.3.6.1.4.1.4853.1.2.10.1 which you have mentioned you can give it as below
sendNotification(".1.3.6.1.4.1.4853.1.2.10",1,notifHash,instanceHash,extraVarbinds);
In similar manner you can have for all the trap OID's which are defined in MIB.
Trust the information is helpful,
Please get back to us for further clarifications.
Thanks & Regards,
Jyothi.