Re: 5.2.2 published

2005-11-28 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi wes, Wes Hardaker wrote: > Announcement on the -announce and other mechanisms forthcoming > tomorrow after a brief period of silence waiting to see if there are > any screams. no 'screams' on OSX 10.4.3. builds/runs like a champ. however, o

SNMP Daemon gots killed...

2005-11-28 Thread madhan raj
  Dear All,         I am using Net-Snmp5.3 pre-release in my router. If I browse the MIB's remotely the SNMP daemon gots killed up. After the OID .1.3.6.1.2.1.25.3.2.1.2.3072 the SNMP:Timeout happens and the SNMP daemon gots killed. Can anyone help me regarding this.. -Thanks and Regards Madha

5.2.2 published

2005-11-28 Thread Wes Hardaker
Announcement on the -announce and other mechanisms forthcoming tomorrow after a brief period of silence waiting to see if there are any screams. -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep throu

Re: How to define table with the index of mac address

2005-11-28 Thread livia xie
Hello, Robert,    Firstly thank you very much for your help. I am very sorry that I have no idea about how to patch the library. Could you mind to giving me some advice ? Thanks again! Best Regards! Livia  On 11/29/05, Robert Story <[EMAIL PROTECTED]> wrote: On Mon, 28 Nov 2005 17:16:54 +0800 livia

rfc: maintaining the 'dist' dir

2005-11-28 Thread Thomas Anders
-Coders, the 'dist' dir contains various stuff for testing and creating packages and official releases. We currently ship it with the source distribution, but IMHO don't properly update it in the patches branches. E.g. 5.2.2.rc6 contains (chosen at random): foo# grep -w '^VERSION' dist/Makef

Re: How to define table with the index of mac address

2005-11-28 Thread Robert Story
On Mon, 28 Nov 2005 17:16:54 +0800 livia wrote: LX> I have a private table whose indexes are mac address and rule index . I LX> use mib2c to generate the basic codes for me and it recognize the mac LX> address index's type as ASN_OCTET_STR. Please see my previous reply to this question. LX> In f

Re: Problem in Set(IpForwarding)

2005-11-28 Thread Robert Story
On 28 Nov 2005 09:11:28 - madhan wrote: MR> I am using Net-Snmp 5.3 in my Router. I am able to set all the MR> values in IP group except IpForwarding(.1.3.6.1.2.1.4.1).The error is MR> NoSuchName. Kindly help me regarding this. First of all, there is no release 5.3. Are you using one

Re: 5.3.pre4 HP-UX 10.20: non-root agent hangs when walked

2005-11-28 Thread Wes Hardaker
> On Fri, 25 Nov 2005 14:41:26 +, Dave Shield <[EMAIL PROTECTED]> said: >> This may be fine for the snmpnetstat test, but I'm not convinced >> this is the Right Thing To Do for the snmpwalk test. Dave> Well, I'm not convinced that the snmpwalk test is the Right Test Dave> In The First Pla

Re: no of retries in agent side

2005-11-28 Thread Wes Hardaker
> On Sun, 20 Nov 2005 21:16:39 +0530, <[EMAIL PROTECTED]> said: siddesh> We are using NET-SNMP5.2.1; siddesh> In snmpget we are giving "-r 0" ( for retries ). From the agent log it siddesh> is shows that, it's retrying for 3 times!! Can you add -d to the output and make sure that only one

Re: 5.3.pre4 HP-UX 10.20: non-root agent hangs when walked

2005-11-28 Thread Thomas Anders
Wes Hardaker wrote: I think it's probably rather important that the agent be walkable from start to end without hitting a problem. *That* is what should be tested by a complete walk (and not looking for certain data). As that *is* what the snmpwalk test is verifying (apart from also checking

Re: Tcl wrapper over net-snmp library

2005-11-28 Thread Wes Hardaker
> On Wed, 23 Nov 2005 09:21:02 +, Dave Shield <[EMAIL PROTECTED]> said: Chris> I think you misunderstand the problem. Or maybe I do. If he's built a Chris> Tcl extension which calls Net-SNMP API functions and those functions Chris> fprintf(stderr, ...), there's no where to apply the redi

Re: Latest tarballs

2005-11-28 Thread Thomas Anders
Dave, thanks for testing. I've still got room to squeeze in another three or four more O/S's. Any suggestions for suitable (freely-available, intel-based) systems? Solaris 10 x86 (free as in beer): http://www.sun.com/software/solaris/get.jsp +Thomas -- Thomas Anders (thomas.anders at blue-

Latest tarballs

2005-11-28 Thread Dave Shield
I've just spent the weekend setting up various O/S's on my new laptop, and trying out the latest tarballs on a default basic system install. The results were as follows: Debian Sarge5.2.2.rc6: "make" & "make test" successful 5.3.pre4: "make" & "make test" successful Fedor

How to define table with the index of mac address

2005-11-28 Thread livia xie
I have a private table whose indexes are mac address and  rule index . I use mib2c to generate the basic codes for me and it recognize the mac address index's type as ASN_OCTET_STR.  Thus I define the following variables:   char *mac_addr[6];   int    rule_index; and then write the following code

Problem in Set(IpForwarding)

2005-11-28 Thread madhan raj
  Dear All,         I am using Net-Snmp 5.3 in my Router. I am able to set all the values in IP group except IpForwarding(.1.3.6.1.2.1.4.1).The error is NoSuchName. Kindly help me regarding this. -Madhan