<div dir="ltr">I factory defaulted my CPE. I have a few prov scripts. One that runs on BOOTSTRAP that clears params, weight 1000, channel Provisioning. I have another called 515_Bridged which runs on channel Provisioning, weight 100 (no event).<div><br></div><div><br></div><div>Console log is <a href="http://pastebin.com/cyccuTKv">http://pastebin.com/cyccuTKv</a></div><div>debug log is: <a href="http://www.aptalaska.net/~dan.m/3c9066-963168_OT142C_B-SR515AA046%252D5000137_freset.dump">http://www.aptalaska.net/~dan.m/3c9066-963168_OT142C_B-SR515AA046%252D5000137_freset.dump</a></div><div><br></div><div>Bootstrap:</div><div><div>log('CPE was defaulted (or first boot). Clearing cached device model params');</div><div>clear("Device", Date.now());<br></div><div>clear("InternetGatewayDevice", Date.now());</div><div><br></div><div>declare("Tags.Provisioned",null, {value: false});</div></div><div><br></div><div><br></div><div>515_Bridged:</div><div><div><font face="monospace, monospace">const now = Date.now();</font></div><div><font face="monospace, monospace"><br></font></div><div><span style="font-family:monospace,monospace">log('Disabling WANPPPConnection');</span><br></div><div><font face="monospace, monospace">declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.*", null, {path: 0});</font></div><div><br></div><div><span style="font-family:monospace,monospace">log('Creating WANIPConnection instance (if necessary)');</span><br></div><div><font face="monospace, monospace">declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.*", {value: now}, {path: 1});</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.*.Name", {value: now}, {value: "Bridged"});</font></div><div><font face="monospace, monospace">declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.*.ConnectionType", {value: now}, {value: "IP_Bridged"});</font></div><div><font face="monospace, monospace">declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.*.Enable", {value: now}, {value: true});</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">log('Setting tags');</font></div><div><font face="monospace, monospace">declare("Tags.Provisioned",null, {value: true});</font></div></div><div><font face="monospace, monospace"><br></font></div><div><br></div><div><br></div></div>