Dear All,
Could any one pls. share the procedure “or” methods to add SNMPv2 “or” v3 (Trap/GET/SET) feature into WP85 module.
Thanks
BR
Dear All,
Could any one pls. share the procedure “or” methods to add SNMPv2 “or” v3 (Trap/GET/SET) feature into WP85 module.
Thanks
BR
Hi basavlineage,
The steps needed to add snmp packages in your custom Linux image with Yocto:
in the mdm9x15-image.inc file (If your taget is wp85), add net-snmp package
IMAGE_INSTALL += " net-snmp"
Please refer this document to know how to build Yocto Yocto Project Linux Kernel Development Manual
Thanks,
Hi thanks for your mail, we installed net-snmp; could you pls. guide further with sample code to send traps data to the server.
thanks
BRyocto_build.docx (208.6 KB)
Hi,
Since net-snmp is installed, you can refer http://www.net-snmp.org/tutorial/tutorial-5/commands/snmptrap.html to send traps.
Please tick “Solution” if your question is answered.
Thanks