RE: how to purify net-snmp code

2007-04-09 Thread santhosh.sundarasamy
Devi, snmp_parse_args() can be customized for your purpose, but we wrote our own parsing logic to handle trapsink, and trapsess directive. Regards, Santhosh From: Devi U [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 5:20 PM To: SANTHOSH S

RE: vacm notification access

2007-04-09 Thread Passera Pablo-APP015
For the implementation, when the VACM authorization checking is done over the outgoing trap/inform there are not reference to engineID. So, should we consider that all the users used to send informs have the same security level? Even when the USM allows to define the same securityName with a differ

Re: Reporting sys/swap.h present but cannot be compiled

2007-04-09 Thread Thomas Anders
Chris Black wrote: > I am compiling net-snmp on OpenBSD-4.0 on an amd64 arch (running in > 64-bit mode) from ports with the openbsd MIBs patch > (http://www.packetmischief.ca/openbsd/snmp/) applied. During autoconf I > got the following warning that seemed to indicate I should notify this > list, s

Re: Question about error code during COMMIT stage of SNMP set operation

2007-04-09 Thread Dave Shield
On 09/04/07, K R Venkateshan <[EMAIL PROTECTED]> wrote: > If that be the case, is the way the SET operation > works changed from UCD-SNMP to NET-SNMP > implementations ? It's not how SET operations per-se are handled that has changed, but how *AgentX* SET operations are handled. See http://net-s

Re: Question about error code during COMMIT stage of SNMP set operation

2007-04-09 Thread K R Venkateshan
Narayana Smaranas, Thanks for your response. If that be the case, is the way the SET operation works changed from UCD-SNMP to NET-SNMP implementations ? In UCD-SNMP, the same subagent code was returning a "Commit failed" error. But no errors are returned in Net-snmp. Narayana Smaranas, Venk

RE: how to purify net-snmp code

2007-04-09 Thread Devi U
Santhosh, I have tried using session for sending traps.There was no increase in memory usage for each trap sent. Thanx for ur kindly help.I have hardcoded session variable for testing. As per our existing design of sending traps using send_v2trap() api, traps were forwarded to management sy

Net-SNMP extension with Tcl

2007-04-09 Thread Shyamsundar, Purkayastha (Purkayastha)** CTR **
Hi All My Problem is specifically related to building a snmp manager extension for Tcl using the net-snmp provided apis. I am quite new to net-snmp & do not have much insight in the code so I apologize in advance if this issue has cropped up before in this list. I am trying to write a Tcl ex