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

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 accedian-spp

Press TAB to see all the NED settings.

Table of contents


1. ned-settings accedian-spp
2. developer
3. proxy
4. connection
5. console
   5.1. warning
   5.2. command
   5.3. pattern
   5.4. action
        5.4.1. state
6. logger
7. live-status
   7.1. auto-prompts

1. ned-settings accedian-spp


2. ned-settings accedian-spp developer


Contains settings used by the NED developers.

3. ned-settings accedian-spp proxy


Configure NED to access device via a proxy.

4. ned-settings accedian-spp connection


Configure settings specific to the connection between NED and device.

5. ned-settings accedian-spp console


Settings used while interacting with a device.

5.1. ned-settings accedian-spp console extension warning


Device warning regex entry list. Use to ignore warnings/errors etc.

5.2. ned-settings accedian-spp console extension command


Extend available commands to send.

5.3. ned-settings accedian-spp console extension pattern


Extend available patterns to expect.

5.4. ned-settings accedian-spp console extension action


Extend available actions to perform.

5.4.1. ned-settings accedian-spp console extension action state


Extend state machine with answers/questions to handle.

6. ned-settings accedian-spp logger


Settings for controlling logs generated.

7. ned-settings accedian-spp live-status


Configure NED settings related to live-status.

7.1. ned-settings accedian-spp live-status auto-prompts


Generally the command output parsing halts when the NED detects an operational or config prompt, however sometimes the command requests additional input, "answer(s)" to questions.

Use "EXIT" in answer to Halt parsing and return output

Use this ned-setting to create auto-prompt question and answer, example with "remote-devices factory-reset " command below:

devices device sppdevicename ned-settings accedian-spp live-status auto-prompts test question ".*Are you sure you want to factory-reset this device ? (yes/no):" answer yes

Last updated

Was this helpful?