Re: Method to extract index from OID in table handler-Not working in set??

2009-07-14 Thread parveen yadav
Dave Shield wrote: 2009/7/14 parveen yadav : As we know we can find first and next index in first and next data_point function. Not quite - the {first,next}_data_point routines are use to step through each of the rows in the table, providing the index values for each row in turn

Method to extract index from OID in table handler-Not working in set??

2009-07-14 Thread parveen yadav
ys comes out to be 0. I want to know, does this information is not passed in case of set request to table handler or i am missing something. *_thanks in advance for help. PArveen YAdav _* *_ -- Enter the BlackBerry Deve

Re: Can we extract (agent)IP address for which get/set request is generated in table handler

2009-05-13 Thread parveen yadav
Fulko Hew wrote: On Tue, May 12, 2009 at 9:03 AM, parveen yadav mailto:parveenya...@coraltele.com>> wrote: Fulko Hew wrote: On Tue, May 12, 2009 at 2:23 AM, parveen yadav mailto:parveenya...@coraltele.com>> wrote: Fulko Hew wrote: On Sat, May

Re: Can we extract (agent)IP address for which get/set request is generated in table handler

2009-05-12 Thread parveen yadav
Fulko Hew wrote: On Tue, May 12, 2009 at 2:23 AM, parveen yadav mailto:parveenya...@coraltele.com>> wrote: Fulko Hew wrote: On Sat, May 9, 2009 at 5:18 AM, parveen yadav mailto:parveenya...@coraltele.com>> wrote: Wes Hardaker wrote: On Tue, 05

Re: Can we extract (agent)IP address for which get/set request is generated in table handler

2009-05-09 Thread parveen yadav
Wes Hardaker wrote: On Tue, 05 May 2009 14:27:53 +0530, parveen yadav said: py> I am trying to extract agent IP address for which get/set request is py> generated by snmpget in get_first_data_point,get_next_data_point and py> table handler. I am table iterator for

Can we extract (agent)IP address for which get/set request is generated in table handler

2009-05-05 Thread parveen yadav
hi, I am trying to extract agent IP address for which get/set request is generated by snmpget in get_first_data_point,get_next_data_point and table handler. I am table iterator for my table. Can we do the same. thanks in advance PArveen YAdav

Re: RE: Forcing configure to look in directories other than ./agent/mibgroup

2009-04-03 Thread parveen yadav
using --with-mib-modules="___.h" parveen yadav -- ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or ch

Re: confusion related to get requests

2009-03-31 Thread parveen yadav
Dave Shield wrote: 2009/3/31 parveen yadav : When i have given walk request it is extracting data from agent. Yup. during this process i have given another walk request for same table. OK since agent is returning data to for request one by one. the data for other

Re: confusion related to get requests

2009-03-31 Thread parveen yadav
Dave Shield wrote: 2009/3/31 parveen yadav : I have query about table request handling using table iterator. Is there any special handling for multiple requests for same table at same time. No - the iterator handler will deal with that for you. If i uses walk from two MIB

confusion related to get requests

2009-03-31 Thread parveen yadav
same table it should get corrupted but that is not happening. Please provide some suggestion on the same. thanks in advance Parveen Yadav -- ___ Net-snmp-users mailing list Net

Re: Need Help

2008-12-09 Thread Parveen Yadav
turn put_index_data; } else { return NULL; } } ######### It help others also. Parveen Yadav - Original Message - From: "Wes Hardaker" <[EMAIL PROTECTED]> To: "Parveen Yadav" <[EMAIL PROTECTED]> Cc: "SNMP USERS" Sent: Tuesday, Dec

Need Help

2008-12-04 Thread Parveen Yadav
hi, I am new user to net-SNMP and i am trying to implement new tables in code.My data is in shared space and in the form of static structure. Can somebody provide some examples of using integer index as my_loop_context pointer. thanks in advance Parveen Yadav