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

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 cisco-fxos

Press TAB to see all the NED settings.

Table of contents


1. ned-settings cisco-fxos
2. deprecated
3. live-status
4. connection
5. rpc-actions
   5.1. expect-patterns
6. logger
7. write
   7.1. config-warning

1. ned-settings cisco-fxos


2. ned-settings cisco-fxos deprecated


Deprecated NED settings.

3. ned-settings cisco-fxos live-status


Configure NED settings related to live-status.

4. ned-settings cisco-fxos connection


Configure settings specific to the connection between NED and device.

5. ned-settings cisco-fxos rpc-actions


RPC actions related configurations.

5.1. ned-settings cisco-fxos 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 in order to implement an automatic time-out reset mechanism. NOTE: the patterns represent regular expressions.

6. ned-settings cisco-fxos logger


Settings for controlling logs generated.

7. ned-settings cisco-fxos write


Settings used when writing to device.

7.1. ned-settings cisco-fxos write config-warning


List specifying device warnings to ignore.

Last updated

Was this helpful?