Re: Code placement

2007-03-30 Thread Varun Chandramohan
Wes Hardaker wrote: >> "VC" == Varun Chandramohan <[EMAIL PROTECTED]> writes: >> > > VC> Iam implementing some features that were broken in > VC> net-snmp 5.4. For the eg in udpEndpointProcess the value returned is 0 > VC> instead of pid. Now i have implemented a common functio

Re: Code placement

2007-03-30 Thread Wes Hardaker
> "VC" == Varun Chandramohan <[EMAIL PROTECTED]> writes: VC> Iam implementing some features that were broken in VC> net-snmp 5.4. For the eg in udpEndpointProcess the value returned is 0 VC> instead of pid. Now i have implemented a common function to return the VC> pid. I use this function for

Re: Sharing modifications done in Net-SNMP source

2007-03-30 Thread Wes Hardaker
> "ss" == santhosh sundarasamy <[EMAIL PROTECTED]> writes: ss> In 5.2.1 source code ss> (usmDHUserKeyTable/usmDHUserKeyTable_data_?et.c), I noticed that ss> DH_generate_key() is called for both get & set request on ss> usmDHUserKeyTable. ss> GET:usmDHGetUserKeyChange()->usmDHGetUserDHptr()->

Re: SVN tags and branches

2007-03-30 Thread Wes Hardaker
> "DS" == Dave Shield <[EMAIL PROTECTED]> writes: DS> However, I would suggest that the 'tags' and 'branches' DS> trees contain a large amount of stuff that is redundant and/or DS> confusing. Responding generically because they apply equally to both branches, tags, etc: 1) I'm all for cleani

Re: Community String Conflict - Reg

2007-03-30 Thread Wes Hardaker
> "mr" == madhan raj writes: mr> After this I browsed the router with a standard MIB mr> browser. First, I tried accessing with SNMPv1 with the mr> corresponding community string (Test). And this was working mr> fine. Later, I have changed only the SNMP version to V2, because mr> the communit

Re: simple way to get partners snmp address, user and version information within a table

2007-03-30 Thread Wes Hardaker
> "SF" == Stefan Finzel <[EMAIL PROTECTED]> writes: SF> is there a way to get some information about the client SF> communicating with my snmpd agent? I am interested in the clients SF> ip address, snmp version and user name (snmpv3). Is this SF> accessible simple from within a snmp table?

Re: AgentX init

2007-03-30 Thread Wes Hardaker
> "MF" == Magnus Fromreide <[EMAIL PROTECTED]> writes: MF> I am certain that there is some good reason and hope somebody MF> could tell me, but why is the AgentX master module initiated by a MF> separate call to real_init_agentx in snmp_agent.c? Yes there is. Now if only we could remember it

Re: vacm notification access

2007-03-30 Thread Wes Hardaker
> "PP" == Passera Pablo-APP writes: PP> I have a question related to how VACM is implemented in the PP> agent. Is the notify-view parameter in the access token being used when PP> the agent generates a notification? It should be, yes. -- Wes Hardaker Sparta, Inc. --

Re: During getBulk

2007-03-30 Thread Wes Hardaker
> "SN" == Senthil Nathan <[EMAIL PROTECTED]> writes: SN> Any one of you, help me to resolve this issue, so that during SN> getbulk, it wont start call another table api. that's how getbulk works within SNMP. From a legal SNMP standpoint, it has to call the next handle. You can't stop the ag

RE: how to purify net-snmp code

2007-03-30 Thread Devi U
Santhosh, Thanx for ur information and timely help. I have uncommented and tested, even then 40K increase there for every trap sent. we have not used table in notification, but have one table in the same MIB for which get,getnext and getbulk is allowed. we have not added any OID to trap var

Re: Querry/ Snmp Trap Receiver/Error

2007-03-30 Thread Joao Miguel Ferreira
On Fri, 2007-03-30 at 18:05 +0530, truptisankar nayak wrote: > Hi Friends, > > I am trying to make my own trap receiver program by modifying net-snmp > source code. > Its receiving traps when I am sending traps from my own PC(another > terminal , I am using fedora Linux), does not receive when

Querry/ Snmp Trap Receiver/Error

2007-03-30 Thread truptisankar nayak
Hi Friends, I am trying to make my own trap receiver program by modifying net-snmp source code. Its receiving traps when I am sending traps from my own PC(another terminal , I am using fedora Linux), does not receive when trap sent from other machines. Anybody have the idea where I need to

RE: how to purify net-snmp code

2007-03-30 Thread santhosh.sundarasamy
Devi, Please find my inline comments. Regards, Santhosh From: Devi U [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 3:22 PM To: SANTHOSH S (WT01 - Broadband Networks); net-snmp-coders@lists.sourceforge.net Subject: RE: how to purify net

RE: how to purify net-snmp code

2007-03-30 Thread Devi U
Hi, Very Sorry for my late reply. I was assigned to other works and back to this problem now. after freeing varbind, memory usage was not reduced. we are sending traps only and traps are received properly in management system configured.(Verified thro' Advent Net Manager - Trap viewer) I