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/alu-isam/ profile /ncs:devices/ncs:profiles/profile:/ned-settings/alu-isam/ device /ncs:/device/devices/device:/ned-settings/alu-isam/

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 alu-isam

Press TAB to see all the NED settings.

Table of contents


1. ned-settings alu-isam
2. developer-settings
3. developer
4. deprecated
5. write
   5.1. config-dependency
6. read
   6.1. replace-config
7. alu-isam-config-warning
8. alu-isam-extra-errors
9. connection
10. logger
11. proxy

1. ned-settings alu-isam


The number of lines in the config dump will increase a lot with this feature enabled.

2. ned-settings alu-isam developer-settings


Contains settings used by the NED developers.

3. ned-settings alu-isam developer


Contains settings used for debugging (intended for NED developers).

4. ned-settings alu-isam deprecated


Deprecated ned-settings.

5. ned-settings alu-isam write


Settings used when writing to device.

5.1. ned-settings alu-isam write config-dependency


This ned-setting can be used to add dynamic dependency rules to the NED before being permanently fixed in the NED. This can be useful if a dependency bug is found and you do not want to upgrade the NED or are in a hurry for the fix.

6. ned-settings alu-isam read


Settings used when reading from device.

6.1. ned-settings alu-isam read replace-config


The replace-config list ned-setting can be used to replace or filter out config line(s) upon reading from device

7. ned-settings alu-isam alu-isam-config-warning


This section describes how device output (warnings/errors) can be filtered.

8. ned-settings alu-isam alu-isam-extra-errors


This section describes device messages that must be handled as errors.

9. ned-settings alu-isam connection


Configure settings specific to the connection between NED and device.

10. ned-settings alu-isam logger


Settings for controlling logs generated.

11. ned-settings alu-isam proxy


Configure NED to access device via a proxy.

Last updated

Was this helpful?