Hello,
I found into net-snmp 5.2.2 documention
that we can configure the SNMP Agent to send informs to specific addresses
(informsink). But this configuration is set in snmpd.conf file and this
file is located with the SNMP Agent.
Does a MIB exist, including parameters
to set addresses where to
> On Mon, 27 Mar 2006 10:52:18 +0200, Gertraud Unterreitmeier <[EMAIL
> PROTECTED]> said:
Gertraud> Which option do I have to use to disable the agent
Gertraud> without rebuilding the package?
in your snmptrapd.conf file (you may have to create one):
doNotRetainNotificationLogs yes
> On Mon, 27 Mar 2006 11:48:07 +0100, Dave Shield <[EMAIL PROTECTED]> said:
>> Does the snmpd maintain the history of commands that it has serviced?
>> Like, from which SNMP Manager that request has come??
Dave> No.
Well, the -V flag sort of displays that information which you can then
log t
> On Mon, 27 Mar 2006 20:37:28 +0800, "Pamidipati Suresh-G20238" <[EMAIL
> PROTECTED]> said:
Pamidipati> However, there is win32 executable of version 5.1.2
Pamidipati> available on this page. Can anyone please let us know
Pamidipati> where can we get the Net-snmp-5.1.1 binaries for win32
> On Mon, 27 Mar 2006 07:36:41 -0800 (PST), Le Ba Duy Man <[EMAIL
> PROTECTED]> said:
Le> This receiver will *NOT* accept any incoming notifications.
Le> NET-SNMP version 5.3.0.1
Le> My questions are:
Le> 1. Do i need to add a snnmtrapd.conf file?
Yep. See the snmptrapd.conf manual pa
> On Tue, 28 Mar 2006 08:56:08 +0530, "Puru Govind" <[EMAIL PROTECTED]>
> said:
Puru> How to configure the agent with the right credentials I am
Puru> running machine as root.
See the README.snmpv3 file for configuring SNMPv3. Also, run
"snmpconf -g basic_setup" which will help you
> On Mon, 27 Mar 2006 21:22:32 +0100, "Ian Dineen" <[EMAIL PROTECTED]> said:
Ian> i am using SNMPDEMOAPP code to send a GET request to a router
Ian> using VC++, i am able to get a response with object id's that
Ian> have ".0", but unable to get a value responses for object id's
Ian> with ".1".
> On Tue, 28 Mar 2006 04:45:44 +0100 (BST), saritha kuchana <[EMAIL
> PROTECTED]> said:
saritha> Iam new to snmp. I want to know how to create a snmp
saritha> sub-agent conf file. My subagent is
saritha> ieee802dot11-demon, Please can tell me how to create
saritha> the ieee802dot11-demon
> On 28 Mar 2006 11:20:03 -, "Parthiban Naliiamudali" <[EMAIL
> PROTECTED]> said:
Parthiban> I am using NET-SNMP on linux platform... and trying to
Parthiban> implement a WMANIF-MIB (IEEE 802.16f) and in this trying to
Parthiban> integrate this agent with an application for the mib
Pa
> On Tue, 28 Mar 2006 10:41:52 -0300, "Fernando Jose" <[EMAIL PROTECTED]>
> said:
Fernando> O.S.: HP-UX 11.23
Fernando> I installed net-snmp 5.2.1
Fernando> and i need the OID .1.3.6.1.4.1.2021.11.9.0
Fernando> and how can i configure the snmp to get this OID?
If it's not being retu
> On Mon, 27 Mar 2006 14:57:40 -0800 (PST), Mihir Lala <[EMAIL PROTECTED]>
> said:
Mihir> Is there an API to get to the value of the instance (in this case 3)
There is an oid parsing API yes... See the netsnmp_mib_utilities man
page for some details.
--
Wes Hardaker
Sparta, Inc.
> On Tue, 28 Mar 2006 16:49:27 -0600, "Ford, Andy" <[EMAIL PROTECTED]> said:
Andy> ./configure[1855]: ==: A test command parameter is not valid.
Ug. on line 1855 change the == to =.
I'm surprised this is the first time someone has found this mistake.
--
Wes Hardaker
Sparta, Inc.
> On Wed, 29 Mar 2006 15:44:58 +0800, "yu zhao" <[EMAIL PROTECTED]> said:
yu> # MIBS=ALL
yu> # mib2c rcmgmt
yu> but it did't work ,and returns a error : You didn't give mib2c a
yu> valid OID to start with.
yu> I don't know why ,so can you help me ? Thank you!
first get the mib loading
> On Wed, 29 Mar 2006 16:28:12 +0530, <[EMAIL PROTECTED]> said:
raghavendra> snmpget: Authentication failure (incorrect password, community or
key)
It can't be much more simple than the above error message... Your
SNMPv3 password is wrong according to the agent.
--
Wes Hardaker
Sparta, Inc
> On Wed, 29 Mar 2006 16:41:10 +0530, "Puru Govind" <[EMAIL PROTECTED]>
> said:
Puru> I am final sem undegrad doing computer engineering. I am doing a
Puru> project which is :"condition monitoring of electrical devices using AI
Puru> techniques"..In this I have to remotely monitor the dev
> On Wed, 29 Mar 2006 19:50:49 +0100 (BST), ashwini pavithra harish <[EMAIL
> PROTECTED]> said:
ashwini> I have installed the net-snmp binary(.exe file) for windows
ashwini> xp and i want to implement the enterprise specific MIB will
ashwini> it be possible, if yes how?? tell us how
> On Thu, 30 Mar 2006 10:19:56 +0200, "H. McManus" <[EMAIL PROTECTED]> said:
H> In my log file (/var/log/snmp) I'm getting messages when the daemon
H> starts, when it stops, and everytime it receives a remote connect
H> for a get/getnext/set request.
Those messages are coming from the tcpwrap
> On Thu, 30 Mar 2006 16:19:52 +0800, "Jim Su" <[EMAIL PROTECTED]> said:
Jim> I found the "NETSNMP_CALLBACK_OP_RECEIVED_MESSAGE" in
Jim> snmplib/snmp_api.c and snmp_clinet.c. Could it be the one I
Jim> should use in the code? Anything else I should add (in order to
Jim> make asynchronous poll
> On Thu, 30 Mar 2006 12:45:32 +0100 (BST), "Peter Hicks" <[EMAIL
> PROTECTED]> said:
Peter> my $snmp_handle = new SNMP::Session(
Peter> DestHost =>
Peter> $device_info->{'ip_address'},
Peter> Community =>
Peter> $device_info->{'passwords'}->{$community_string_type'},
Peter> Version =>
Pe
> On Thu, 30 Mar 2006 11:08:13 -0500, Jean-Sebastien Morisset <[EMAIL
> PROTECTED]> said:
Jean-Sebastien> I'm trying to snmpwalk a server that uses a different
Jean-Sebastien> port number (1661). This isn't a port number I would
Jean-Sebastien> usually use, so I don't want to add it as a
> On Thu, 30 Mar 2006 16:17:27 -0800 (PST), "Steve S. Law" <[EMAIL
> PROTECTED]> said:
Steve> I have create a new thread in each of those processes
Steve> to respond to the SNMP request.
1) the net-snmp stack is not thread safe from the agent perspective.
This likely won't work.
Stev
> On Fri, 31 Mar 2006 08:15:41 +0200 (CEST), mario mario <[EMAIL
> PROTECTED]> said:
mario> Does anyone know why the test.net-snmp.org server is not
mario> responding these days??
The hard disk for that machine died last week. The server has been
rebuilt on a new machine and is up and r
> On Wed, 29 Mar 2006 01:51:40 +, "Pedro Henrique Morsch Mazzoni"
> <[EMAIL PROTECTED]> said:
Pedro> My agents always sends duplicated traps. Is this OK? Can I
Pedro> change it?
Do you have more than one trapsink defined? Many people make the
mistake of configuring both a trapsink a
> On Fri, 31 Mar 2006 10:55:25 +0530, <[EMAIL PROTECTED]> said:
raghavendra> Does any one knows how to configure Remote Engine Id.
It's not supposed to be configurable. It's set by the agent as it
boots and shouldn't be changing.
--
Wes Hardaker
Sparta, Inc.
--
[EMAIL PROTECTED] wrote:
I have some doubt about where to configure *remote engine id* for
net-snmp-5.3.0.1. I know that *local engine id *is generated by my snmpd
in /var/net-snmp/snmpd.conf.
Does any one knows how to configure Remote Engine Id.
What exactly are you trying to do? You
Sorry about the insistence, but I really need to solve this.
Anyone can help me?Thanks,
Pedro Mazzoni
2006/3/28, Pedro Henrique Morsch Mazzoni <[EMAIL PROTECTED]>:
Hi,My agents always sends duplicated traps. Is this OK? Can I change it?Thanks,
Pedro Mazzoni
I will be out of the office starting 31/03/2006 and will not return until
18/04/2006.
I will have no access to mail and will not be able to respond until my
return
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting lan
jvan wrote:
i compiled with this options:
./configure --with-openssl=/usr/local/ssl/ --enable-embedded-perl
--enable-shared --without-root-access
[...]
13:testing SNMPv3 get using initial/MD5DES of .1.3.6.1.2.1.1.3.0...FAIL
- Which net-snmp version?
- What does "ldd /usr/local/sbin/snmpd" re
i compiled with this options:
./configure --with-openssl=/usr/local/ssl/ --enable-embedded-perl --enable-shared --without-root-access
make
but when i run make test i get 4 fails:
...
11:testing SNMPv3 bulkget of system..ok
12:testing SNMPv3 get using initial/MD5 of .1.3.6.1.2.1.1.3.0...ok
13:t
openssl is not on the path, maybe that?On 3/30/06, jvan <[EMAIL PROTECTED]> wrote:
i compiled with this options:
./configure --with-openssl=/usr/local/ssl/ --enable-embedded-perl --enable-shared --without-root-access
make
but when i run make test i get 4 fails:
...
11:testing SNMPv3 bulkget of sys
30 matches
Mail list logo