Hello Mike,
thanks for replying to my question.
I understand that a standard approach is to register the agent for a range
of OISs and to let the agent to be OID aware while the other process
should take care of the underlaying data.
However, I was asked to write an agent that would NOT be OID-a
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> The agent itself will not be aware of individual OIDs and
> their meaning.
> This will be done by the other process that also holds the
> actual data.
This is a bit of a design problem as stated
Hello,
couple of days ago I have posted a problem. This time I am trying to
rephrase it and express myself more clearly.
I need to write a simple Net-SNMP agent that would get data from another
process. The agent will not be aware of individual OIDs and their data,
this will be carried out by the
David,
Thank you for confirming that I have been using the correct library
function calls, your help is very much appreciated. Now that I know I am
using the correct functions I have managed to work out how to turn on some
of the debugging and located an area of code that is causing problems.
An
On 07/08/07, Vishal N <[EMAIL PROTECTED]> wrote:
> I am getting following error message at the time of
> executing snmpd.
>
> "/snmpd: error while loading shared libraries:
> libnetsnmphelpers.so.5: cannot load shared object
> file: No such file or directory"
>
> libnetsnmphelpers.so.5 and other re
I had the same problem and i just did the LD_LIBRARY_PATH thing.
I remember i didn't set it to ".", but LD_LIBRARY_PATH=./lib or
wherever libnetsnmphelpers is in the compilation path...
that solved my problem
hope it helps.
-bram
çVishal N escribió:
> Hi,
>
> I am getting following error mess
Hi,
I am getting following error message at the time of
executing snmpd.
"/snmpd: error while loading shared libraries:
libnetsnmphelpers.so.5: cannot load shared object
file: No such file or directory"
libnetsnmphelpers.so.5 and other required libraries
are in current folder.
I have exported
On 07/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>However I am not sure that
> the send_v2trap works with SNMPv3 either,
No problem there - send_v2trap() should sent the specified notification to
all configured destinations, using the appropriate versio
My program is an agent that currently works with SNMPv1 and 2 and I am
updating it to support SNMPv3. The code sample I posted was very much
simplified.
I wrote my own create_v3_trap_session function because the standard
create_trap_session does not support SNMPv3. However I am not sure that
the
On 07/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Please help, I am trying to send a SNMPv3 trap from within a C program.
>
> I am using the add_trap_session function to add my trap sink sessions and
> then send_v2trap to send the trap.
'send_v2trap' is part of the Net-SNMP *agent* API.
Please help, I am trying to send a SNMPv3 trap from within a C program.
I am using the add_trap_session function to add my trap sink sessions and
then send_v2trap to send the trap.
The program works with the authentication turned off (securityLevel =
SNMP_SEC_LEVEL_NOAUTH) but I can not get it t
On 07/08/07, Raymond Pau <[EMAIL PROTECTED]> wrote:
> Yes. We do plan to use/support SNMPv3 authentication.
MD5-based or SHA-based authentication?
The basic Net-SNMP code includes built-in support for MD5-based
authentication. If this is sufficient for you, then you don't need the
OpenSSL librar
Hi Dave,
Thanks a lot!!!
Its working fine.
I just remove -X from the command and its working fine.
Regards,
Jayanthi P
"Dave Shield" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
08/06/2007 08:51 PM
To
Jayanthi Pachaiyappan/CHE/[EMAIL PROTECTED]
cc
"net-snmp-users@lists.sourceforge.net"
Yes. We do plan to use/support SNMPv3 authentication. Not too sure about the
encryption part.
Will definitely feedback if I can get it done.
Thank you.
- Original Message -
From: "Dave Shield" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "net-snmp-users"
Sent: Tuesday, August 07, 2007
Hi Dave,
1 - Really sorry, I just pressed reply-to instead of replay-all...just a
little mistake.
2 - UPDATE: I execute #snmpd -Dread_config and it works!. "snmpd" gets
running on the background and responds to snmpwalk queries. I have
succesfully added this server to my Nagios-like monitor (zeno
On 07/08/07, Jan Safranek <[EMAIL PROTECTED]> wrote:
> What is the status of net-snmp 5.4.1?
It's been officially released, and is now ready to be announced.
The release procedures for this project include a one-week delay
between making the tarball available, and the formal announcements
(see se
On 07/08/07, Shaun Hofer <[EMAIL PROTECTED]> wrote:
> I've worked out that for some reason the [snmpd] process is not inheriting
> the group misc, even thou the user snmp is definly part of it.
That's probably correct.
There was a patch applied to the main development branch fairly recently,
which
What is the status of net-snmp 5.4.1? There is something like this
available for download on http://net-snmp.sourceforge.net/download.html
for several days, but did not see any mail on announce-list and/or home
page update.
Is the tarball on the download page really official and final 5.4.1 rel
On 07/08/07, Raymond Pau <[EMAIL PROTECTED]> wrote:
> But snmpd is still linked to libcrypto.so which is more than 1MB.
> Does snmpd required all 1MB of libcrypto.so?
> Can snmpd be configured to statically link only those functions required
> rather than putting in the 1MB shared library?
It shou
Ok. That successully removed the 4 libnetsnmp*.so shared library dependency
and I get to save approximately 1MB disk space.
But snmpd is still linked to libcrypto.so which is more than 1MB.
Does snmpd required all 1MB of libcrypto.so?
Can snmpd be configured to statically link only those functions
20 matches
Mail list logo