Re: Problem using IP_RECVDSTADDR on HPUX.

2013-11-19 Thread Jean-Paul VILLETTE
Hello Niels, The tarballs don't seem to be online. Problems ? Regards, Jean-Paul VILLETTE Le 14/11/2013 11:28, Niels Baggesen a écrit : > On Thu, Nov 14, 2013 at 10:55:35AM +0100, Jean-Paul VILLETTE wrote: >> Excuse me for this question (so basic) but are those the last ver

bug in trapsess directive?

2013-11-18 Thread Paul Jaehne
authPass1 -x AES -X privPass1 192.168.2.240 My problem is that I don't really want to set the engineIDs manually, since I would need different ones to distinguish between the devices. Any thoughts on what I'm doing wrong a

Re: Problem using IP_RECVDSTADDR on HPUX.

2013-11-14 Thread Jean-Paul VILLETTE
Hello, No. Mea culpa. I haven't yet. Excuse me for this question (so basic) but are those the last version of the source code with applied patches ? What are the rules between this code and the normal release 5.7.2 (for example) ? Regards, Jean-Paul VILLETTE Le 13/11/2013 15:14,

Re: Problem using IP_RECVDSTADDR on HPUX.

2013-11-13 Thread Jean-Paul VILLETTE
make it add a line like "#undef IP_RECVDSTADDR" somewhere ? I am sorry, i don't know (yet) how is structured the configure script. Regards, Jean-Paul VILLETTE Le 13/11/2013 12:49, Niels Baggesen a écrit : > On Wed, Nov 13, 2013 at 12:26:33PM +0100, Jean-Paul VILLETTE w

Re: Problem using IP_RECVDSTADDR on HPUX.

2013-11-13 Thread Jean-Paul VILLETTE
Hello, Thanks for your mail. I don't understand what your point is exactly. What's your idea ? Do you mean the configure has been changed (or patched) to better handle this option ? Regards, Jean-Paul VILLETTE HP Den 07-11-2013 12:54, Jean-Paul VILLETTE skrev: > Due to the

Problem using IP_RECVDSTADDR on HPUX.

2013-11-07 Thread Jean-Paul VILLETTE
Hello, I have a problem using snmpd from net-snmp 5.7.2 on HPUX (version 11.23 and 11.31, IA version). When using UDP, the daemon doesn't send back correctly the reply. There is a mistake in defining the distant IP address : the snmpd daemon sends the replies to itself, the distant IP addres

mib2c.row.conf and agent/helpers/table_row.c

2013-06-06 Thread Paul Stath
row. Am I missing something, or does the agent/helpers/table_row.c module need some love to handle GETNEXT request properly? Should the GETNEXT processing for the table_row helper be in the _table_row_handler() method, or it is better implemented elsewhere? Please advise. Thank you. -- Paul

RE: Snmptrap - how to specify the agent-addr for an IPv6 address

2009-12-11 Thread Hayes, Paul - CS
Magnus Fromreide, Good point. As per http://www.ops.ietf.org/lists/v6ops/v6ops.2002/msg00269.html, it looks like then, in this case, the best thing to do is fill the agent-addr field with 0.0.0.0, no? Thanks for the help, paul -Original Message- From: Magnus Fromreide [mailto:ma

Snmptrap - how to specify the agent-addr for an IPv6 address

2009-12-10 Thread Hayes, Paul - CS
I need to specify an IPv6 address rather than the IPv4 address it defaults to use. I have tried several forms (see below), but they all give the "unknown host" error (see example). Any suggestions would be appreciated. Thanks for your time, Paul Hayes ITT CS Network Software Dept. /a

How could I get the index value from current get request oid in xxxTable_get_first_data_point( )?

2008-07-29 Thread Paul
Hi all, I used "mib2c.iterate_access.conf" to generate templatre code. How could I get the index value from current get request oid in xxxTable_get_first_data_point( )? Thanks,- This SF.Net email is sponsored by the Mobli

Why com2sec is an unknown token?

2008-07-15 Thread Paul
Hi all, I want to write an external application to get/add/delete com2sec entry. In netsnmp_udp_parse_security( )(in /snmplib/snmpUDPDomain.c), I add code to store parsed information in my structure(use share memory). My external application will access the structure and then write back new co

RE: parse snmpd.conf

2008-07-10 Thread Paul
Hi all, I find that there is an error in my Makefile, and I have reworked it now. But there is still an error when I exectue ./trap, it just shows "./trap: error while loading shared libraries: libnetsnmp.so.15: cannot open shared object file: No such file or directory". I am sure there are nets

