[Resent to include the correct mailing list address]

2010/1/6 Dave Shield <d.t.shi...@liverpool.ac.uk>:
> 2010/1/6 Ashish vashishtha <ashish.vashish...@gmail.com>:
>> But we have a separate application "P1" that contains the response data that
>> i need to send in response to the get or get next.
>>
>> How SNMPD will get this inforamtion from P1 unless P1 is also a SNMP agent.
>
> Two options:
>
>  a)  Make P1 an AgentX subagent, and have snmpd
>      (acting as a master agent) pass the requests on to P1
>
>  b)  Have some form of private API within P1,
>           for P1 to make the data available.
>       Then the MIB module code can use this API to retrieve
>           the necessary data.
>
> That private API can be as simple as a text file that contains a
> snapshot of the data to be reported.   Otherwise you're looking
> at inter-process mechanisms.
>   But fundamentally this is nothing to do with SNMP - this is
> all private between the MIB module and your P1 application.
>
> Dave
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to