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

Creating a northbound snmp in NSO.

anandmi
Cisco Employee
Cisco Employee

Hello team,

I wanted to create a northbound snmp  into NSO and to do that I require the following information:

    "publicCommunities": "public",

    "users": [],

    "sysDescr": "admin@localhost",

    "ignoreSslErrors": "yes",

    "logLevel": "INFO",

    "sysName": "esc-01.novalocal",

    "managers": [{

    "targetEndpoint": "udp:<Matrix SNMPv3 IP address> 162",

    "targetCommunity": "public",

    "label": "Manager-0",

    "targetProtocol": "v3",

    "privProtocol": "DES",

    "privPassword": "rjil@123",

    "authProtocol": "MD5",

    "authPassword": "cisco@123",

    "authentication": "authpriv",

    "username": "admin",

    "engineId": "80001F88806556BB4926".

 

Can anyone help me from where should I found engine id. rest of information can be found into yang files in snmp folder. But not sure about this engine id

 

1 Reply 1

Jesus Illescas
Cisco Employee
Cisco Employee

The engine ID is not related to NSO but rather to the platform you are configuring. I would recommend to review the configuration guides of the platform you want to work on. Most probably is something created by the device at the time you configure it. But better always to review.