SNMPV3 get on target hardware.

2004-12-06 Thread Gurusidhesh Hiremath
Hi All, I'm using net-snmp 5.1.1. SNMPV3 get works fine on a Linux machine. But when I run it on a target hardware, I'm not able get the values & i get an Authentication failure trap. I have changed the Makefiles to compile with */usr/bin/ppc_82xx-gcc* for the target hardware. All of the V1,& V2

Re: 5.2 crash in win32

2004-12-06 Thread Alex Burger
Hi Phil. Gillis, Philip W (Philip) wrote: In 5.2 win32, my snmp commands now crash, quite early on. What version of Windows and MSVC are you using? I tracked it to netsnmp_getenv() in libsnmp\tools.c. First, it sets temp = getenv(name), then looks in the registry if name was not found in the re

5.2 crash in win32

2004-12-06 Thread Gillis, Philip W (Philip)
In 5.2  win32, my snmp commands now crash, quite early on.   I tracked it to netsnmp_getenv() in libsnmp\tools.c.  First, it sets temp = getenv(name), then looks in the registry if name was not found in the registry.  Then it calls setenv(temp) to set it from now on.  Then (here comes the

Duplicate traps on net-snmp 5.0.9

2004-12-06 Thread Elitzur Boaz
Title: Duplicate traps on net-snmp 5.0.9 Hi All I encountered a strange problem of duplicate traps. The problem occurred first when using the net-snmp 5.0.7 and increased on 5.0.9. Many times when a trap is sent we receive on the manager 2 traps with the same notification ID. Since every si

Query on snmpwalk

2004-12-06 Thread Chandra Divi
Hi,         I am a new user of net snmp tools.         I am trying to do snmpwalk on a device and getting some errors.     The error is as follows.     # ./snmpwalk -VNET-SNMP version: 5.1.1 # ./snmpwalk -v 1 -c ntcpublic machine1  systemTimeout: No Response from machine1 There is n

Re: mtb and snmpwalk problems (bugs?)

2004-12-06 Thread P K
Hi, > > In this particular case, what you want to do is to set a flag to let the > > interface code know that you have removed a row: > > > > rowreq_ctx->rowreq_flags |= MFD_ROW_DELETED; > > But there is no constant MFD_ROW_DELETED defined. Hmm... I'm waiting and waiting but there still

mfd - row creation problem/bug ?

2004-12-06 Thread P K
Hi, I have table that supports row creation. When my commit() function is called and MFD_ROW_CREAT is set I do some ,,aplication specyfic'' acctions. I don't touch cache, container or so. My problem is that newly created row is not in snmpwalk result befere cache is reloaded. Is it mfd bug or i s