Re: Net-SNMP (ASAP)

2008-03-03 Thread Wes Hardaker
> "UK" == Umesh Kamath <[EMAIL PROTECTED]> writes: UK> 1) How to disable the Agent while installing Net-SNMP binaries . kill the agent before you do a make install if you're worried about that. In theory the libtool application should actually do a successful install of files even though

Re: Net-SNMP (ASAP)

2008-03-14 Thread Umesh Kamath
ent by: [EMAIL PROTECTED] 03/03/2008 08:23 To Umesh Kamath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) >>>>> "UK" == Umesh Kamath <[EMAIL PROTECTED]> writes: UK> 1) How to disable the A

Re: Net-SNMP (ASAP)

2008-03-14 Thread Dave Shield
On 14/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Actually i want to disable net-snmp agent and its associated file while > installing Net-SNMP Package(not after installation). > > I came to know that following configuration option available to disable > agents, > Mibs and Parser code.

Re: Net-SNMP (ASAP)

2008-03-14 Thread Umesh Kamath
s because i don't want agent and its associated MIB file. I want only Snmp Manager(snmptrapd) to catch trap messages. "Dave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/14/2008 10:33 To Umesh Kamath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users

Re: Net-SNMP (ASAP)

2008-03-14 Thread Dave Shield
On 14/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > configure --disable-agent --disable-mibs --disable-mib-loading > > > I am disabling above things because i don't want agent and its associated MIB > file. > I want only Snmp Manager(snmptrapd) to catch trap messages. No - use "--disabl

Re: Net-SNMP (ASAP)

2008-03-14 Thread Umesh Kamath
Dave, Thanks, You have given lot of info to me. "Dave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/14/2008 11:46 To Umesh Kamath/India/[EMAIL PROTECTED] cc net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) On 14/03/20

Re: Net-SNMP (ASAP)

2008-03-19 Thread Umesh Kamath
ave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/14/2008 11:46 To Umesh Kamath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 14/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > configure --di

Re: Net-SNMP (ASAP)

2008-03-19 Thread Dave Shield
On 18/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Could you please let us know do we need IPV6 patches eventhough after > disabling IPV6 while configuring (as below) > > /configure > --disable-debugging --with-defaults \ > --disable-embedded-perl \ > --with-opens

Re: Net-SNMP (ASAP)

2008-03-19 Thread Umesh Kamath
--with-libs="-lnm" --disable-shared "Dave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/19/2008 04:41 To Umesh Kamath/India/[EMAIL PROTECTED] cc net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) On 18/03/200

Re: Net-SNMP (ASAP)

2008-03-19 Thread Dave Shield
On 19/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > > Dave. > > I have small doubt on below conf. I have mentioned in below conf as > "--with-libs="-lnm -lipv6" --disable-shared" . In your reply you have >suggested to us to use like " --with-libs="-lnm" --disable-shared". You gave the

Re: Net-SNMP (ASAP)

2008-03-20 Thread Umesh Kamath
OTECTED] cc net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) On 18/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Could you please let us know do we need IPV6 patches eventhough after > disabling IPV6 while configuring (as below) > &

Re: Net-SNMP (ASAP)

2008-03-20 Thread Umesh Kamath
EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 19/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > > Dave. > > I have small doubt on below conf. I have mentioned in below conf as > "--with-libs=&quo

RE: Net-SNMP (ASAP)

2008-03-20 Thread Mike Ayers
[Please check addresses before sending. You should not send to the bounce address.] > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Umesh Kamath > Sent: Wednesday, March 19, 2008 1:04 PM > Is this combination (openssl with --disable-ipv6) means > disable ipv

Re: Net-SNMP (ASAP)

2008-03-22 Thread Umesh Kamath
Dave, Durning "make" call i am getting error "Can't find library: "crypto" as below. cc +DAportable -Dhpux11=hpux11 -o .libs/snmpd .libs/snmpd.o -Wl,+n -L/tmp/net-snmp-5.4.1/agent/.libs -L/tmp/net-snmp-5.4.1/agent/helpers/.libs -L/tmp/net-snmp-5.4.1/snmplib/.libs -L/tmp/net-snmp-5

Re: Net-SNMP (ASAP)

2008-03-22 Thread Thomas Anders
Umesh Kamath wrote: > /usr/ccs/bin/ld: Can't find library: "crypto" [...] > /opt/hpws/apache/bin/openssl version > OpenSSL 0.9.8d 28 Sep 2006 You need the corresponding OpenSSL development package that includes the libraries (libcrypto.a/libcrypto.sl*) and the header files. Check the package repo

