Nested profiles
Introduction
It is possible to insert a link to a second xml config file that is automatically loaded after the first config file.
This can be used to first download the basic settings in clear text and then the other settings encrypted .
N870
See this wiki article: FAQ - Auto provisioning: Nested profiles
Maxwell
See this wiki article: FAQ Maxwell - Auto provisioning Nested profiles
N510 IP PRO
The DX800 version 173 has the same functionality like the N510.
XML parameters:
Tag name | Value | Meaning |
|---|---|---|
EXTENDED_PROFILE | string | URL to xml file. Example: http://<provider/server URL>/<Directory (optional)>/<filename.xml> From software 210 and higher also %MACD placeholder is allowed. When used, the device will replace this with own MAC address. Example: http://<provider/server URL>/<Directory (optional)>/%MACD_2.xml> |
Example to http file: <EXTENDED_PROFILE class="string" value="http://192.168.178.200/device/xml/%MACD_2.xml"/> Example to https file: <EXTENDED_PROFILE class="string" value="https://192.168.178.200/device/xml/%MACD_2.xml"/> | ||
In this example we will first load the default xml file and here we link to a second xml file.
In the second file we just inserted some settings.