SNMPSET Problem

2006-03-21 Thread V M Gadag
Hi, check for the following, 1) MIB object which you want to set should be writable. 2) you need to add "rwcommunity private default " to the snmpd.conf file as the MIB object you are trying to set is under a private section. or else you can specifically make only that MIBĀ  as writable. Rega

subsequent calls to agent after 1st snmpset doesn't get received at agent.

2006-03-21 Thread V M Gadag
Hi All, I am facing one strange issue with snmpset commands on some of the MIB objects (These usually take a bit more time to execute but i have increased the time delay by option -t 10, which provides enough delay for me to get the results even then this problem exists.) On executing snmpset

Re: confusion reg Baby steps interface in Net-SNMP

2006-03-02 Thread V M Gadag
Hi Dave, Thanks alot for the input, Thanks & Regards, Gadag On Thu, 2006-03-02 at 19:05, Dave Shield wrote: On Tue, 2006-02-28 at 17:07 +0530, V M Gadag wrote: > 1) What is "Baby step" Interface in Net-SNMP? It's a framework for implementing MIB modules, that brea

confusion reg Baby steps interface in Net-SNMP

2006-02-28 Thread V M Gadag
Hi All, Can anyone please help me, ( I am very much new to Net-SNMP ) I was just trying to Instrument the Set functionality for some of the MIB objects using the frame work generated by mib2c, & i got the following doubts, 1) What is "Baby step" Interface in Net-SNMP? 2) Is there anything li

Re: my .c & .h are not compiling with net-snmp make..

2006-01-19 Thread V M Gadag
with some other compiling problems, (with which I will get back soon). Thanks & Regards Chetan On Thu, 2006-01-19 at 17:20, Dave Shield wrote: On Thu, 2006-01-19 at 16:50 +0530, V M Gadag wrote: > I have added some new files (.c & .h ) files to one of the folder that > is allrea

my .c & .h are not compiling with net-snmp make..

2006-01-19 Thread V M Gadag
Hi All, I am a very new user of NET-SNMP , the problem i am facing is - I have added some new files (.c & .h ) files to one of the folder that is allready existing , I am facing the problem that, when i build all the files except mine get compiled. do i have to m ake any changes to configure