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
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?
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?
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.