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

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 a10-acos

Press TAB to see all the NED settings.

Table of contents


1. ned-settings a10-acos
2. a10-connection-settings
3. live-status
4. connection
5. proxy
6. developer
7. rpc-actions
   7.1. expect-patterns
8. dynamic-errors
9. logger
10. transaction

1. ned-settings a10-acos


a10-acos device specific NED settings.

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

2. ned-settings a10-acos a10-connection-settings


Configure settings specific to the connection between NED and device.

3. ned-settings a10-acos live-status


Configure NED settings related to live-status.

4. ned-settings a10-acos connection


Connection configuration.

5. ned-settings a10-acos proxy


Configure NED to access device via a proxy.

6. ned-settings a10-acos developer


Contains settings used by the NED developers.

7. ned-settings a10-acos rpc-actions


RPC actions related configurations.

7.1. ned-settings a10-acos rpc-actions expect-patterns


List of expected patterns and prompts when executing commands. It can be used to define custom expected patterns, for example to wait for a number of characters (eg .....) in order to implement an automatic time-out reset mechanism. NOTE: the patterns represent regular expressions.

8. ned-settings a10-acos dynamic-errors


List of device errors. The NED will throw error when it encounter a message from this list.

9. ned-settings a10-acos logger


Settings for controlling logs generated.

10. ned-settings a10-acos transaction


Last updated

Was this helpful?