News:

We really need your input in this questionnaire

Main Menu

MIB for Zhone GPON platform

Started by riaanjvr, November 27, 2013, 10:10:55 AM

Previous topic - Next topic

riaanjvr

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

Alex Kirhenshtein

According to Zhone's site, MXK GPON support SNMP, and MIBs are available here (not sure, which one exactly).

What kind of issues do you have?

riaanjvr

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?

Alex Kirhenshtein

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.