On 15/05/07, valantina arumugam <[EMAIL PROTECTED]> wrote: > I want my application (seperate from snmp) to send the trap related > message to snmpd which inturn should send this trap to all the managers.I > am clear with second part and got confused with the first one.
The simplest way to achieve this is to implement your application as an AgentX subagent. It should connect to the SNMP master agent when it starts up, and then use this connection to send notifications. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
