Re: Document for modifying the mib2c generated code

2011-09-29 Thread N. Karthikeyan
the following code in the MODE_SET_ACTION case:       if (table_entry == NULL) {     continue;     } Thanks, -karthi From: Dave Shield d.t.shi...@liverpool.ac.uk To: N. Karthikeyan karthik_96...@yahoo.com Cc: net-snmp-users

snmpd coredump location

2011-09-29 Thread N. Karthikeyan
Hi All,     I don't see a coredump in the current directory, when the snmpd crashed with 'Segmentation fault'. lnx:928 limit coredumpsize coredumpsize 1024000 kbytes lnx:929 lnx:930 net-snmp-config --version 5.3.2.2 lnx:931     I am able to get a coredump for other applications that are

Document for modifying the mib2c generated code

2011-09-14 Thread N. Karthikeyan
Hi Dave, Could you please let me know whether there is any document available on how to change the mib2c generated code? I am trying to implement a table with mib2c.iterate.conf with cache enabled. Thanks in advance for your help and guidance. Thanks,

Help needed on implementing snmp table

2011-09-12 Thread N. Karthikeyan
Hi All,     Could you please suggest me the mib2c config file and the sample implementation for the following case? - snmp Table resides outside of agent - Data in that external table is not static. Hence, this table   need to be built dynamically for each snmp request.   Thanks,

Re: mib2c config option

2011-09-02 Thread N. Karthikeyan
    I couldn't find a libssp.so.0 library in my linux machine. Could you please let me know package that needs to be installed to have this library? Thanks, -karthi From: Dave Shield d.t.shi...@liverpool.ac.uk To: N. Karthikeyan karthik_96...@yahoo.com; Dheeraj

mib2c config option

2011-09-01 Thread N. Karthikeyan
Hi All,     I am trying to generate a code for the CISCO-LICENSE-MGMT-MIB. This MIB has scalars, tables and notifications defined in it. Could you please let me know the config_file needs to be used with mib2c to generate a code for all of the objects?

Re: shared object library location of snmpd

2011-08-27 Thread N. Karthikeyan
Hi Dheeraj,     Thanks for your reply. After copying libsample.so to /usr/lib, this error is gone. Thanks, -karthi From: Dheeraj Gautam dgau...@juniper.net To: N. Karthikeyan karthik_96...@yahoo.com; net-snmp-users@lists.sourceforge.net net-snmp-users

shared object library location of snmpd

2011-08-25 Thread N. Karthikeyan
Hi All,     Could you please let me know the shared library PATH that net-snmp uses to look for .so? I have built a test1.so which inturn has another shared lib(called sample.so) in it. When I load the test1.so, it complains about 'unable to read sample.so'. SNMP table:

noAccess error seen for snmpset operations

2011-08-23 Thread N. Karthikeyan
Hi All,     I am trying to use the shared library with net-snmp. Before trying my .SO lib, I try to test the snmpd with nstAgentPluginObject.so I always get noAccess error for the snmpset operations. Here is the log: kanatara-lnx:270 sudo snmpd -f -L -DnstAgentPluginObject,dlmod [1] 27492

Sample code to generate a Trap

2011-08-04 Thread N. Karthikeyan
Hi All,     Could any please share the sample implementation for generating SNMP Traps using net-snmp? Thanks, -karthi-- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile

Re: Unable to build net-snmp on linux

2011-07-06 Thread N. Karthikeyan
Hi Dave, I am able to install beecrypt lib and net-snmp successfully with 'yum install' command. Thanks a lot for your help. Thanks, -karthi - Original Message From: Dave Shield d.t.shi...@liverpool.ac.uk To: N. Karthikeyan karthik_96...@yahoo.com Cc: net-snmp-users

Unable to build net-snmp on linux

2011-06-30 Thread N. Karthikeyan
Hi All, I am trying to install net-snmp on my linux machine. kanatara-lnx:50 uname -a Linux kanatara-lnx 2.6.9-42.7.ELsmp #1 SMP Tue Sep 5 18:29:39 EDT 2006 i686 i686 i386 GNU/Linux kanatara-lnx:51 I have downloaded net-snmp-5.6.1.1.zip from http://www.net-snmp.org. when I build, I