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

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-apicdc

Press TAB to see all the NED settings.

Table of contents


1. ned-settings cisco-apicdc
2. logger
3. alternative-hosts
4. nso-controlled-dns-list
5. deviceBehaviourWorkaround
6. ssl

1. ned-settings cisco-apicdc


2. ned-settings cisco-apicdc logger


Settings for controlling logs generated.

3. ned-settings cisco-apicdc alternative-hosts


Alternative Ip address or host name for the APIC cluster. The NED has the ability to connect to alternative devices in the APIC cluster if the main APIC is down. If the connection fails to the main APIC the NED will try one by one the hosts in the alternative-hosts list.

4. ned-settings cisco-apicdc nso-controlled-dns-list


List of objects controlled by NSO; The list is used to limit the amount of configuration data exported from APIC; Only the dn:s in the list will be considered by the check-sync and sync-from functions This allows to have APIC configuration to be split into NSO controlled and not NSO controlled items If the list is empty, the complete APIC config will be used in check-sync and sync-from Items in the list shall be in dn format Example: [uni/tn-aTenant uni/infra uni/l3dom-aL3Domain ]; The objects in the list must be direct under uni Objects further down in the tree is not possible to specify in this list.

5. ned-settings cisco-apicdc deviceBehaviourWorkaround


This ned settings enable custom behaviours needed for some unexpected device behaviour.

6. ned-settings cisco-apicdc ssl


Use SSL for connections towards the device.

Last updated

Was this helpful?