cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
635
Views
0
Helpful
1
Replies

Need SNMP Based NED

skonni
Cisco Employee
Cisco Employee

Hi,

I am looking SNMP NEDs.

My Scenario is, I have to read/get the data from the device using mib oid's.

Can some one please help to check above scenerio.

Also, I am looking rest api request to get the device information using mib id's

Thanks,

Suresh Konni.

1 Accepted Solution

Accepted Solutions

Jan Lindblad
Cisco Employee
Cisco Employee

First you need to build an SNMP NED for your device. Have a look at the "NSO Device Manager" section in the NSO User's Guide, then "NSO Packages" in the NSO Development Guide.

To understand how you manage the NSO system, and all of the devices it manages, using RESTCONF, see "The RESTCONF API" in the NSO Northbound Guide. Should you need a more powerful API, you might want to consider NETCONF (standard) or JSON-RPC (proprietary).

View solution in original post

1 Reply 1

Jan Lindblad
Cisco Employee
Cisco Employee

First you need to build an SNMP NED for your device. Have a look at the "NSO Device Manager" section in the NSO User's Guide, then "NSO Packages" in the NSO Development Guide.

To understand how you manage the NSO system, and all of the devices it manages, using RESTCONF, see "The RESTCONF API" in the NSO Northbound Guide. Should you need a more powerful API, you might want to consider NETCONF (standard) or JSON-RPC (proprietary).