I am trying to import a MIB from an equipment manufacturer but the importer tool reports an error (::= expected).
The syntax looks right to me but it clearly isn't..
The "::=" error occurs at the "EddystoneBroadcast" OBJECT-IDENTITY line below:-
IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, Unsigned32, Gauge32, TimeTicks FROM SNMPv2-SMI DisplayString, TruthValue, DateAndTime FROM SNMPv2-TC idl FROM IDL-SMI; EddystoneBroadcast OBJECT-IDENTITY STATUS current DESCRIPTION "Eddystone Broadcast Ltd." ::= { idl 3 }
How can I get the importer to load the file?
Add comment