Re: OpenNMS MIB Compiler Error
"Seibold, Michael" <[email protected]>
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <[email protected]> |
Hi David,
it seems that you have to install other mibs first. If you look into the mib you will see
IMPORTS
MODULE-IDENTITY,
Gauge32,
Integer32,
Unsigned32,
Counter64
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC
ciscoModules
FROM CISCO-SMI;
Your error message was:
RROR: Cannot find imported symbol TEXTUAL-CONVENTION in module /usr/share/opennms/share/mibs/pending/CISCO-TC.my, Source: CISCO-TC.my, Row: 20, Col: 5
TEXTUAL-CONVENTION
^
So the definition for TEXTUAL-CONVENTION is not known to opennms at this moment. It should be in the mib SNMPv2-TC which should be imported first:
ftp://ftp.cisco.com/pub/mibs/v2/SNMPv2-TC.my
-- definition of textual conventions
DisplayString ::= TEXTUAL-CONVENTION
I’m a bit astonished as OpenNMS normally checks which mib’s are required?
-Michael
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ
opennms-discuss mailing list
To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss