Using hardware encrytion unit with net-snmp

2009-03-24 Thread Günter Leonhardt
Hello all, I'am writing an agent based on net-snmp. Could I use the existing hardware encryption unit in an easy way? Thanks Günter -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering

Enable Unicode compilation for winservice.c - Patch ID: 2691876

2009-03-24 Thread R. Diez
Hi all: Last week I posted patch ID: 2691876, titled Enable Unicode compilation for winservice.c. I wonder if I should announce new patches on this list. Thanks, Ruben -- Apps built with the Adobe(R)

Re: One Handle Method for all scalar properties

2009-03-24 Thread Dave Shield
2009/3/23 sazid.maham...@wipro.com: To fulfil some of my objective. I need to register only  one handle method for all the scalar.  Is it possible?? Yes. Have a look at 'mibgroup/mibII/icmp.c' which registers a scalar group. This handles multiple scalar objects within one handler. Can I get

Re: Unknown object identifier

2009-03-24 Thread Dave Shield
2009/3/23 Manav manav@gmail.com: When i do snmpget or snmpwalk i get the following errors: [r...@bugzilla usr]# snmpget -v 2c -c public localhost enterprises.cpMIB That will never work. GET requires the exact OID of a particular object instance. Please try working with existing MIB objects

Re: snmp commands

2009-03-24 Thread Dave Shield
2009/3/23 Anirudh Srinivasan srianir...@gmail.com: When i give snmpwalk i get follow results: snmpwalk -v 2c -c public 10.23.32.233 disk UCD-DISKIO-MIB::diskIOTable = No more variables left in this MIB View (It is past the end of the MIB tree) snmpwalk -v 2c -c public 10.23.32.233 mem

Multi-destiny Traps

2009-03-24 Thread Sergio Cabaço
Hello there, In the last problem that i have encountered, i didn't understand what was going wrong. Now I think I do. I'm using net-snmp 5.3.2 and I'm trying to send multi destiny traps from a unix based system (the agent). In linux, net-snmp works fine and sends the multi destiny traps that

Re: Multi-destiny Traps

2009-03-24 Thread Dave Shield
2009/3/24 Sergio Cabaço sergio.cab...@edisoft.pt: I realised that in linux the net-snmp uses /usr/bin/getopt function in snmp_parse_args.c No - it will use the getopt() library call - not the command-line binary. and in the unix based system that function doesn't exists on the system.

RE: Multi-destiny Traps

2009-03-24 Thread Sergio Cabaço
No - it will use the getopt() library call - not the command-line binary. Ok, that's it, it uses the system library. Nevertheless it uses something available by the system and not by net-snmp, my mistake. What O/S is this unix-based system? It is a sub-module (uses the kernel with some

RE: Multi-destiny Traps

2009-03-24 Thread Sergio Cabaço
Thank you very much for the last reply. I haven't mentioned that before because the mail was written a bit too fast but I appreciated that and I'm here expressing my gratitude now. I look forward to hearing from you. Best Regards / Cumprimentos, Sérgio Cabaço -Original Message-

RE: Multi-destiny Traps

2009-03-24 Thread Magnus Fromreide
On Tue, 2009-03-24 at 16:58 +, Sergio Cabaço wrote: What O/S is this unix-based system? It is a sub-module (uses the kernel with some modifications) of LynxOS (not all POSIX specifications) and it hasn't getopt available in the system. What does man getopt report? Nothing, it

patch 1927751 broke build on Linux?

2009-03-24 Thread Thomas Anders
The following patch r17362 | jsafranek | 2009-01-19 16:01:42 +0100 (Mo, 19 Jan 2009) | 1 line NEWS: snmpd: PATCH: 1927751: from Mitsuru Chinen: implement icmpMsgStatsTable on Linux

patch for bug 1554817 broke make test for 5.2+

2009-03-24 Thread Thomas Anders
The following patch r17389 | hardaker | 2009-02-16 22:24:09 +0100 (Mo, 16 Feb 2009) | 1 line CHANGES: perl: BUG 1554817: Patch from xanco: fix the class assigment so getRootOID works properly.

Re: patch for bug 1554817 broke make test for 5.2+

2009-03-24 Thread Magnus Fromreide
On Wed, 2009-03-25 at 01:05 +0100, Thomas Anders wrote: The following patch r17389 | hardaker | 2009-02-16 22:24:09 +0100 (Mo, 16 Feb 2009) | 1 line CHANGES: perl: BUG 1554817: Patch from xanco: fix the class