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/siae-smdc_rc/ profile /ncs:devices/ncs:profiles/profile:/ned-settings/siae-smdc_rc/ device /ncs:/device/devices/device:/ned-settings/siae-smdc_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 siae-smdc_rc

Press TAB to see all the NED settings.

Table of contents


1. ned-settings siae-smdc_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
5. logger
6. general
   6.1. capabilities
   6.2. config
   6.3. live-status
   6.4. siae-smdc_rc

1. ned-settings siae-smdc_rc


2. ned-settings siae-smdc_rc connection


Settings for the RESTCONF connection.

2.1. ned-settings siae-smdc_rc connection authentication


Authentication related settings.

2.2. ned-settings siae-smdc_rc connection ssl


Settings related to SSL/TLS enabled connections.

2.2.1. ned-settings siae-smdc_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 siae-smdc_rc connection authentication must be configured to 'none'.

3. ned-settings siae-smdc_rc live-status


Configure NED settings related to live-status.

4. ned-settings siae-smdc_rc restconf


Settings related to the RESTCONF API.

4.1. ned-settings siae-smdc_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 siae-smdc_rc restconf config


Settings related to RESTCONF operations on config.

4.3. ned-settings siae-smdc_rc restconf live-status


NED settings related to RESTCONF operations for operational data.

5. ned-settings siae-smdc_rc logger


Settings for controlling logs generated.

6. ned-settings siae-smdc_rc general


General NED settings.

6.1. ned-settings siae-smdc_rc general capabilities


Settings related to device capabilities.

6.2. ned-settings siae-smdc_rc general config


General settings related to config handling.

6.3. ned-settings siae-smdc_rc general live-status


General settings related to live-status.

6.4. ned-settings siae-smdc_rc general siae-smdc_rc


Settings specific for the SIAE SM-DC device RESTCONF implementation.

Last updated

Was this helpful?