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/accedian-skylight_rc/ profile /ncs:devices/ncs:profiles/profile:/ned-settings/accedian-skylight_rc/ device /ncs:/device/devices/device:/ned-settings/accedian-skylight_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 accedian-skylight_rc

Press TAB to see all the NED settings.

Table of contents


1. ned-settings accedian-skylight_rc
2. connection
   2.1. authentication
        2.1.1. token-request
        2.1.2. token-revoke
   2.2. ssl
        2.2.1. mtls
3. live-status
4. restconf
   4.1. cache
   4.2. config
        4.2.1. deviations
   4.3. live-status
   4.4. notif
   4.5. yang-push
5. logger
6. general
   6.1. capabilities
   6.2. config
   6.3. live-status
   6.4. notif

1. ned-settings accedian-skylight_rc


2. ned-settings accedian-skylight_rc connection


Settings for the RESTCONF connection.

2.1. ned-settings accedian-skylight_rc connection authentication


Authentication related settings.

2.1.1. ned-settings accedian-skylight_rc connection authentication token-request


Bearer token request settings.

2.1.2. ned-settings accedian-skylight_rc connection authentication token-revoke


Bearer token revoke settings. If configured, the used token will be automatically closed when the NED is closing.

2.2. ned-settings accedian-skylight_rc connection ssl


Settings related to SSL/TLS enabled connections.

2.2.1. ned-settings accedian-skylight_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 accedian-skylight_rc connection authentication must be configured to 'none'.

3. ned-settings accedian-skylight_rc live-status


Configure NED settings related to live-status.

4. ned-settings accedian-skylight_rc restconf


Settings related to the RESTCONF API.

4.1. ned-settings accedian-skylight_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 accedian-skylight_rc restconf config


Settings related to RESTCONF operations on config.

4.2.1. ned-settings accedian-skylight_rc restconf config deviations


Configure NED adaptions for device deviations.

4.3. ned-settings accedian-skylight_rc restconf live-status


NED settings related to RESTCONF operations for operational data.

4.4. ned-settings accedian-skylight_rc restconf notif


Configure notification streams available on the device.

4.5. ned-settings accedian-skylight_rc restconf yang-push


Experimental feature. Configure yang-push enabled streams / datastores available on the device.

5. ned-settings accedian-skylight_rc logger


Settings for controlling logs generated.

6. ned-settings accedian-skylight_rc general


General NED settings.

6.1. ned-settings accedian-skylight_rc general capabilities


Settings related to device capabilities.

6.2. ned-settings accedian-skylight_rc general config


General settings related to config handling.

6.3. ned-settings accedian-skylight_rc general live-status


General settings related to live-status.

6.4. ned-settings accedian-skylight_rc general notif


General settings related to notifications.

Last updated

Was this helpful?