<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 3, 2019 at 10:08 PM Ebenezer <<a href="mailto:eejukorlem@ipnxnigeria.net">eejukorlem@ipnxnigeria.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto">Hello Dan,<br><br></div>
<div dir="auto">Thank you for your response.<br><br></div>
<div dir="auto">Also, thanks for the correction on refreshing WLANConnection instances.<br><br></div>
<div dir="auto">"<i>Where aren't you seeing the values at? In the CPE GUI, or GenieACS gui?"</i><br></div>
<div dir="auto">I do not see the values in the CPE GUI. <i>Only the SSID value on the "WLANCommection.2" instance is set on both the CPE GUI and the GenieACS gui</i>. All other values are set on the GenieACS gui, but do not show up on the CPE gui.<br><br></div></div></blockquote><div><br></div><div>What does the device log say? Most CPEs unfortunately do not put all error messages in the syslog, and instead only go to the console. Open up your CPE and see if you have a 4 pin serial connection. If so, get a <a href="https://www.ebay.com/itm/FT232RL-FTDI-USB-3-3V-5-5V-to-TTL-Serial-Adapter-Module-for-Arduino-Mini-Ports/222655931837">USB serial breakout cable</a> and attach it. You will probably see a lot more diagnostic information on the serial console then you will in the syslog (device log). Common serial parameters are 115200,8,N,1.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto"></div>
<div dir="auto"><b><i>Additional info:</i></b><i> The CPE vendor supports setting values on the "WANPPPConnection.1" instance only. Using the script in question, the values on this instance are set on the GenieACS gui, </i><b><i>but the values are not seen on the CPE GUI.</i></b><br><br></div></div></blockquote><div>Try putting the bolded line in your provision script. This will cause genie to refresh the parameter names/values for the PPP connection.</div><div><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt">declare(<span style="color:rgb(0,128,0);font-weight:bold">"InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.*"</span>, <span style="color:rgb(0,0,128);font-weight:bold">null</span>, {<span style="color:rgb(102,14,122);font-weight:bold">path</span>: <span style="color:rgb(0,0,255)">1</span>});<br><span style="font-style:italic">log</span>(<span style="color:rgb(0,128,0);font-weight:bold">'Create WANPPPConnection objects if necessary'</span>);<br><b>declare(<span style="color:rgb(0,128,0)">"InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.*.*"</span>, {<span style="color:rgb(102,14,122)">path</span>: <span style="color:rgb(102,14,122)">now</span>, <span style="color:rgb(102,14,122)">value</span>: <span style="color:rgb(102,14,122)">now</span>});</b></pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt"><b><br></b></pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt">At any rate, I'd suggest you take this to the <a href="https://forum.genieacs.com/">discord forum</a> as the mailing list is going to be shut down shortly.</pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt"><br></pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt">-dan</pre><pre style="color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9pt"><br></pre></div></div></div>