Re: Net-SNMP (ASAP)

2008-03-26 Thread Umesh Kamath
ath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 19/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > > Dave. > > I have small doubt on below conf. I have mentioned in below conf as > "--with-libs="

Re: Net-SNMP (ASAP)

2008-03-26 Thread Pranesh Kulkarni
ed to manually create snmptrapd.conf by using directives mentioned > in snmpd.conf man page > > > > *"Dave Shield" <[EMAIL PROTECTED]>* > Sent by: [EMAIL PROTECTED] > > 03/19/2008 11:39 > To > Umesh Kamath/India/[EMAIL PROTECTED] > cc > [EMAIL PROTECT

Re: Net-SNMP (ASAP)

2008-03-27 Thread Umesh Kamath
IL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) With snmpconf , we can configure snmp.conf , snmpd.conf and snmptrapd.conf Thanks, Pranesh On Thu, Mar 27, 2008 at 12:39 AM, Umesh Kamath <[EMAIL PROTECTED]> w

Re: Net-SNMP (ASAP)

2008-03-27 Thread Pranesh Kulkarni
ROTECTED]>* > > 03/27/2008 00:28 > To > Umesh Kamath/India/[EMAIL PROTECTED] > cc > [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTED], > net-snmp-users@lists.sourceforge.net > Subject > Re: Net-SNMP (ASAP) > > > > > > With snmpconf , we can c

Re: Net-SNMP (ASAP)

2008-03-27 Thread Dave Shield
On 26/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Is there any command like snmpconf to config snmptrapd.conf file . $ snmpconf The following installed configuration files were found: 1: /etc/snmp/snmpd.conf Read in which (default = all): none I can create the followi

Re: Net-SNMP (ASAP)

2008-03-27 Thread Umesh Kamath
Sent by: [EMAIL PROTECTED] 03/27/2008 04:37 To Umesh Kamath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 26/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Is there any command like snmpconf to config snmptrapd.conf

Re: Net-SNMP (ASAP)

2008-03-27 Thread Dave Shield
On 27/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > When i tried to run snmpd i got an error as below > > /tmp/net-snmp-5.4.1/sbin/snmpd -f -Le -Dread_config > Error opening specified endpoint "" > Server Exiting with code 1 That's expected if you're running as non-root. > Here when

Re: Net-SNMP (ASAP)

2008-03-27 Thread Umesh Kamath
Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/27/2008 07:11 To Umesh Kamath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 27/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > When i tried to r

RE: Net-SNMP (ASAP)

2008-03-27 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Umesh Kamath > Sent: Thursday, March 27, 2008 2:21 PM > Cc: [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [You can CC yourself if you like, but please trim the bounce address before sending. Thanks!] > I have tried snm

Re: Net-SNMP (ASAP)

2008-03-28 Thread Dave Shield
On 27/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > [I] ran the snmptrap as my user "uk1577". I am getting below error > > snmptrap -v 1 -c public localhost "" "" 0 0 "" > read_config_store open failure on /var/net-snmp/snmpapp.conf > read_config_store open failure on /var/net-snmp/snmpapp

Re: Net-SNMP (ASAP)

2008-03-29 Thread Umesh Kamath
rapenable 1 Umesh Kamath/India/IBM 03/27/2008 16:21 To [EMAIL PROTECTED] cc net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED], [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) Dave, I have tried snmpget, snmpgetnext and others commands are working except snmptrap. I ran the snmp

Re: Net-SNMP (ASAP)

2008-03-30 Thread Umesh Kamath
et, [EMAIL PROTECTED], [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) Still i am unable to generate trap messages. Please let me know where i did mistake. $ sudo /usr/sbin/snmptrapd -f -Lo -d -c /home/uk1577/snmptrapd.conf Password: Last successful login for uk1577: Fri Mar 28 10:33:3

Re: Net-SNMP (ASAP)

2008-03-31 Thread Dave Shield
On 31/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > I am able to generate Traps messages by specifying the port number 162 > in command as below. > > snmptrap -v 1 -c public localhost:162 "" "" 2 0 "" > > > Why we need to mention port number 162 ?, By default it should bind to port > 162.

Re: Net-SNMP (ASAP)

2008-04-03 Thread Umesh Kamath
Shield <[EMAIL PROTECTED]> cc Umesh Kamath/India/[EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) Dave, I am Using version 5.4.1. $ snmptrap -V NET-SNMP version: 5.4.1 I have one more question. While running snmpgetnext command i got "Encryption support not enabled" Error. W

