SNMPv3 view PROBLEM

2006-04-14 Thread raghavendra.sadaramachandra
Hi,   I am using net-snmp-5.3.0.1. my /usr/local/share/snmp/snmpd.conf file has following configuration   #-snmpd.conf file begins---     # viewnameincl/exclOID  view    test-view included  system   #   gro

oops.. SNMPv2 problem

2006-04-14 Thread raghavendra.sadaramachandra
Hi,      I am using net-snmp-5.3.0.1. my /usr/local/share/snmp/snmpd.conf file has following configuration   #-snmpd.conf file begins---     # types community [source [oid | -v view]]authcommunity read  bcm   192.168.31.199 -v test-view

MIB warnings I don't understand

2006-04-14 Thread cnelson
I'm trying to add to an existing, private MIB and I'm having no end of trouble. I was previously pointed to the "MIB lint" sort of tool at http://www.ibr.cs.tu-bs.de/bin/smitools.cgi and it's very nice. I cleaned up quite a few little things that have been in my MIB for some time. However, I'm l

Re: Welcome to the "Net-snmp-users" mailing list

2006-04-14 Thread Galeno Garbe
Folks, I'm trying to do it for two days witout success. When I run the "./configure --with-libs=-lnm" all finished ok but, when I try to run the "make" command to compile the tool I receive the follow error code: - (hp_law)root#make /usr/bin/sed -f sedscript ./EXAMPLE.conf.

RE: encryption generation errors:: update::really stumped

2006-04-14 Thread M.Daulat Rai
Hello, I finally figured out why my call to generate_ku for authPriv is failing: It is this code snippet in keytools.c: -- /* * Setup for the transform type. */ #ifdef USE_OPENSSL #ifndef DISABLE_MD5 if (ISTRANSFORM(hashtype, HMACMD5Auth)) EVP_DigestInit(ctx, EV

How to set timeout and retry value for SNMP inform....?

2006-04-14 Thread raghavendra.sadaramachandra
Hi,       I am using net-snmp-5.3.0.1.  Any one knows how to set timeout and retry value for snmp inform. I don't know wether it is supported or not?   Regards, Raghavendra. S