Problem with Dell ArrayManager-MIB
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <OF48E41DE1.ED9A24C9-ON862570B2.0077993A-862570B2.00794C66@lominger.com> |
I've googled around and checked for anything on this and can only find a
reference to
someone who has a similer but different problem.
I have the dell array manager mib and I have set the MIBS environment
variable to
include it. But if I run snmptranslate -On
iso.org.dod.internet.private.enterprises.dell
I get:
No log handling enabled - turning on stderr logging
Bad operator (_): At line 6659 in
/usr/local/net-snmp//share/snmp/mibs/arymgr.mib
iso.org.dod.internet.private.enterprises.dell: Unknown Object Identifier
(Sub-id not found: iso -> iso)
I have tried several versions of thier mib but all that changes is the
line the error occurs on. I assume
the last line is because it cannot get the mib loaded.
The lines around 6659 are:
--#STATUS MANDATORY
::= 612
genericEvent_DATABASE_UP TRAP-TYPE
ENTERPRISE aryMgrEvts
DESCRIPTION
"Communication with the Array Manager
database is now possible."
--#TYPE "Array Manager Event: Array Manager Database UP"
--#SUMMARY "Communication with the Array Manager database is now
possible."
Line 6659 is the line that starts genericEvent. It seems to not like the
underscores in the
name. I tried taking them out and the error moved to another line that
had underscores in
it.
I have tried the latest net-snmp 5.3.pre2. Is it a problem with the mib
having underscores in
it and doing a search and replace would fix it(shudder)?