Re: snmptrapd 5.3.0.1 drops all incoming traps.

2006-02-13 Thread Ramji Chandramouli
Never mind.  Got it working now.Thanks.On 2/13/06, Ramji Chandramouli <[EMAIL PROTECTED]> wrote: Hi,Is there anything special I need to do config-wise ?By default, my 5.3.0.1 snmptrapd starts up as followsWarning: no access control information configured. This receiver will *NOT* accept any incomi

snmptrapd 5.3.0.1 drops all incoming traps.

2006-02-13 Thread Ramji Chandramouli
Hi,Is there anything special I need to do config-wise ?By default, my 5.3.0.1 snmptrapd starts up as followsWarning: no access control information configured. This receiver will *NOT* accept any incoming notifications.NET-SNMP version 5.3.0.1Then, when it receives a trap, it does not parse the tra

Re: net-snmp agent and MIBs

2006-02-13 Thread bertsch
Thanks Dave for your explanations, > On Thu, 2006-02-09 at 23:10 +0100, [EMAIL PROTECTED] wrote: >> why does the agent not contain all possible MIBs it could handle ? > > Because some MIBs have only been implemented on certain systems, > and other MIBs are sufficiently new and untested that it fee

Uninstall error

2006-02-13 Thread Makavy, Erez (Erez)
I got this error while commiting 'make uninstall' for net-snmp-5.2.1.2:     make[1]: Leaving directory `/root/Net-SNMP/net-snmp-5.2.1.2/mibs'make[1]: Entering directory `/root/Net-SNMP/net-snm

RE: Installation problem, mib2c not working (net-snmp-5.2.1.2)

2006-02-13 Thread Makavy, Erez (Erez)
More info about my problem: 1) I'm using RedHat Linux 2.6.9   2) My configure was run as follows: ./configure --with-libwrap   \    --with-perl-modules   \    --with-mib-m

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Paulo Ricardo
Ruffles, I disagree with you, I´m working very hard with this problem, and I said in the last emails that I´m not a expertise in SNMP environment, is not my job. My Job is to make DNS application working correctely and I expected that SNMP send the traps corretely when the some alarms occurs.

exec - need extResult and extOutput

2006-02-13 Thread Kyle Tucker
Hi folks, I've built my entire new Nagios system around obtaining both extResult and extOutput for exec commands from snmpd.conf. Today I just noticed that this means I'm running the script in the exec directive twice to obtain both OIDs. Is there a method to obtain both OIDs (or all for

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Paulo Ricardo
very Nice Raffles. I have one more question: See the example below: snmpget -c public zeus system.sysDescr.0 I tried the follow command: snmpget -v1 -Cf -c public DNS2 LinkDown and I receive the following message: [EMAIL PROTECTED]> snmpget -v1 -Cf -c public DNS2 LinkDown Error in packet R

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Raffles
Hi Paulo (sorry for misspelling your name previously), My SNMP knowledge is fairly limited and I am not very familiar with the IF-MIB, having only used NetSNMP for control and monitoring of proprietary information. However I think I can see what the problem is. To use the example from the snmp

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Raffles
OK, thanks for the tip - To be honest, I'm not actually looking at the IF-MIB myself, I was just trying to help Paulo out. Having seen his next reply, it does seem that he wants it on a plate though. I think he's asking questions without doing any work himself, which I find a bit annoying have

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread H. McManus
On Monday 13 February 2006 16:34, Raffles wrote: > Caveat: I'm fairly new to SNMP in general so it may be that these > particular parameters can be set in a config file somewhere. Yes they can. I've already explained this in a previous email. The way to get link notification is to use the linkU

SNMP Query

2006-02-13 Thread Singh, Sandeep, VF UK - Technology (TS)
Hi I want to create the SNMP messages(GetRequest,GetResponse,Trap) messages for a test tool that we curruntly are using for testing IN messages.it supports the UDP layer.The test tool works on OpenVMS Operating system. I have a query that is it possible to use the files/macros given by you for m

new to net SNMP

2006-02-13 Thread Raja Sekhar
hai,   i am new to net snmp. i have down loaded the net-snmp-5.3.0.1-1.EL4.i386 current version from the site. i have installed it in linux and i am able to run the snmpd successfully. But the real problem is that i am not able to understand how to add a MIB which is created by me. can any one ex

Implementing persistant data.

2006-02-13 Thread vikas.shivappa
Title: Implementing persistant data. Hi All , I was trying to implement persistant data in net-snmp . I just want to read the data from my custom config file . I am using the function register_config_handler("filename","token name" , ptr to parser function ,  NULL , NULL ); As soon as it

Net-SNMP support for IPv6

2006-02-13 Thread McGuerty, Jay S.
Hi, Does your product support IPv6?   I see indirect references but nothing specific   Jay McGuerty CCNP/CCSP/NSA INFOSec Principal Security Engineer Science Applications International Corp. MS B-1E 10260 Campus Point Dr. San Diego, CA. 92121 858.826.7309 Office 858.663.

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Raffles
Hi Paul, If I've understood your post correctly you're looking in the MIB definition file to find out what particular value an item has in the MIB you're interested in. In particular you are interested in whether notifications are ON or OFF. Have I followed you correctly so far? The MIB defi

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread H. McManus
On Monday 13 February 2006 14:42, Paulo Ricardo wrote: > Where can I look for .1.3.6.1.2.1.31.1.1.1.14 ??? Umm. Right there :-) Either use the snmp command snmpget or use a graphical mib browser (net-snmp comes with one called tkmib) and you can see the value of those fields. > Where can I cha

