snmp request/response oid length

2005-08-08 Thread saifulla Mohd Abdul
Hi As per the SNMP standard, the MAX OID length should not be > 128 bytes. We have found that SNMP agents(Commercial, open software) take care of this differently. Question is : What is the correct behaviour: 1. Does agent must Return Error(ASN Parse Error) for any GET/SET/NEXT request with

Re: snmpset for (most) read-write objects failing

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 03:07:47 -0700 (PDT) harish wrote: HB>I tried to change(set) the read-write object HB> "ipForwarding" in the IP-MIB.txt. HB> I am getting the following error, HB> HB> snmpset -v 2c -c private localhost HB> IP-MIB::ipForwarding.0 i 1 HB> HB> error in packet. HB> Reason: no

Re: Context in SNMP - newbies.

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 02:52:20 -0700 (PDT) mahua wrote: MD> What is the context in snmp? How does it work ? Any MD> technical documents on the same ? You can read the SNMPv3 RFCs for more information on contexts. MD> I got some idea from someone.. Basically let's say MD> some performance data of JV

Re: asynchronous response from with a agentx subagent

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 10:05:22 -0700 (PDT) Srinivas wrote: SA> sorry i didnt mean that. SA> i want to use the async interface without making this SA> call synchronous as this daemon is responsible for SA> other things as well. I didn't mean make the daemon synchronous, I mean make the sub-agent call

Re: Application for Enterprise-number

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 11:47:34 +0900 Muthu wrote: M> I have requested for an Enterprise-number in IANA. M> M> I got the below mail immediately after my application. M> M> But there were no message after that. M> M> I have also regularly checked with the IANA current assigned numbers. M> M> What s

Re: Problem on snmpget

2005-08-08 Thread Robert Story
On Wed, 27 Jul 2005 15:19:55 +0200 ambroise.guabello wrote: AG> I've installed net-snmp on solaris, but when i am testing the AG> daemon with the snmpget command, I got always the same problem: AG> AG> I try the following command: AG> snmpget -v 2c -c gest 192.170.1.32 sysUpTime.0 AG> AG> and I g

Re: MfD suggestions

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 13:20:31 +0100 Dave wrote: DS> I've put together a "menu-driven" version of this driver (attached), I love the idea. I've only give the attachment the briefest of glances, so just have some superficial comments. 1) I'm not sure why you have all the currentXX variables. The m2c

Re: MfD suggestions

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 14:06:20 +0100 Dave wrote: DS> > I´m pretty sure there isn´t a leak - the calling function should detect DS> > if the pointer changed. DS> DS> Ummm... I don't think it does. DS> [...] DS> So the 'myString_get' routine is being passed the buffer from the DS> varbind structure.

Re: mib2c for oid type cause segmentation fault, e.g. etherStatsDataSource

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 10:42:39 -0500 [EMAIL PROTECTED] wrote: EYC> Yes, I was running with -Dall option when "Broken pipe" happened. Then EYC> what is the condition that -Dall will not cause "Broken pipe"? -D is debug output, but is not actually running under a debugger. EYC> If running without deb

Re: snmpset and encryption problems

2005-08-08 Thread Thomas Anders
Yegor Yefremov wrote: I have changed to version 5.0.10(5.1.3.1 is not so easy to integrate in my system) but the bug is still there. Do you know in which file or filegroup it was fixed? Too many to list, most of them in snmplib/. Check the CVS logs if you're curious enough. Are you sure you

Re: snmpset and encryption problems

2005-08-08 Thread Yegor Yefremov
Hi, I have changed to version 5.0.10(5.1.3.1 is not so easy to integrate in my system) but the bug is still there. Do you know in which file or filegroup it was fixed? >Yegor Yefremov wrote: >> I have a problem with snmpset (net-snmp 5.0.9). In my system I have an >> encrypted (md5) password. I h