[erlang-questions] Undefined type ''Gauge32''? Is SNMPv2-SMI prebuilt into Erlang SNMP MIB Compiler ?
Anish Parameswaran
anishparameswaran@REDACTED
Sun Apr 28 12:35:16 CEST 2013
Hi Peter,
As you said , I imported Gauge32 from SNMPv2-SMI.
Now the file is compiling fine. I have a set of MIBs from one telecom
vendor. The MIBs use Gauge32 but
don't import Gauge32,
Thanks for the help Peter.
Thanks all
Anish
On Sun, Apr 28, 2013 at 3:12 PM, Peti Gömöri <gomoripeti@REDACTED> wrote:
> Hi Anish,
>
> (Maybe you've already figured that out since)
> You need to import Gauge32 type also from SNMPv2-SMI.
> (like OTP-MIB does for example)
>
> br
> Peter
>
> On Sun, Apr 28, 2013 at 10:08 AM, Anish Parameswaran <
> anishparameswaran@REDACTED> wrote:
>
>> Hi everyone,
>>
>> I am trying to compile an MIB file using erlang SNMP MIB compiler.
>> However the following error is preventing the compilation
>>
>> MY-TRAP-MIB.mib: 29: Undefined type ''Gauge32''
>>
>> The compilation command is
>> erlc +'{group_check,false}' -I . MY-TRAP-MIB.mib
>>
>> The files in current folder
>> MY-TRAP-MIB.mib OTP-MIB.bin OTP-REG.bin OTP-TC.bin
>>
>> The MY-TRAP-MIB.mib is a modified version from SNMP_Quick_Start<http://www.trapexit.org/SNMP_Quick_Start>
>>
>> The file MY-TRAP-MIB.mib is atatched.
>>
>> If i remove the testG32 (Guage32) object from the file , it compiles
>> successfully.
>>
>> R16 Documentation tells that SNMPv2-SMI is prebuilt in Erlang SNMP
>> compiler. See Importing MIBs section at
>> http://www.erlang.org/doc/apps/snmp/snmp_mib_compiler.html#id76266
>>
>> I tried this with Erlang releases R14B and R16A .
>>
>> Any help is highly appreciated.
>>
>> Anish
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130428/ef93eb78/attachment.htm>
More information about the erlang-questions
mailing list