Hello,
As promised during the latest Net-SNMP administrative meeting, I have added
a page on the Net-SNMP Wiki about how to run the Net-SNMP regression tests
under Valgrind:
http://www.net-snmp.org/wiki/index.php/Running_Net-SNMP_Regression_Tests_under_Valgrind
Bart.
Hi All,
I am trying to include the example ( data set ) with the net-snmp.
For this i have configured the snmp with examples and as a result of this
file data_set.c is compiled.
I can see the init method also in mib_module_init.h ( if
(should_init("data_set")) init_data_set(); )
But when i am ru
On 17 March 2011 09:55, Manjit wrote:
> I am trying to include the example ( data set ) with the net-snmp.
> For this i have configured the snmp with examples and as a result of this
> file data_set.c is compiled.
> I can see the init method also in mib_module_init.h ( if
> (should_init("data_se
Dear Sir,
When iam issuing get in netsnmp version 1 with wrong oid (like eg:
.1.3.6.1.2.1200.1.4.0) it is returning the following error string:
"(noSuchName) There is no such variable name in this MIB." this is agent
filling response->errstring as 2.
When iam issuing get in netsnmp vers
On 17 March 2011 10:29, Ravi Kumar Kodam wrote:
> When iam issuing get in netsnmp version 1 with wrong oid (like eg:
> .1.3.6.1.2.1200.1.4.0) it is returning the following error string:
> "(noSuchName) There is no such variable name in this MIB." this is agent
> filling response->errstring
Oops ...I was doing wrong. Actually didnt use the "make install" and was
using /usr/local/sbin directory for
running the snmpd.
Thanks Dave, for your help and sorry for my quick question .
Dave Shield wrote:
> On 17 March 2011 09:55, Manjit wrote:
>
>> I am trying to include the example ( d
I finally figured out that I needed the "--enable-ipv6" configure
option to build net-snmp with IPv6 support. It would be nice if
configure tried to enable IPv6 by default and disabling it required a
"--disable-ipv6" option
If it makes a difference, source code was 5.6.1 & build system was
Window
On Thu, Mar 17, 2011 at 01:59:14PM -0400, Lee wrote:
> I finally figured out that I needed the "--enable-ipv6" configure
> option to build net-snmp with IPv6 support. It would be nice if
> configure tried to enable IPv6 by default and disabling it required a
> "--disable-ipv6" option
I am in favo
On 17 March 2011 19:23, Magnus Fromreide wrote:
> On Thu, Mar 17, 2011 at 01:59:14PM -0400, Lee wrote:
>> I finally figured out that I needed the "--enable-ipv6" configure
>> option to build net-snmp with IPv6 support. It would be nice if
>> configure tried to enable IPv6 by default and disabling