NetXMS Support Forum

English Support => General Support => Topic started by: riaanjvr on November 27, 2013, 10:10:55 AM

Title: MIB for Zhone GPON platform
Post by: riaanjvr on November 27, 2013, 10:10:55 AM
Hi
How can I get NetXMS to work with a Zhone MXK GPON platform?
NetXMS reads other systems like Alloptic EPON, LS GPON, CoreCess GPON already- well more or less.
Thanks
Title: Re: MIB for Zhone GPON platform
Post by: Alex Kirhenshtein on November 27, 2013, 02:59:24 PM
According to Zhone's site, MXK GPON support SNMP, and MIBs are available here (http://www.zhone.com/support/downloads/mibs/) (not sure, which one exactly).

What kind of issues do you have?
Title: Re: MIB for Zhone GPON platform
Post by: riaanjvr on November 27, 2013, 05:34:42 PM
Hi there thanks for the response. Unfortunately these are not for their MXK GPON platform. These are for their rebranded VDSL DSLAM's and legacy stuff.
Now lets say I do get a hold of the original MIB for the GPON (MXK) how do I go about getting NetXMS to import or use it correctly?
Title: Re: MIB for Zhone GPON platform
Post by: Alex Kirhenshtein on November 27, 2013, 06:39:59 PM
You need to precompile MIBs into binary file supported by NetXMS, we provide special tool for that: "nxmibc"
By default, all bundled MIBs as well as compiled file is installed into $PREFIX/share/netxms/mibs/netxms.mib (where $PREFIX is your installation prefix, e.g. "/usr/local")

To add custom MIBs, rename them to "<something>.txt" and copy to $PREFIX/share/netxms/mibs/
Then run following commans cd /usr/local/share/netxms/mibs/
/usr/local/bin/nxmibc -d .


This will produce new "netxms.mib".

Then restart management console (no need to restart server), on connection it will update MIBs from the server.