<div dir="ltr">Correction to my email. The presets only flop InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Enable value only flops back and forth if I do a GetParameterValue or RefreshObject on any parameter/object instance. Not on informs.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 26, 2015 at 8:50 AM, Dan Morphis <span dir="ltr"><<a href="mailto:dan@milkcarton.com" target="_blank">dan@milkcarton.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have two presets that apply to a particular CPE. The lowest value one (20) sets up the base config of the CPE, including setting values for the WLANConfiguration (enabling the WiFi). The next preset is specific to this particular CPE, and specifically sets InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Enable to false.<div><br></div><div>Every time the CPE does an inform, the value of InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Enable changes back and forth between true and false. The odd thing is it only happens to this one CPE. I have about 5 other CPE (all with the same configuration as the problem CPE) specific presets that set InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Enable to false with no issues.</div><div><br></div><div>I've tried restarting the the cwmp, nbi, mongo and redis processes and still have the same issue. Any help would be most appreciated!</div><div><br></div><div>-dan</div><div><br></div><div><br></div><div>Base config for all CPE's:</div><div><div><font face="monospace, monospace">{</font></div><div><font face="monospace, monospace">  "_id": "Routed_No_WanPort",</font></div><div><font face="monospace, monospace">  "weight": 20,</font></div><div><font face="monospace, monospace">  "precondition": "{\"$and\":[{\"_tags\":\"SmartRG\"},{\"_tags\":\"Routed\"},{\"_tags\":{\"$ne\":\"WanPort\"}}]}",</font></div><div><font face="monospace, monospace">  "configurations": [</font></div><div><font face="monospace, monospace">    {</font></div><div><font face="monospace, monospace">      "type": "add_object",</font></div><div><font face="monospace, monospace">      "name": "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection",</font></div><div><font face="monospace, monospace">      "object": "Routed_Mode_WanPPP"</font></div><div><font face="monospace, monospace">    },</font></div><div><font face="monospace, monospace">    {</font></div><div><font face="monospace, monospace">      "type": "add_object",</font></div><div><font face="monospace, monospace">      "name": "<b>InternetGatewayDevice.LANDevice.1.WLANConfiguration</b>",</font></div><div><font face="monospace, monospace">      "object": "<b>WLAN_Config</b>"</font></div><div><font face="monospace, monospace">    }</font></div><div><font face="monospace, monospace">  ]</font></div><div><font face="monospace, monospace">}</font></div></div><div><br></div><div>WLAN Config object:</div><div><div><font face="monospace, monospace">{</font></div><div><font face="monospace, monospace">  "_id": "WLAN_Config",</font></div><div><font face="monospace, monospace">  "RegulatoryDomain": "US",</font></div><div><font face="monospace, monospace">  "WPAEncryptionModes": "TKIPandAESEncryption",</font></div><div><font face="monospace, monospace">  "BasicEncryptionModes": "None",</font></div><div><font face="monospace, monospace">  "BeaconType": "WPAand11i",</font></div><div><font face="monospace, monospace">  "BasicAuthenticationMode": "None",</font></div><div><font face="monospace, monospace">  "WPAAuthenticationMode": "PSKAuthentication",</font></div><div><font face="monospace, monospace">  "IEEE11iEncryptionModes": "TKIPandAESEncryption",</font></div><div><font face="monospace, monospace">  "IEEE11iAuthenticationMode": "PSKAuthentication",</font></div><div><font face="monospace, monospace">  <b>"Enable": true,</b></font></div><div><font face="monospace, monospace">  "_keys": [</font></div><div><font face="monospace, monospace">    "RegulatoryDomain"</font></div><div><font face="monospace, monospace">  ]</font></div><div><font face="monospace, monospace">}</font></div></div><div><font face="monospace, monospace"><br></font></div><div>Preset specific to the CPE:</div><div><div><font face="monospace, monospace">{</font></div><div><font face="monospace, monospace">  "_id": "Routed_customer_name",</font></div><div><font face="monospace, monospace">  "weight": 200,</font></div><div><font face="monospace, monospace">  "precondition": "{\"_tags\":\"Routed\",\"summary.mac\":\"00:23:6a:98:86:d8\"}",</font></div><div><font face="monospace, monospace">  "configurations": [</font></div><div><font face="monospace, monospace">    {</font></div><div><font face="monospace, monospace">      "type": "value",</font></div><div><font face="monospace, monospace">      "name": "<b>InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.Enable</b>",</font></div><div><font face="monospace, monospace">      "value": <b>false</b></font></div><div><font face="monospace, monospace">    }</font></div><div><font face="monospace, monospace">  ]</font></div><div><font face="monospace, monospace">}</font></div></div></div>
</blockquote></div><br></div>