Hi !
to extract the ASN.1 definition, check for errors and
prerequisites you could use the libsmi and tools available
under http://www.ibr.cs.tu-bs.de/projects/libsmi/ , and as
added value it comes with many of the standard (ietf, etc...) mibs
the following commands would probably be of interrest to everyone
exploring the deeper mysteries of the mibs
smilint </path/to/mib-file> (does type and syntax check)
smidump -f imports </path/to/mib-file> (prints import dependencies)
smidump -f tree </path/to/mib-file> (prints the mib tree names & oids)
sorry source code only with gnu-style auto-configuration :)
so you do need a c compiler for this and for aix i recommand
using gcc-2.95.2 available under http://www.bull.de/pub/ (smit-install)
to install libsmi i used the following commands:
/src# configure --prefix=$MYINSTALLDIR \
--with-mibdir=$MYINSTALLDIR/mibs \
--with-smipath=$MYINSTALLDIR/mibs:/usr/OV/snmp_mibs \
--enable-static --disable-shared
/src# make all install
if only the libsmi-0.2 is available on the website ask me for a patch for
aix/gcc
yours,
mfG. Alfred Reibenschuh
INFORMATIONSTECHNOLOGIE AUSTRIA GMBH
TELEKOMMUNIKATION
Networkmanagement
A-1020 Wien, Lassallestrasse 5
T: ++43-1-21717-58947
F: ++43-1-21717-58979
E: alfred.reibenschuh@it-austria.com
-----Original Message-----
From: James_Shanks@tivoli.com [mailto:James_Shanks@tivoli.com]
Sent: Tuesday, May 30, 2000 2:49 PM
To: IBM NetView Discussion
Subject: Re: [NV-L] DLSw management
If you pulled a file off the web called, rfc2580.txt, then you are trying to
load something which is not a MIB. It may contain a MIB, and in that case,
you
must extract the MIB from the file and load only that.
James Shanks
Tivoli (NetView for UNIX and NT) L3 Support
echevarria@es.ibm.com on 05/30/2000 04:17:48 AM
Please respond to IBM NetView Discussion <nv-l@tkg.com>
To: IBM NetView Discussion <nv-l@tkg.com>
cc: (bcc: James Shanks/Tivoli Systems)
Subject: Re: [NV-L] DLSw management
|