Re: no ./initialize - should be no ./configure

2010-03-04 Thread Dave Shield
On 4 March 2010 15:15, Kathy McLeod wrote: > Based on this in the Writing a Dynamically Loadable Object tutorial, I > assumed we had to run the configure command: > > The Net-SNMP package must have been built with dynamically loadable module > support for the following to work. You should therefor

Re: no ./initialize - should be no ./configure

2010-03-04 Thread Kathy McLeod
Hi - Based on this in the Writing a Dynamically Loadable Object tutorial, I assumed we had to run the configure command: The Net-SNMP package must have been built with dynamically loadable module support for the following to work. You should therefore enable the UCD MIB when configuring the sourc

Re: loading vendor specific .mib

2010-03-04 Thread Queenie de Melo
OK Dave :) I get what you mean :) When i run snmptrapd i run it with -Lf option to log the traps received into a file specified after the -Lf command. Now the traps received, does not show the string of what trap it is. Only a timestamp appears. I thought it maybe bec i havent loaded the MIB of

Re: loading vendor specific .mib

2010-03-04 Thread Dave Shield
On 4 March 2010 11:49, Queenie de Melo wrote: > Had another doubt... I get only nos.. Yes - because that is what you asked for. What did you expect the option '-On' to do? Dave -- Download Intel® Parallel Studio Eval Tr

Re: Re: Re: new errors

2010-03-04 Thread Abigail Rebello
Hi, have changed to snmpd.conf file ""sysname ccb-dit syscontact r...@citizencredit.cccbl trapcommunity public trapsink 172.16.10.88 trap2sink 172.16.10.88 informsink 172.16.10.88 authtrapenable 1 com2sec local localhost public com2sec wor

Re: loading vendor specific .mib

2010-03-04 Thread Queenie de Melo
Yes Dave.. That worked. Thanks!! Had another doubt... I get only nos.. Is there an option where i can get the trap message in words like its listed in windows say.. in MGSOFT. On Wed, Mar 3, 2010 at 3:21 PM, Dave Shield wrote: > On 3 March 2010 09:46, Queenie de Melo wrote: > > Instead of us

Re: Re: new errors

2010-03-04 Thread Dave Shield
On 4 March 2010 09:09, Abigail Rebello wrote: > Resending a copy of the dread_config output.. > read_config: /usr/local/share/snmp/snmpd.conf:11 examining: com2sec local > localhost public > read_config: /usr/local/share/snmp/snmpd.conf:13 examining: com2sec > nocnetwork <172.16.10.0/24> public

Re: Re: new errors

2010-03-04 Thread Abigail Rebello
Hi, Resending a copy of the dread_config output.. (((dit-cbc:~ # snmpd -Le -f -Dread_config registered debug token read_config, 1 read_config: reading premib configuration tokens read_config: config path used for snmpd:/usr/local/etc/snmp:/usr/local/share/snmp:/usr/local/lib/snmp:/root/

Re: no ./initialize - should be no ./configure

2010-03-04 Thread Dave Shield
On 3 March 2010 23:43, Kathy McLeod wrote: > We have a test system with RedHat 5.4.  It had net-snmp installed already > I created a test mib and used mib2c on it, and completed the code in > the .c.  I would like to compile it into the master agent for some initial > testing, and then compile it