Add support for ZTE 5950-36TM Switch

LibreNMS recognizes the ZTE 5950-36TM switch as a “Generic Device”. I would like to request support for this specific model. The current ZTE MIB in the repository (ZXR10-MIB) does not include this model.

Device Model: ZTE 5950-36TM
ZTE 5950-36TM Software, 5900 Version: V3.03.10.B30P11
Object ID (OID): 1.3.6.1.4.1.3902.3.600.3.1.801

https://paste.rs/fCOhK
https://paste.rs/xTKTf
https://paste.rs/D3Loq

Hi everyone,

I’m checking in on this request for ZTE 5950-36TM support. I’ve already provided the full `poller.php` debug output in the original post, and I am ready to provide any further information that might be needed.

Could a developer please take a look at the provided data to see if this model can be added?

Thanks for your time and help!

Sorry, your links have expired.
could you supply me a snmpwalk of the device.

Here is the link with the device’s snmpwalk information.

https://paste.rs/gajP4.txt

Please, the mib too.

Would the MIB be the same as the ZXR10 model?


Ah the enterprise number is 3902.

Your walk doesn’t have any data specific to the device. There should be oids with 1.3.6.1.4.1.3902.*

Could you do another snmpwalk. The last one looks to be incomplete.

I believe this switch has a bug, as snmpwalk is showing a timeout or OID error.

I managed to run snmpwalk with the parameters below, but it still showed the timeout message:

snmpwalk -v2c -c community -Cc -t 10 -r 3 swbaneldc

The file ended up being over 4 MB, so I had to upload it to GitHub.

The link below shows the result:

https://raw.githubusercontent.com/alansilv4/snmpwalk-zte/refs/heads/main/snmpwalk

Wow, could you run the same thing but add
.1.3.6.1.4.1.3902.
At the end of the command.

It still displayed a timeout message.

https://raw.githubusercontent.com/alansilv4/snmpwalk-zte/refs/heads/main/snmpwalk2

you can apply this patch and it will match your 5950 with the ZXR10 OS.
But.. the ZTE MIBS in the /mibs/ was not present in the snmpwalk.
please contact ZTE (or your supplier) and request the latest MIBS for your device.

If this patch works for your needs, let me know.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.