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/infoblox-nios/ profile /ncs:devices/ncs:profiles/profile:/ned-settings/infoblox-nios/ device /ncs:/device/devices/device:/ned-settings/infoblox-nios/
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:
Table of contents
1. ned-settings infoblox-nios
infoblox ned-settings.
2. ned-settings infoblox-nios infoblox-return-fields
Set return fields for objects.
3. ned-settings infoblox-nios developer
Contains settings used by the NED developers.
4. ned-settings infoblox-nios logger
Settings for controlling logs generated.
5. ned-settings infoblox-nios platform
Platform info overrides.
6. infoblox-max-result ned-settings (optional)
Following setting can be used to define maximum number of objects to be returned. This setting can be configured globally, per device profile or per single device. By default it is set to 1000
To set max-result for all infoblox devices
To set max-result per device profile
To set max-result for a single infoblox device
6. wapi-version ned-settings (optional)
Following setting can be used to set infoblox REST API version. This setting can be configured globally, per device profile or per single device. By default it is set to "2.3.1"
To set wapi-version for all infoblox devices
To set wapi-version per device profile
To set wapi-version for a single infoblox device
6. infoblox-return-fields ned-settings (optional)
Following setting can be used to set return fields for objects. This setting can be configured globally, per device profile or per single device.
For example:
Note: in order for the above settings to take effect, you must disconnect and connect again.
7. use-perl-for-pool-object ned-settings (optional)
Following setting can be used to get pool configurations using perl script. NED uses perl script to get pool configurations if use-perl-for-pool-object set to true(default false) This setting can be configured globally, per device profile or per single device.
For example:
Note: in order for the above settings to take effect, you must disconnect and connect again.
8. protocol ned-settings (optional)
Following setting can be used set the Hypertext Transfer Protocol to either http or https. Default is https.
For example:
Note: in order for the above settings to take effect, you must disconnect and connect again.
9. escape-special-char
There are some issue with hadnling special characters \r and \n. Check section 9.1 for more info. If you want to send escape all \r and \n use following ned-settings. Default is false.
For example:
Note: in order for the above settings to take effect, you must disconnect and connect again.
Last updated
Was this helpful?