NetXMS Support Forum

English Support => General Support => Topic started by: Mazhar Bokhari on April 13, 2021, 05:48:48 PM

Title: Unable to Compile Huawei-MIB in netxms
Post by: Mazhar Bokhari on April 13, 2021, 05:48:48 PM
Hi Everyone,

I am going to compile Huawei SNMP MIB in netxms as there is no support for Huawei devices in it so far. No interface information and other details get available after adding Huawei devices in netxms.
C:\NetXMS\share\mibs\HUAWEI-MIB.txt: ERROR 003: Parser error - syntax error, unexpected OBJECT_IDENTIFIER_SYM, expecting OBJECT_TYPE_SYM in line 2385.

There are many Huawei-MIBs but attaching one for your reference.

Thanks.
Title: Re: Unable to Compile Huawei-MIB in netxms
Post by: Victor Kirhenshtein on April 13, 2021, 08:22:56 PM
Hi,

attached is corrected MIB file. Problem was with some object identifiers starting with capital letter. Standard does not allow object identifiers to start with capital letter, but many vendors does this anyway.

Best regards,
Victor
Title: Re: Unable to Compile Huawei-MIB in netxms
Post by: Mazhar Bokhari on April 14, 2021, 11:24:58 AM
Hi Victor,

Thank you very much for the help.
MIB is successfully compiled now. But the issue is still there as no interface traffic graph, CPU or memory graph available in performance tab.

Thanks,
Mazhar
Title: Re: Unable to Compile Huawei-MIB in netxms
Post by: Filipp Sudanov on April 14, 2021, 02:35:10 PM
Hi!

MIB file provides a more convenient way to select OIDs when creating DCIs (data collection items). If you right-click the node and go to Data Collection Configuration, you can create the DCIs for the information you need from that device.Each DCI has specific OID that provides collected values. You can also "Walk" a section of MIB tree to see which OIDs are available and what values they provide.
In DCI properties there's Performance Tab page which allows to configure, if that DCI should be shown in the performance tab.