RE: Problems with mib2c oid error yet snmptranslate works fine...
"Ying Wang(CD)" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <102DD20C03D522419F76934805171ECE61D22A@sh-exch2003.nt-fsrvr.o2micro.com> |
Try this:
First make sure your mib is in right scope the mib2c can search, the default path is /usr/local/share/snmp/mibs/. Then, execute "exports MIBS=ALL".
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected]
Sent: 2005年9月20日 11:15
To: [email protected]
Subject: Net-snmp-users digest, Vol 1 #3123 - 4 msgs
Send Net-snmp-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Net-snmp-users 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]: the accurate description of the snmp error (Ying Wang(CD))
--__--__--
Message: 1
Date: Mon, 19 Sep 2005 14:20:51 +0200 (MEST)
From: [email protected]
To: [email protected]
Subject: Problem with installation (configure error)
Hello,
when I try to run ./configure, I get the following error:
linux:/net-snmp-5.2.1.2 # sh ./configure
: command not found4:
./configure: line 22: syntax error near unexpected token `elif'
./configure: line 22: elif test -n "${BASH_VERSION+set}" && (set -o posix)
>/dev/null 2>&1; then
What do I need to do to install the package?
My system is:
SuSE Linux 9.1
gcc 3.3.3
bash 2.05b.0(1)-release
net-snmp-5.2.1.2
I'm logged in as root.
Thanks in advance,
Klaus Gürtler
--
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++
--__--__--
Message: 2
Date: Mon, 19 Sep 2005 15:24:48 +0200
From: Danny Milosavljevic <[email protected]>
To: [email protected]
CC: [email protected]
Subject: Re: Problem with installation (configure error)
This is a multi-part message in MIME format.
--------------060201050800030100070005
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Hi,
[email protected] schrieb:
>Hello,
>
>when I try to run ./configure, I get the following error:
>
>linux:/net-snmp-5.2.1.2 # sh ./configure
>: command not found4:
>./configure: line 22: syntax error near unexpected token `elif'
>./configure: line 22: elif test -n "${BASH_VERSION+set}" && (set -o posix)
>
>
>>/dev/null 2>&1; then
>>
>>
>
>
>
What are those lines in "configure" (around line number 22 and a few
lines before) ?
>What do I need to do to install the package?
>
>My system is:
>SuSE Linux 9.1
>gcc 3.3.3
>bash 2.05b.0(1)-release
>net-snmp-5.2.1.2
>I'm logged in as root.
>
>Thanks in advance,
>Klaus Gürtler
>
>
>
cheers,
Danny
--------------060201050800030100070005
Content-Type: text/x-vcard; charset=utf-8;
name="danny.milosavljevic.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="danny.milosavljevic.vcf"
begin:vcard
fn:Danny Milosavljevic
n:Milosavljevic;Danny
org:Fabalabs Software GmbH
adr:;;Honauerstrasse 4;Linz;;4020;Austria
email;internet:[email protected]
title:Research & Development
x-mozilla-html:FALSE
version:2.1
end:vcard
--------------060201050800030100070005--
--__--__--
Message: 3
To: [email protected]
Subject: Problems with mib2c oid error yet snmptranslate works fine...
From: [email protected]
Date: Mon, 19 Sep 2005 14:43:06 -0400
This is a multipart message in MIME format.
--=_alternative 0066CF1285257081_=
Content-Type: text/plain; charset="US-ASCII"
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 information about the mib node "UCD-DISKIO-MIB". This could
be caused..............
Yet, if I do this:
$ MIBS="+UCD-DISKIO-MIB"
$ snmptranslate UCD-DISKIO-MIB::diskIOIndex -On
I get this:
.1.3.6.1.4.1.2021.13.15.1.1.1
So, yes... the MIB is being loaded. I uninstalled all the old net-snmp
RPM's from the system, and compiled net-snmp 5.1.3.1 configured as
follows:
$ ./configure --with-mib-modules=host --with-perl-modules
I also tried configuring net-snmp with --with-mib-modules="host
ucd-snmp/diskio" which compiles UCD-DISKIO-MIB for me. However, I would
like to
know why mib2c is not working for me when I want to convert a MIB file
into a module if I'm doing exactly as the documentation says, even all the
examples work for me, it's simply the mib2c part the one not working.
Thanks,
Jesus Altuve
Terra.com
--=_alternative 0066CF1285257081_=
Content-Type: text/html; charset="US-ASCII"
<br><font size=2 face="sans-serif">Hi List,</font>
<br>
<br><font size=2 face="sans-serif">I'm having trouble converting MIB files
to .c and .h files using mib2c. I'm doing as follows:</font>
<br>
<br><font size=2 face="sans-serif"> $
MIBS="+UCD-DISKIO-MIB" mib2c -c mib2c.conf UCD-DISKIO-MIB</font>
<br>
<br><font size=2 face="sans-serif">But I get this error:</font>
<br>
<br><font size=2 face="sans-serif"> You
didn't give mib2c a valid OID to start with. IE, I could not find</font>
<br><font size=2 face="sans-serif"> any
information about the mib node "UCD-DISKIO-MIB". This could
be caused..............</font>
<br>
<br><font size=2 face="sans-serif">Yet, if I do this:</font>
<br>
<br><font size=2 face="sans-serif"> $
MIBS="+UCD-DISKIO-MIB"</font>
<br><font size=2 face="sans-serif"> $
snmptranslate UCD-DISKIO-MIB::diskIOIndex -On </font>
<br>
<br><font size=2 face="sans-serif"> I
get this:</font>
<br><font size=2 face="sans-serif"> .1.3.6.1.4.1.2021.13.15.1.1.1</font>
<br>
<br><font size=2 face="sans-serif">So, yes... the MIB is being loaded.
I uninstalled all the old net-snmp RPM's from the system, and compiled
net-snmp 5.1.3.1 configured as follows:</font>
<br>
<br><font size=2 face="sans-serif"> $
./configure --with-mib-modules=host --with-perl-modules </font>
<br>
<br><font size=2 face="sans-serif">I also tried configuring net-snmp with
--with-mib-modules="host ucd-snmp/diskio" which compiles UCD-DISKIO-MIB
for me. However, I would like to</font>
<br><font size=2 face="sans-serif">know why mib2c is not working for me
when I want to convert a MIB file into a module if I'm doing exactly as
the documentation says, even all the examples work for me, it's simply
the mib2c part the one not working.</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif"><br>
Jesus Altuve<br>
Terra.com<br>
<br>
</font>
--=_alternative 0066CF1285257081_=--
--__--__--
Message: 4
Subject: [SOLVED]: the accurate description of the snmp error
Date: Tue, 20 Sep 2005 08:38:03 +0800
From: "Ying Wang\(CD\)" <[email protected]>
To: "Dave Shield" <[email protected]>
Cc: <[email protected]>
Hi Dave,
Thank you! I got it.
> With SNMPv1, a read-only community (not user) trying to
> SET a value will result in a noSuchName error.
I still think noSuchName is not a suitable error type for this case.
BR
yolanda
-----Original Message-----
From: Dave Shield [mailto:[email protected]]=20
Sent: 2005=C4=EA9=D4=C219=C8=D5 16:18
To: Ying Wang(CD)
Cc: [email protected]
Subject: Re: the accurate description of the snmp error
On Mon, 2005-09-19 at 13:49 +0800, Ying Wang(CD) wrote:
> Where can I find the accurate description of the snmp error?=20
In the SNMP specification documents - RFC 1157 for SNMPv1,
RFC 1905 for SNMPv2c, RFCs 3414 and 3416 for SNMPv3/USM.
> Which error is right when a invalid user to access mib,
> such as a SNMPv1 read-only user does a configuration,
> or a unknown user read something?
With SNMPv1, a read-only community (not user) trying to
SET a value will result in a noSuchName error.
With SNMPv2c (or SNMPv3), a read-only community (or user)
trying to SET a value will result in a noAccess error.
With SNMPv1 and SNMPv2c, a completely unknown community will
be silently dropped, and no response will be returned at all.
With SNMPv3, this will return an authenticationFailure
report.
See the RFCs for the full gory details.
Dave
--__--__--
_______________________________________________
Net-snmp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
End of Net-snmp-users Digest
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users