Re: Net-SNMP (ASAP)

2008-04-06 Thread Dave Shield
On 03/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > I have one more question. > While running snmpgetnext command i got "Encryption support not enabled" > Error. We have OpenSSL 0.9.8b 04 version in my system and during config > we used --with-openssl=/opt/perl_modules/bin/openssl also. I

Re: Net-SNMP (ASAP)

2008-04-07 Thread Umesh Kamath
support: - "Dave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/06/2008 16:15 To Umesh Kamath/India/[EMAIL PROTECTED] cc net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) On 03/04/2008, Umesh

Re: Net-SNMP (ASAP)

2008-04-08 Thread Dave Shield
On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Here is config summary. [snip] > Authentication support: MD5 > Encryption support: That confirms it - your configuration isn't picking up the OpenSSL libraries, and therefore doesn't include encryption support. > I suspect li

Re: Net-SNMP (ASAP)

2008-04-08 Thread Umesh Kamath
AIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/08/2008 03:17 To Umesh Kamath/India/[EMAIL PROTECTED] cc [EMAIL PROTECTED], net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Here is config summary. [snip

Re: Net-SNMP (ASAP)

2008-04-08 Thread Dave Shield
On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Here is my config option. > > ./configure --prefix=/opt/iexpress/net-snmp --disable-debugging > --with-defaults > --disable-embedded-perl --with-openssl=/opt/perl_modules/bin/openssl I'm certain that this last option is wrong. OpenS

Re: Net-SNMP (ASAP)

2008-04-08 Thread Umesh Kamath
ost system Encryption support not enabled. snmpgetnext: USM encryption error (Sub-id not found: (top) -> system) "Dave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/08/2008 09:10 To Umesh Kamath/India/[EMAIL PROTECTED] cc net-snmp-users@lists.sourceforge.net

Re: Net-SNMP (ASAP)

2008-04-08 Thread Dave Shield
On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > We have installed Net Snmp with option > "with-openssl=/opt/perl_modules/bin/openssl" > and it is working fine except snmp v3 message encryption option. In other words, the bit that doesn't work is the very bit that actually uses OpenS

Re: Net-SNMP (ASAP)

2008-04-08 Thread Umesh Kamath
here way i can achieve through net snmp ?? "Dave Shield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/08/2008 10:02 To Umesh Kamath/India/[EMAIL PROTECTED] cc net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED] Subject Re: Net-SNMP (ASAP) On 08/04/2008, Umes

Re: Net-SNMP (ASAP)

2008-04-09 Thread Dave Shield
On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Where i will get snmp ping tool ?? > Is there way i can achieve through net snmp ?? What do you mean by "snmp ping tool"? What are you trying to do? Dave - This SF.n

Re: Net-SNMP (ASAP)

2008-04-09 Thread Umesh Kamath
, net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Where i will get snmp ping tool ?? > Is there way i can achieve through net snmp ?? What do you mean by "snmp ping tool&q

Re: Net-SNMP (ASAP)

2008-04-09 Thread Umesh Kamath
, net-snmp-users@lists.sourceforge.net Subject Re: Net-SNMP (ASAP) On 08/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > Where i will get snmp ping tool ?? > Is there way i can achieve through net snmp ?? What do you mean by "snmp ping tool&q

Re: Net-SNMP (ASAP)

2008-04-09 Thread Roy M. Silvernail
On Wed, Apr 09, 2008 at 11:26:57AM -0500, Umesh Kamath wrote: > Dave, > We need SNMP ping monitor tool to check whether a node is SNMP enabled or > not and also to check connectivity of agent. How about snmpget -v 2c -c public {target host} SNMPv2-MIB::sysObjectID.0 for an SNMP ping? If you g

Re: Net-SNMP (ASAP)

2008-04-10 Thread Dave Shield
On 09/04/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote: > > Dave, > We need SNMP ping monitor tool to check whether a node is SNMP > enabled or not and also to check connectivity of agent. Roy is spot on. If you want to know whether a node is SNMP active, then send an SNMP request and see if you ge

RE: Net-SNMP (ASAP)

2008-04-10 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Roy M. Silvernail > Sent: Wednesday, April 09, 2008 10:18 AM > On Wed, Apr 09, 2008 at 11:26:57AM -0500, Umesh Kamath wrote: > > Dave, > > We need SNMP ping monitor tool to check whether a node is > SNMP enabled or > > not an