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

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 casa-ccap

Press TAB to see all the NED settings.

Table of contents


1. ned-settings casa-ccap
2. meta-data
3. proxy
4. live-status
   4.1. auto-prompts
5. developer
6. connection
7. get-device-config-settings
8. apply-device-config-settings
9. behaviour
   9.1. config-abort-warning
10. logger

1. ned-settings casa-ccap


Note this method is always used when connected to a NETSIM device.

2. ned-settings casa-ccap meta-data


Configure how the NED shall operate on the meta-data tags used in the YANG model.

3. ned-settings casa-ccap proxy


Configure NED to access device via a proxy.

4. ned-settings casa-ccap live-status


Configure NED settings related to live-status.

4.1. ned-settings casa-ccap live-status auto-prompts


Pre-stored answers to device prompting questions.

5. ned-settings casa-ccap developer


Contains settings used by the NED developers.

6. ned-settings casa-ccap connection


Configure settings specific to the connection between NED and device.

7. ned-settings casa-ccap get-device-config-settings


Configure how the NED shall read config from the device.

8. ned-settings casa-ccap apply-device-config-settings


Configure how the NED shall write config to the device.

9. ned-settings casa-ccap behaviour


NED specific behaviours.

9.1. ned-settings casa-ccap behaviour config-abort-warning


Configure additional device warnings that shall be treated as errors and trigger an abort in the NED. Enter as a regex.

10. ned-settings casa-ccap logger


Settings for controlling logs generated.

Last updated

Was this helpful?