<div dir="ltr"><span style="font-size:12.8px">This will not be possible without modifying the GUI to request a refresh of the parameter for the device. Then you would need to re-render the page. The GenieACS GUI does not use AJAX/client side templates (instead using TurboLinks to try and get most of the performance benefits of ajax) so the page would need to be re-rendered by the rails server. Unless you added that ability to your modified GUI code.</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Another approach you can take is to integrate GenieACS into your subscriber mgmt platform. Then do the parameter refresh calls from your platform to the NBI. This is what we do. Everything in the "Modem" portion is pulled from GenieACS indirectly. Our SMS GUI makes service calls to our subscriber mgmt system backend, which then makes calls to the ACS and returns the data to the client. Yes it would be more efficient to have the SMS GUI make the calls to the NBI, but I don't allow that for two reasons. The first, and biggest reason is security. I want to do sanitization/permission checking before sending the requests to the NBI. And the other big reason is our ACS server and modem mgmt network lives in the <a href="http://172.16.0.0/16" target="_blank">172.16.0.0/16</a> range and damn near everything else is firewalled off from that space :).</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">So that its more clear to people, our modems have two interfaces on them. The PPPoE interface that customer traffic goes over, and a private IPoE interface that all CPE management is done over. This allows us to things like switch a CPE from routed to bridge mode and back without having the customer have to factory default the CPE so the CPE can be remotely managed. We can also disable the WANIPConnection or WANPPPConnection instance to disable customer internet access without interfering with our ability to perform CPE mgmt.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">-dan</div><div><br></div><div><a href="https://imgur.com/a/LaZUl">https://imgur.com/a/LaZUl</a><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 5, 2018 at 8:32 AM,  <span dir="ltr"><<a href="mailto:eric@aisling-technologies.com" target="_blank">eric@aisling-technologies.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72"><div class="m_-7319020793827426643WordSection1"><p class="MsoNormal">I have been combing through the community post, but not finding what I am looking for.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">First, is it possible on the summary page of a device to show a near realtime download speed in either a graphical or textual fashion?  I have a parameter called summary.dlspeed in my index_parameters.yml that updates whenever the CPE updates, (5 minutes), but at the summary, I would like it to refresh more frequently, say every 5 seconds.  Is this possible?  And if so, can someone point me in the right direction?<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Thank you.<u></u><u></u></p></div></div><br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>