README-ned-settings

NED settings details


This NED is equipped with a number of runtime configuration options "NED settings" allowing for customization by the end user. All options are configurable using the NSO API for NED settings. Most NED settings can be configured globally, per device profile or per device instance in the following locations:

global /ncs:devices/global-settings/ned-settings/cisco-cnc_rc/ profile /ncs:devices/ncs:profiles/profile:/ned-settings/cisco-cnc_rc/ device /ncs:/device/devices/device:/ned-settings/cisco-cnc_rc/

Profiles setting overrides global-settings and device settings override profile settings, hence the narrowest scope of the setting is used by the device.

If user changes a ned-setting, then user must reconnect to the device, i.e. disconnect and connect in order for the new setting to take effect.

From the NSO CLI the device instance NED settings for this NED are available under:

# config
# devices device dev-1 ned-settings cisco-cnc_rc

Press TAB to see all the NED settings.

Table of contents


1. ned-settings cisco-cnc_rc
2. connection
   2.1. authentication
   2.2. ssl
        2.2.1. mtls
3. live-status
4. restconf
   4.1. cache
   4.2. config
   4.3. live-status
   4.4. notif
5. logger
6. general
   6.1. capabilities
   6.2. config
   6.3. live-status

1. ned-settings cisco-cnc_rc


2. ned-settings cisco-cnc_rc connection


Settings for the RESTCONF connection.

2.1. ned-settings cisco-cnc_rc connection authentication


Authentication related settings.

2.2. ned-settings cisco-cnc_rc connection ssl


Settings related to SSL/TLS enabled connections.

2.2.1. ned-settings cisco-cnc_rc connection ssl mtls


Settings related to mutual TLS (mTLS) Note, if mTLS is to be used without any further authentication mechanism, then ned-settings cisco-cnc_rc connection authentication must be configured to 'none'.

3. ned-settings cisco-cnc_rc live-status


Configure NED settings related to live-status.

4. ned-settings cisco-cnc_rc restconf


Settings related to the RESTCONF API.

4.1. ned-settings cisco-cnc_rc restconf cache


The NED is able to cache certain data that is typically probed for when a new connection is setup. Caching has good impact on performance, since reduces the number of necessary round trips to the device on fro subsequent connections.

4.2. ned-settings cisco-cnc_rc restconf config


Settings related to RESTCONF operations on config.

4.3. ned-settings cisco-cnc_rc restconf live-status


NED settings related to RESTCONF operations for operational data.

4.4. ned-settings cisco-cnc_rc restconf notif


Configure notification streams available on the device.

5. ned-settings cisco-cnc_rc logger


Settings for controlling logs generated.

6. ned-settings cisco-cnc_rc general


General NED settings.

6.1. ned-settings cisco-cnc_rc general capabilities


Settings related to device capabilities.

6.2. ned-settings cisco-cnc_rc general config


General settings related to config handling.

6.3. ned-settings cisco-cnc_rc general live-status


General settings related to live-status.

Last updated

Was this helpful?