RE: SIGHUP (How to delete a line in snmpd.conf)

2008-07-09 Thread Paul
Hi Fong, About your issue: SIGHUP on net-snmp-coders, could I ask you some questions? Your help will be appreciated! >>Also, if you remove the configuration entry, it doesn't work either. >> >>-Original Message- >>From: Fong Tsui >>Sent: Wednesday, November 21, 2007 12:12 PM >>To: Fon

parse snmpd.conf

2008-07-09 Thread Paul
Hi all, I tried to write an application(.exe) to parse snmpd.conf. The source file I wrote is as attached file "trap.c". Now my trap.c should only find "trapsink" and "trap2sink". I modified the Makefile downloaded from NET-SNMP Tutorials to build trap.c as a .exe file. (I also attached the Make

why install 5.4.1.2 fail

2008-07-09 Thread Paul
Hi, I got an error when I installed net-smp-5.4.1.2, and the error message is as following: ... /usr/bin/ld: cannot find -lperl collect2: ld returned 1 exit status make[1]: *** [snmpd] Error 1 make[1]: Leaving directory `/home/georgehu/tmp/net-snmp/net-snmp-5.4.1.2/agent' make: *** [subdirs] Err

about --without-kmem-usage

2008-07-02 Thread Paul
Hi all, If my module will use share memmory to communicate with other processes, can I use "--without-kmem-usage" in ./configure phase? In fact, I don't really know share memory will use /dev/kmem or not. Thanks,- Sponsored

ZFS File System

2008-07-02 Thread Lowrie, Paul
er/over-subscription). I'd suggest a new MIB, within Sun's OID, perhaps called "zfsTable" and so map the MIB/data to the ZFS-specific storage concepts. This may be best contained, perhaps, in a separate agentx thus simplifying deve

Re: about send trap

2008-07-01 Thread Paul
Hi Dave, Thank you very much. Now my trap receiver actuall receives the trap. But why can't I capture the outgoing trap packets via Ethereal(wireshark) on my host? Its's so amazing! Thanks, - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: &qu

about send trap

2008-07-01 Thread Paul
Hi all, I want to try how to send a trap. So I download the example code "notification.c" from http://www.net-snmp.org/dev/agent/notification_8c-example.html. I have following questions: question 1: I add this sample code into my existed module and built it as a dynamic module (.so file). Does

about multiple indexes in a CLI command

2008-06-27 Thread Paul
Hi, If my table is indexed by three indexes: index 1: mac address(string) index 2: ip address index 3: port number (integer) How can I use CLI command to get some entry in the table? ex: table oid: 1.3.6.1.4.100.100 index 1: aa:bb:cc:dd:ee:ff index 2: 192.168.100.100 index 3: 99 snmpget -v

questions about ./configure and dlmod

2008-06-24 Thread Paul
Hi, I have two questions: Question 1: If I use following command in ./configure phase, evreythins works fine. ./configure --prefix=/not/usr/ --with-install-prefix=/tmp But if I use following command in ./configure phase, scalars of myself's dynamic loadable module will response with "GENERIC E

Re: reducing net-snmp size

2008-01-14 Thread Paul Herring
On Jan 14, 2008 9:23 AM, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > Hi! > > I want to trim out net-snmp, currently its size is showing 2.5mb > I want reduce it to below 1mb, how will I do it. > > Please help me, if any body knows how to do it. http://net

ip address corruption in snmpd and snmpwalk 5.4 on hpux 11.11 64 bit

2007-01-04 Thread Paul Yep
After a relative easy configure and make on a hpux 11.11 platform snmpd runs and sends packets back. Started with /usr/local/sbin/snmpd -V -f -Le -d -I smux. However, trying a snmpwalk shows a reciver address of [0.0.0.0]:0 and results in sending a reply to [0.0.0.0]:0. It looks like it goes wro

Re: Problem using g++ compiler

2006-08-25 Thread Jenny Paul
+0530, Jenny Paul wrote: Hi This is related to my previous question regarding init_vacm_vars(); and init_usmUser(); My application is wriiten in C++. When I compile using g++ I get compilation error as follows init_vacm_vars' undeclared (first use this fun

Problem using g++ compiler

2006-08-23 Thread Jenny Paul
Hi This is related to my previous question regarding init_vacm_vars(); and init_usmUser(); My application is wriiten in C++. When I compile using g++ I get compilation error as follows init_vacm_vars' undeclared (first use this function). init_usmUser' undeclared (first use t

Re: Problem while compiling

2006-08-23 Thread Jenny Paul
Thanks Wes. Wes Hardaker wrote: "JP" == Jenny Paul <[EMAIL PROTECTED]> writes: JP> #include JP> #include JP> The problem seems to be that the header files within mi

[Fwd: Problem while compiling]

2006-08-22 Thread Jenny Paul
Hi I forgot to mention the net-snmp version I am using. Its 5.3.1. Regards Jenny Original Message Subject: Problem while compiling Date: Tue, 22 Aug 2006 12:32:04 +0530 From: Jenny Paul <[EM

Problem while compiling

2006-08-22 Thread Jenny Paul
Hi I have a problem while compiling my application. I am calling the following functions for access control   init_vacm_vars();      init_usmUser(); I have included the following #include directives #include #include The problem seems to be that the header files wit

Re: Embedding snmp agent in external application

2006-08-21 Thread Jenny Paul
Hi Thank you very much. I think whatever information you have given is of great help. Regards Jenny Dave Shield wrote: On 21/08/06, Jenny Paul <[EMAIL PROTECTED]> wrote:   The information I need is purely internal to my application. But I can also have the

Re: Embedding snmp agent in external application

2006-08-21 Thread Jenny Paul
Wes Hardaker Sparta, Inc. Regards, /david t. perkins -- Thanks & Regards, Jenny Paul Teles Computer Systems India Pvt Ltd Indiranagar Bangalore - 560008 -- This message has been sc

Embedding snmp agent in external application

2006-08-18 Thread Jenny Paul
Hi    I need to embed net-snmp agent within my application. I have generated the code for my MIB using mib2c. The problem is that, all the values for the SNMP parameters is provided by my application. How will I make them available to net-snmp agent. I was planning to statically link my MIB

SNMP

2006-04-26 Thread Paul van Zyl
-- NetSys International (Pty) Ltd. Tel : +27 12 349 2056 Fax : +27 12 349 2757 Web : http://www.netsys.co.za P.O. Box 35798, Menlo Park, 0102, South Africa The information contained in this communication is confidential and may be legally privileged. It is solely for use of the individua

Man pages and synch_resp calls

2006-03-14 Thread Paul Fleetwood
Hello all, I recently had to work on an SNMP project at my company. While my team was able to get everything working eventually, there were a number of confusing issues surrounding the documentation in the man pages. Is there a reason that the synch_resp calls are not mentioned in the man p

C# API

2005-11-10 Thread Paul D. Murphy
Is there a wrapped implementation that provides basic get, getnext and set operations? If not can someone point me in the correct direction of the library interfaces that would need wrapping. Thanks, Paul --- SF.Net email is sponsored by

RE: implementation of table row removal

2005-10-20 Thread Paul Davies
x27;f'; index_oid[2] ='o'; index_oid[3] ='o'; index_oid[4] ='b'; index_oid[5] ='a'; index_oid[6] ='r'; index->oids = index_oid; index->len = 7; your help would be appreciated. > > On Tue, 2005-10-18 at 16:29 +0100, Paul Da

FW: implementation of table row removal

2005-10-19 Thread Paul Davies
tsnmp_table_data_get() helper functions but not sure if I am going down the > wrong road. > > any thoughts would be appreciated, is there a better way? > > Paul D The information contained within this e-mail and any files attached to this e-mail is confidential and in addition may

net-snmp with Apollo Domain/OS

2005-09-20 Thread Paul Walker
yone help me get configure (or ???) changed to support smaller sed scripts at this earlier stage in the config.status script? Thanks in advance, Paul Walker --- SF.Net email is sponsored by: Tame your development challenges with Apache's Ge

Using Net SNMP to log to Syslog

2005-06-06 Thread Rose, Paul D
I have to setup a trap receiver snmptrapd Process on the server and send the trap to port 162 localhost ? Or is there a more direct way to log to localhost syslog? Regards Paul Rose   Paul Rose | Capgemini | London City NSMC Toolset Lead Technician |  UK Outsourcing   + 44  870 238 8997

Compiling Error of shared lib

2005-05-24 Thread Paul Chen (QD/LJC)
the ucd-snmp is 4.2.3, and gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) . Thanks in advance! BR, Paul --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! S

Patch for Disk stats on AIX

2004-11-04 Thread Paul . Rathbone
floats (or maybe single or double ???). Regards Paul --- If  you are not the intended recipient please notify the author by replying to this  email.   Internet communications are not secure and therefore Red S