
On Wed, Jun 09, 2004 at 03:35:17PM +0200, Volker Goebbels wrote:
I'm trying to dump a MIB file in xml format using smidump. When doing this I get some error outpur like this:
QUANTE-MIB-V1.txt:135: macro `OBJECT-TYPE' has not been imported from module `RFC-1212' QUANTE-MIB-V1.txt:143: macro `OBJECT-TYPE' has not been imported from module `RFC-1212' ... QUANTE-MIB-V1.txt:366: macro `TRAP-TYPE' has not been imported from module `RFC-1215' QUANTE-MIB-V1.txt:367: syntax error, unexpected '{', expecting UPPERCASE_IDENTIFIER or LOWERCASE_IDENTIFIER or NUMBER QUANTE-MIB-V1.txt:368: syntax error, unexpected VARIABLES QUANTE-MIB-V1.txt:369: syntax error, unexpected DESCRIPTION QUANTE-MIB-V1.txt:375: syntax error, unexpected VARIABLES ...
and so on. Does anyone know what's going on there? BTW: I'm using libsmi-0.4.2.
The most likely explanation is that QUANTE-MIB-V1 is not valid SMI.
/js