Hello guys,
Thank you all for yours community topics. They are very helpful. I have a little problem with setting up provisioning and creating a new Connection Type like 3_IPTV_B_VID30.
I alredy have this.
and i want after adding TAG “IPTV_LAN4” and reboot device to reach in BOOT to add new lines. with preservation old connections.
This boot lines i have.
const now = Date.now();
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3", null, {path: 1});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection", null, {path: 1});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.ConnectionType", null, {value: "IP_Bridged"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_SERVICELIST", null, {value: "IPTV"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_VLAN", null, {value: "30"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_PRI", null, {value: "4"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_MultiCastVLAN", null, {value: "30"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_LANBIND.Lan1Enable", null, {value: "0"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_LANBIND.Lan2Enable", null, {value: "0"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_LANBIND.Lan3Enable", null, {value: "0"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.3.WANIPConnection.1.X_HW_LANBIND.Lan4Enable", null, {value: "1"});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.2.X_HW_LANBIND.Lan4Enable", null, {value: "0"});
But after reboot device these lines are not processed. Can you help me please with this ?
Thank you