Problems with mib2c and net-snmp 5.5

2010-02-22 Thread Ivo Faldini
Hi, I've installed following: 1) Net-SNMP 5.5 binary version for WindowsXP (32 bit) 2) installing Active-Perl 5.10 3) I'm installing perl package( running ppm install NetSNMP.ppd) , After all the above steps when I execute mib2c I'm still getting the following message

Re: Problems with mib2c oid error yet snmptranslate works fine...

2005-09-23 Thread Robert Story
On Tue, 20 Sep 2005 11:40:58 -0400 [EMAIL PROTECTED] wrote: JACTC> Thank you, it works now... very simple indeed... my impression was that JACTC> mib2c converted the entire tree given a mib name. Jesus Altuve Most will, but you still have to give it an object name, not the MIB name. If you want mu

RE: Problems with mib2c oid error yet snmptranslate works fine...

2005-09-20 Thread Jesus . Altuve
gt;Date: 09/20/2005 01:25AMcc: Subject: RE: Problems with mib2c oid error yet snmptranslate works fine...Jesus, ># mib2c -c mib2c.conf -I /usr/local/share/snmp-f rhino CISCO-RHINO-MIB Use the module name/ tablename not name of MIB, please try again. Ying From:[EMAIL PROTECTED] [mailto:[EMAIL PROT

RE: Problems with mib2c oid error yet snmptranslate works fine...

2005-09-19 Thread Ying Wang(CD)
:21 To: Ying Wang(CD) Cc: net-snmp-users@lists.sourceforge.net Subject: RE: Problems with mib2c oid error yet snmptranslate works fine...   Thanks, Ying Wang but it doesn't work either...  here's what I tried:   # export MIBS=all # mib2c -c

RE: Problems with mib2c oid error yet snmptranslate works fine...

2005-09-19 Thread Jesus . Altuve
PROTECTED]>From: "Ying Wang\(CD\)" <[EMAIL PROTECTED]>Date: 09/19/2005 11:23PMcc: Subject: RE: Problems with mib2c oid error yet snmptranslate works fine...Try this:First make sure your mib is in right scope the mib2c can search, the default path is /usr/local/share/snmp/m

RE: Problems with mib2c oid error yet snmptranslate works fine...

2005-09-19 Thread Ying Wang(CD)
sers digest..." Today's Topics: 1. Problem with installation (configure error) ([EMAIL PROTECTED]) 2. Re: Problem with installation (configure error) (Danny Milosavljevic) 3. Problems with mib2c oid error yet snmptranslate works fine... ([EMAIL PROTECTED]) 4. [SOLVED]: t

Problems with mib2c oid error yet snmptranslate works fine...

2005-09-19 Thread Jesus . Altuve
Hi List, I'm having trouble converting MIB files to .c and .h files using mib2c. I'm doing as follows:         $ MIBS="+UCD-DISKIO-MIB" mib2c -c mib2c.conf UCD-DISKIO-MIB But I get this error:         You didn't give mib2c a valid OID to start with.  IE, I could not find         any informatio

Re: problems with mib2c

2005-02-21 Thread manik chopra
Hello Robert, When I do: "/usr/lib/*snmp*" I get: ls: /usr/lib/*snmp*: No such file or directory when I do "/usr/local/lib/*snmp*" I get: -rw-r--r-- 1 root root 1123416 Feb 20 20:26 /usr/local/lib/libnetsnmp.a -rw-r--r-- 1 root root 228654 Feb 20 20:26 /usr/local/lib/libnetsnmpagent.a -rwx

Re: problems with mib2c

2005-02-17 Thread Robert Story
On Tue, 15 Feb 2005 22:56:00 -0800 (PST) manik wrote: MC> Also, initially I was using net-snmp-5.2.1. But MC> whenever I ran mib2c following error occured: MC> MC> ERROR: You don't have the SNMP perl module installed. MC> [...] On Wed, 16 Feb 2005 16:47:50 -0800 (PST) manik wrote: MC> Yes I did

Re: problems with mib2c

2005-02-16 Thread manik chopra
Hello Robert, Yes I did the following: (i tried this with Net-SNMP 5.1.1 too) ./configure --with-perl-modules make make install ( as root ) thank you manik --- Robert Story <[EMAIL PROTECTED]> wrote: > On Tue, 15 Feb 2005 22:56:00 -0800 (PST) manik > wrote: > MC> Also, initially I was usi

Re: problems with mib2c

2005-02-16 Thread Robert Story
On Tue, 15 Feb 2005 22:56:00 -0800 (PST) manik wrote: MC> Also, initially I was using net-snmp-5.2.1. But MC> whenever I ran mib2c following error occured: MC> MC> ERROR: You don't have the SNMP perl module installed. MC> MC> I installed the perl module but still i get the above MC> error when I

Re: problems with mib2c

2005-02-15 Thread manik chopra
I am using Fedora 3. thank you -manik --- Robert Story <[EMAIL PROTECTED]> wrote: > On Tue, 15 Feb 2005 05:57:35 -0800 (PST) manik > wrote: > MC> I have got a directory in which > MC> "NET-SNMP-TUTORIAL-MIB" is saved. Also it is in > the > MC> default search path for the MIBS. Now when I do >

Re: problems with mib2c

2005-02-15 Thread manik chopra
Hello Robert, Yes 'snmptranslate -IR nstAgentModuleObject' does work. But still i get the same error with mib2c. Also, initially I was using net-snmp-5.2.1. But whenever I ran mib2c following error occured: -- ERROR: You don't have the SNMP perl module installed. Please obtain this by

Re: problems with mib2c

2005-02-15 Thread Robert Story
On Tue, 15 Feb 2005 05:57:35 -0800 (PST) manik wrote: MC> I have got a directory in which MC> "NET-SNMP-TUTORIAL-MIB" is saved. Also it is in the MC> default search path for the MIBS. Now when I do MC> MC> >>mib2c mib2c.int_watch.conf nstAgentModuleObject MC> MC> following error occurs: MC>

problems with mib2c

2005-02-15 Thread manik chopra
Hi all, I have problems using mib2c functionality of NET-SNMP. I have got a directory in which "NET-SNMP-TUTORIAL-MIB" is saved. Also it is in the default search path for the MIBS. Now when I do >>mib2c mib2c.int_watch.conf nstAgentModuleObject following error occurs: --- you didn't give m

Re: Problems with MIB2c Tool

2005-02-14 Thread Robert Story
On Fri, 4 Feb 2005 14:39:06 +0100 [EMAIL PROTECTED] wrote: KSDC> I have followed following steps: KSDC> export MIBS=ADSL-LINE-MIB That will only load one MIB. You probably need more than that. Try 'export MIBS=+ADSL-LINE-MIB', so the default mibs are loaded as well. KSDC> ./mib2c -c mib2c.m

Problems with MIB2c Tool

2005-02-04 Thread Kumara-Swamy.Dontamsetti
Hi Net SNMP users, I am new to SNMP and net SNMP tool kit.. I have gathered basic information about tool kit and SNMP RFCs and MIB RFCs... I have few problems from last few days.. 1. I have downloaded net-snmp-5.2.1 package from the internet and Untarred.