Page 1 of 1

SNMP API?

Posted: 08 Jan 2018 12:06
by DevDeveloper
All,
I've a requirement to retrieve SNMP via API calls, preferably REST but not required. Does anyone know if the 7750 SR has such API's? I've searched for documentation on this and seem to be coming up empty handed.

I'm trying to make sure a set of API's doesn't exist before I reinvent the wheel and use a python library.

tyia!

Re: SNMP API?

Posted: 09 Jan 2018 10:49
by mivens
SR OS Release 15 includes support for a number of YANG models for state data that you can poll via NETCONF rather than using SNMP.
There is also support for data being pushed via Streaming Telemetry. You subscribe via a gRPC call.

Take a look with pyang at the nokia-state.yang file that is included in the software zip file to see what is currently available.

There are chapters on NETCONF and Telemetry in the SR OS System Management Guide.