Re: Dependency of StorageType on EngineID ???

2011-02-25 Thread Manjit
Hi Wes, Thanks for the reply. I was going through the code for persistency and find that snmp_store function call a number of callback function to save the data to the persistence file. But for usmUserTable, the function usm_save_users_from_list is taking backup for only those row whose storageS

Re: Sending a notification outside the agent

2011-02-25 Thread Dave Shield
On 25 February 2011 08:03, Giuseppe Modugno wrote: > I thought sending traps and managing GET/SET requests were two different > tasks usually performed by two different processes. Sending traps and responding to GET/SET requests are two different tasks, yes. Whether they are handled by two separ

Re: Sending a notification outside the agent

2011-02-25 Thread Giuseppe Modugno
On 24 Feb 2011 at 16:16, Dave Shield wrote: > On 24 February 2011 15:01, Giuseppe Modugno wrote: > > Now I want to create a small program that sends autonomously (outside the > > agent process) a SMI-v2 notification. > > You mean a program like 'snmptrap' ? Yes. > > Can I use the send_v2trap()