Wish to contribute towards testing

2004-12-27 Thread Rajesh Kulkarni
Hi snmp-coders, I wish to help this project by contributing it towards tesing. Please let me know how can help you ? -Rajesh --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real u

Re: DateAndTime

2004-12-27 Thread David T. Perkins
HI, Your example below is not thread-safe. I suggest that you change it to pass in a pointer to a place to store the result instead of using static "dtt" in the function (and remove the "len" argument, since it is not needed). That is, change the function signature to: DT_T *AGUTIL_get_date_and_

Re: Response to the same address

2004-12-27 Thread Coders
On Mon, 20 Dec 2004 15:45:50 -0800 Fong wrote: FT> How can I set agent 's the source IP address for its response to the FT> same address that it was queried on? You can't, if you use the default 'listen on all interfaces' configuration. You can use the clientAddress directive in snmpd.conf to sele

Re: SNMP Start Up Error - Need some help

2004-12-27 Thread Coders
On Wed, 22 Dec 2004 12:26:42 -0500 Equivity wrote: EW> I have several libsnmp files in that directory, along with libnetsnmp EW> files. What can I do? If you have snmp libraries in /usr/lib and /usr/local/lib, you need to figure out which ones belong to the install that you want. If you have a rpm

Re: Help: get-next for iterate_access

2004-12-27 Thread Coders
On Sat, 25 Dec 2004 10:00:25 -0500 Alex wrote: AK> Hi, is there an example? There are lots of examples of iterator modules in the code. A grep on netsnmp_register_table_iterator will turn up several. One of the simplest is agent/mibgroup/mibII/vacm_context.c AK> What do I do the get-next off?

Re: Re: SNMPV3 get on target hardware.

2004-12-27 Thread Gurusidhesh Hiremath
Hi Wes, I downloaded 5.1.1 (as well 5.2) and did configure as follows #./configure --with-cc=/home/ELDK3.0/usr/bin/ppc_82xx-gcc --with-ar=/home/ELDK3.0/usr/bin/ppc_82xx-ar --with-openssl=/home/ELDK3.0/ppc_82xx/usr --with-endianness=big --disable-applications --with-ldflags=-BstaticĀ  --enable-inte