New MIB file, Still no clue what to do further(text)

2012-05-28 Thread Magda Stefan
Hi Dave,     Thank you again for your time and patience. I know that sometimes I ask all the stupid questions but I'm just 22 and I'm still learning.     Following your advice I've created a new MIB file, starting from netSnmpPlaypen, but similar as structure with previ

Re: "can any one help to slove problem "configure the new MIB file -- " $ ./configure --with-mib-modules="netSnmpTutorialMIB""

2007-07-16 Thread Dave Shield
On 11/07/07, manu kumar <[EMAIL PROTECTED]> wrote: > I had problem while "configure the new MIB file", as I created a > new file.txt and able to compile it and I got xxx.h and xxx.c . I modified > the xxx.c file to get and set the value and placed the xxx.h an

Re: "can any one help to slove problem "configure the new MIB file -- " $ ./configure --with-mib-modules="netSnmpTutorialMIB""

2007-07-12 Thread Jens Luetkens
manu kumar wrote: > Hi ALL, > > I had problem while "configure the new MIB file", as I created a > new file.txt and able to compile it and I got xxx.h and xxx.c . I modified > the xxx.c file to get and set the value and placed the xxx.h and xxx.c file >

Re: "can any one help to slove problem "configure the new MIB file --" $./configure --with-mib-modules="netSnmpTutorialMIB""

2007-07-11 Thread taner memetali
sorry forgot to say that you should recompile the agent after adding the mib manually - Original Message - From: taner memetali To: net-snmp-users Sent: Wednesday, July 11, 2007 4:13 PM Subject: Re: "can any one help to slove problem "configure the ne

Re: "can any one help to slove problem "configure the new MIB file -- " $./configure --with-mib-modules="netSnmpTutorialMIB""

2007-07-11 Thread taner memetali
oblem "configure the new MIB file -- " $./configure --with-mib-modules="netSnmpTutorialMIB"" Hi ALL, I had problem while "configure the new MIB file", as I created a new file.txt and able to compile it and I got xxx.h and xxx.c . I

"can any one help to slove problem "configure the new MIB file -- " $ ./configure --with-mib-modules="netSnmpTutorialMIB""

2007-07-11 Thread manu kumar
Hi ALL, I had problem while "configure the new MIB file", as I created a new file.txt and able to compile it and I got xxx.h and xxx.c . I modified the xxx.c file to get and set the value and placed the xxx.h and xxx.c file in ./agent/mibgroup folder After that I am try

Re: new mib file

2004-06-22 Thread Mike Mohamet
On Tuesday 22 June 2004 10:30, Robert Story wrote: > On Tue, 22 Jun 2004 14:41:25 -0700 Mike wrote: > MM> I am using ucd-snmp 4.2.6 in my computer. I created a new MIB module in > MM> order to cover my companies management needs. But although the module > works MM> perfect in my computer, I cannot

Re: new mib file

2004-06-22 Thread Users
On Tue, 22 Jun 2004 14:41:25 -0700 Mike wrote: MM> I am using ucd-snmp 4.2.6 in my computer. I created a new MIB module in MM> order to cover my companies management needs. But although the module works MM> perfect in my computer, I cannot make it work in any other machine. MM> MM> I copied my MI

new mib file

2004-06-22 Thread Mike Mohamet
Dear all, I am using ucd-snmp 4.2.6 in my computer. I created a new MIB module in order to cover my companies management needs. But although the module works perfect in my computer, I cannot make it work in any other machine. I copied my MIB.txt file in the mibs directory and I also copied th

Re: add new mib file ??

2004-06-09 Thread Wes Hardaker
> On Tue, 8 Jun 2004 09:39:15 -0400, Mijeong Seo <[EMAIL PROTECTED]> said: Mijeong> I also try to add MY-MIB.txt that includes user defined Mijeong> traps. For some reason, loading it under window works well Mijeong> but under RH7.3 and RH9 doesn't work (I'm using 5.1.1 for Mijeong> these). I

RE: add new mib file ??

2004-06-08 Thread Mijeong Seo
Title: RE: add new mib file ?? Hi, I also try to add MY-MIB.txt that includes user defined traps. For some reason, loading it under window works well but under RH7.3 and RH9 doesn't work (I'm using 5.1.1 for these). Could you explain it to me how to resolve these?

Re: add new mib file ??

2004-05-28 Thread Niels Baggesen
On Thu, May 27, 2004 at 09:24:28PM +0200, Amihay Tabul wrote: > i have My-MIB.txt and i need to rebuild the net-snmp-5.1.1 to support it. > (support = set,get and walk) > My-MIB.txt run before on RH 7.1 ucd-snmp4.2.2. > the xxx.c and xxx.h was generate from mib2c . Put the files in the same places

RE: add new mib file ??

2004-05-27 Thread Amihay Tabul
Title: RE: add new mib file ?? hi my mib works meaning i can see the OID  but i cant run get or set ? i didnt see any errors . but i did add new includes to the files xxx.c it didnt work at all at the beginning. i am sorry for the poor email but i dont understand the problem and i dont know

Re: add new mib file ??

2004-05-27 Thread Users
On Thu, 27 May 2004 16:08:37 +0200 Amihay wrote: AT> i have old xx.c xx.h files and -MIB.txt (ucd-snmp 4.2.2) AT> i upgraded my linux to RH-9 and my old snmp does not work. Doesn't work how? Did it compile? Did it link? Did it run? What were the errors? -- Robert Story; NET-SNMP Junkie

add new mib file ??

2004-05-27 Thread Amihay Tabul
Title: add new mib file ?? hi i have old xx.c xx.h files and -MIB.txt (ucd-snmp 4.2.2) i upgraded my linux to RH-9 and my old snmp does not work. how can i build new snmp with my old xx.c and xx.h (from mib2c)? thanks amihay