Re: snmpwalk on vacm tables returns error after agent restart due to sighup

2006-02-13 Thread jdx
Hi, Not sure that could help, but I had an un-identified bug, that seems analogous (Net-SNMP 5.3.0.1) My agent throws initial Traps and then hangs without anymore The only symptom I could see, is to use both IPv4 AND IPv6 MIB-II on a dual stack standard Kernel 2.6 Linux. For it was not bl

Re: Installation problem, mib2c not working (net-snmp-5.2.1.2)

2006-02-13 Thread jdx
Hi,   You have already got many messages, but I don't keep your configuration in mind. For mine (one Linux , other Win32) I had to install manually the Net-SNMP.ppd (found in /usr/perl) I found the information in some README...   so I just could advertize you to      RTFM  (Read The Fucky Ma

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Paulo Ricardo
nice Helen, one more question: Where can I look for .1.3.6.1.2.1.31.1.1.1.14 ??? Where can I change the ifLinkUpDownTrapEnable or linkUpDown notifications value?? Best Regards Paulo From: "H. McManus" <[EMAIL PROTECTED]> To: net-snmp-users@lists.sourceforge.net Subject: Re: No traps for L

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread H. McManus
On Monday 13 February 2006 14:00, Paulo Ricardo wrote: > How can I know if in my net-snmp product the linkUpDownnotifications is ON > > Where Can I find the "linkUpDownnotifications"??? If you have a look in .1.3.6.1.2.1.31.1.1.1.14 (.iso.org.dod.internet.mgmt.mib-2.ifMIB.ifMIBObjects.ifXTable.i

Re: No traps for Link down/up in SUN Netra 240 machines

2006-02-13 Thread Paulo Ricardo
Hi Dave, How can I know if in my net-snmp product the linkUpDownnotifications is ON ??? Where Can I find the "linkUpDownnotifications"??? How can I change this option??? Best Regards Paulo From: Dave Shield <[EMAIL PROTECTED]> To: Paulo Ricardo <[EMAIL PROTECTED]> CC: net-snmp-users@lists

Installation problem, mib2c not working (net-snmp-5.2.1.2)

2006-02-13 Thread Makavy, Erez (Erez)
After installing net-snmp-5.2.1.2 (configured with --with-perl-modules), I get the usual error, when running mib2c:   -- ERROR: You don't have the SNMP perl module installed.  Please obtainthis

IPMI MIB

2006-02-13 Thread Sridhar Addagada
Is there a standerd MIB available for download, is there an RFC or is it still in draft mode. Thanks, Sridhar --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search en

Emanate

2006-02-13 Thread Luigi Damis
Hi,   please help me.   I want to replace, in my snmp application, the EMANATE API in C++ on HP-UX/Windows platform and architecture with net-snmp on linux platform.   Please tell me more about compatibility between snmp-net and EMANATE ( a run-time extensible SNMP agent).   Thanks, Luig