Re: Handling the inform request

2009-09-23 Thread sanjaykumar
Wes Hardaker wrote: On Wed, 23 Sep 2009 12:54:10 +0530, sanjaykumar said: s> what about the different API available in agent/agent_trap.c ? If you're writing code within the agent, you should be

Re: Handling the inform request

2009-09-23 Thread Wes Hardaker
> On Wed, 23 Sep 2009 12:54:10 +0530, sanjaykumar > said: s> what about the different API available in agent/agent_trap.c ? If you're writing code within the agent, you should be using the agent's API for sending traps. See the agent/mibgroup/examples/notification.c for an example. --

Handling the inform request

2009-09-23 Thread sanjaykumar
Hi All, I have a expecting to handle the inform Request, as per the my  requirement. Presently I am handling it using snmptrap.c under "app". But  I am facing the problem of having two "select" system call, one in agent/snmpd.c and another  snmplib/snmp_client.c . As per my require