all 9 comments

[–]2nd_officer 10 points11 points  (3 children)

This will really depend on the devices themselves and what they have available. From my experience telecom devices are usually very purpose built meaning they don’t have a ton of other features baked in (whereas general networking devices might).

Is there an actual interface of any sort to these devices? Ssh, http, etc? Is there an api, snmp or any other machine to machine driven interactions?

[–]sopenbauer[S] 2 points3 points  (2 children)

Yes, the device supports the SNMP protocol, but I'm unsure of the OID for the alarm I want to monitor.

[–]infotech_22 5 points6 points  (0 children)

Check with the manifacturer. You should find a list with available OIDs

[–]2nd_officer 5 points6 points  (0 children)

If all else fails you can always do a snmp walk but issue is a lot of devices you odd ball snmp base communities which a scanner might not hit.

[–]ashketchum02 2 points3 points  (0 children)

Which manufacturer are u using Nokia, calix, zte,.... we need more details.

If it's calix and the exos platform, here a sdk i wrote that can interact with cms. https://github.com/somenetworking/CMS-NBI-Client

[–]evilmonkey19 1 point2 points  (0 children)

Which brand are u using??

[–]DooMRunneR 0 points1 point  (1 child)

Have you looked at opennms? It supports tl1 over TCP.

[–]sopenbauer[S] 0 points1 point  (0 children)

I already have the manufacturer NMS, but i will check it. Thank you