- debugFlag <true|false> (default false)
Enabled extra debugging in NED.
- fetch-l3vpn-method <enum> (default file)
method used to fetch the L3VPN services (via APIs or downloading a file with configuration).
file - L3VPN configuration is read from a file<default method>.
api - L3VPN configuration is fetched using APIs for every L3VPN service.
- no-threads-interface-fetch <uint32> (default 10)
number of threads used to fetch data for:
'restconf/v1/data/huawei-nce-ip-ifm:devices/device/id/interfaces/interface/id' API.
- fetch-platform-oper-data <enum> (default file)
choose a method to fetch network-elements and LTPS (platform operational data).
file - 'network-elements' and 'ltp' are fetched from files<default method>.
api - 'network-elements' and 'ltp' are fetched using APIs.
- enable-vpn-node-count-check <true|false> (default true)
flag used to check the 'vpn-node-count' parameter, so NED decides if 1 or 2 APIs are needed to
fetch a specific L3VPN entry.
- client-svc-instance-completed-method <enum> (default old-method)
choose if 'client-svc-instance' creation should be completed during
'time-provisioning-service-DWDM' timer or not.
old-method - if creating time exceeds 'time-provisioning-service-DWDM' timer, then service
creation fails.
new-method - if creating time exceeds 'time-provisioning-service-DWDM' timer and no error
occurs in the meantime, service creation is considered successful.
- authentication-method <enum> (default old)
choose what API to be used to fetch the token from the device.
old - old API: /rest/plat/smapp/v1/oauth/token.
new - new API: /rest/plat/smapp/v1/sessions.
- get-ne-data <enum> (default full)
control how to fetch network-elements data(OLT) for NCE-FAN-feature.
full - all data is fetched: vlans, associated vlans, service ports.
light - only the OLT names are populated so partial-sync can be used further.
- sync-from-disabled-olt-feature <true|false> (default false)
if set on true, the 'sync-from' operation cannot be performed anymore.
- enable-olt-filtering <true|false> (default false)
if this is set on true, please provide what data to fetch by configuring the
filter-by-product-name, NCE-FAN feature.
- filter-by-product-name <string>
filter for product-name from huawei-nce-resource-inventory:cards API.
- query-encoding <enum> (default rfc3986)
Selects how query strings are encoded when building REST URLs toward the Huawei NCE
controller.
rfc3986 - Preserves reserved characters such as '*', '/', '=' that have semantic
meaning in Huawei NCE filter expressions (e.g. 'filter=addrv4 like *192*').
form-urlencoded - Percent-encodes reserved characters such as '/', ':'. Use only when the
remote endpoint expects HTML form encoding.
- include-status-response-get-post-action <true|false> (default true)
when 'get-any' or 'post-any' action is called, choose if the Status code of the response is
included or not.