RFV: r16973

2008-06-02 Thread Magnus Fromreide
I, with no thought on release state, committed r16937 to all branches 05-28 without any +3. The change is a bug fix, but it is questionable if it is release critical. If a scalar_helper(name, 1, 10) is called with GETNEXT(name.0) then it will respond with REPLY(name.0.0, value) instead of the cor

Re: Can the master agent size be reduced anymore?

2008-06-02 Thread Dave Shield
2008/6/2 Need Help <[EMAIL PROTECTED]>: > I installed Net-SNMP v5.4.1 to use the master agent and created a subagent > to process the MIB we need to support. Everything works fine, but I would > like to reduce the overall size. See the FAQ entry How can I reduce the memory footprint? h

Can the master agent size be reduced anymore?

2008-06-02 Thread Need Help
I installed Net-SNMP v5.4.1 to use the master agent and created a subagent to process the MIB we need to support.  Everything works fine, but I would like to reduce the overall size.  The current size of the library files are as follows: A) libsnmp_client.so    167596 B) libsnmp_subag

Re: Net-snmp-coders Digest, Vol 25, Issue 1

2008-06-02 Thread Magnus Fromreide
On Mon, 2008-06-02 at 08:34 +0200, Pali wrote: > Now cross compiling works for me (mipsel architecture), Good. > now I need only patch code in order to run it correctly. I'll write > here later how I have done it, if somebody treat it useful. Please do. /MF --

Community manager

2008-06-02 Thread Sacks, Matthew
Hi Dave, Out of curiosity, are you the community manager for the net-snmp project? You seem to know a great deal about it. Regards, Matt - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: Community manager

2008-06-02 Thread Dave Shield
2008/6/2 Sacks, Matthew <[EMAIL PROTECTED]>: > Out of curiosity, are you the community manager for the net-snmp project? I'm not sure exactly what you mean by "the community manager". I'm one of the lead developers, yes. I'm not the project leader - that would be Wes Hardaker. He was the one who

Re: Allow any community

2008-06-02 Thread Pachiappan D
Dave, I have already tested how you suggested and it worked well too. But i thought that i should not use "view" directive in the SNMPv1/v2c agent. Thats why i asked some more questions on the same. Now i am clear from your recent response. Thanks a ton ! -Pachi- On 6/2/08, Dave Shield <[EMAIL

Re: Allow any community

2008-06-02 Thread Dave Shield
2008/6/2 Pachiappan D <[EMAIL PROTECTED]>: > View directive comes under SNMPV3. No. The view-based access control model was introduced as part of the SNMPv3 framework, but can be (and is) applied to all versions of the protocol. > With alone SNMPv1/v2c , rocommunity directive is the only > choic

Re: Allow any community

2008-06-02 Thread Pachiappan D
Dave, View directive comes under SNMPV3. With alone SNMPv1/v2c , rocommunity directive is the only choice to restrict access for a subtree as below, rocommunity cname default ( without using view directive ) In SNMPv1/v2c , I want to achieve like rocommunity cname default .. ( without using vi

Re: something about netsnmp_index

2008-06-02 Thread Dave Shield
2008/6/2 杨伟 <[EMAIL PROTECTED]>: > We are tring to add a sub-agent to the original version. We are tring to > chang those callback function which are generated automatically by mib2c. Generated using which template? "mib2c" is a bit vague - the different templates produce *very* different code >

Fwd: something about netsnmp_index

2008-06-02 Thread 杨伟
-- Forwarded message -- From: 杨伟 <[EMAIL PROTECTED]> Date: 2008-6-2 16:48 Subject: Re: something about netsnmp_index To: Dave Shield <[EMAIL PROTECTED]> Sorry for posing such a silly question. I want to describe what we want to do. We are tring to add a sub-agent to the original

Re: How snmptable.c works?

2008-06-02 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] 2008/5/3

Re: something about netsnmp_index

2008-06-02 Thread Dave Shield
2008/6/2 杨伟 <[EMAIL PROTECTED]>: > I use mib2c to convert a mib file to a c file. I found that for every table > entry , it adds an netsnmp_index variable automatically. Which mib2c template are you using? Many of the table helpers require a particular structure for the per-row data structure, so

something about netsnmp_index

2008-06-02 Thread 杨伟
Hi all: I use mib2c to convert a mib file to a c file. I found that for every table entry , it adds an netsnmp_index variable automatically. When net-snmp get a get message, what is stored in this data type? Thanks all. - Th

Re: Net-snmp-coders Digest, Vol 25, Issue 1

2008-06-02 Thread Pali
Now cross compiling works for me (mipsel architecture), now I need only patch code in order to run it correctly. I'll write here later how I have done it, if somebody treat it useful. Pali P.S.: Have somebody idea how to REPLY to particular mail, if I'm getting mail in digest ? Thank you. 2008/6

Re: Usm User Limit

2008-06-02 Thread Dave Shield
2008/6/2 Amit Kumar <[EMAIL PROTECTED]>: > In snmp user based security model what is the maximum number of usm users > limit ? Well, the usmUserName object is limited to 32 printable characters. If you restrict yourself to alphanuneric lower case names, that would give you 36 possibilities for ea

Usm User Limit

2008-06-02 Thread Amit Kumar
In snmp user based security model what is the maximum number of usm users limit ? __ Sent from Yahoo! Mail. A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html -