Virtual parameters

Jose Vela Delgado josevelacisco at gmail.com
Sat Mar 4 10:29:07 EST 2017


Dan,

can you explain exactly what REFRESH does in CPE ?
Is it useful to have it in the ACS?

Enviado desde el smartphone de Jose Vela.
<<Técnico de redes CCNA RS + CCNA Sec>>
Tlf: 675 734 746

El 4 mar. 2017 12:40, "Zaid Abdulla" <zaid at genieacs.com> escribió:

> On Wed, 2017-03-01 at 06:56 -0900, Dan Morphis wrote:
> > Can you post your script and some screenshots?
>
> Here's a sample script:
>
>     declare("InternetGatewayDevice.ManagementServer.PeriodicInformInter
> val", null, {value: 300});
>     declare("InternetGatewayDevice.ManagementServer.PeriodicInformEnabl
> e", null, {value: true});
>     declare("InternetGatewayDevice.ManagementServer.ConnectionRequestUs
> ername", null, {value: "genieacs"});
>     declare("InternetGatewayDevice.ManagementServer.ConnectionRequestPa
> ssword", null, {value: "genieacs"});
>     declare("InternetGatewayDevice.DeviceInfo.SerialNumber", {value:
> 1});
>     declare("InternetGatewayDevice.DeviceInfo.ProductClass", {value:
> 1});
>     declare("InternetGatewayDevice.DeviceInfo.ManufacturerOUI", {value:
> 1});
>     declare("InternetGatewayDevice.DeviceInfo.Manufacturer", {value:
> 1});
>     declare("InternetGatewayDevice.WANDevice.*.WANConnectionDevice.1.WA
> NPPConnection.*.MACAddress", {value: 1});
>     declare("InternetGatewayDevice.WANDevice.*.WANConnectionDevice.1.WA
> NPPConnection.*.ExternalIPAddress", {value: Date.now()});
>     declare("InternetGatewayDevice.LANDevice.*.WLANConfiguration.*.SSID
> ", {value: Date.now()});
>     declare("InternetGatewayDevice.LANDevice.*.Hosts.Host.*.HostName",
> {value: 1});
>     declare("InternetGatewayDevice.LANDevice.*.Hosts.Host.*.IPAddress",
> {value: 1});
>     declare("InternetGatewayDevice.LANDevice.*.Hosts.Host.*.MACAddress"
> , {value: 1});
>
> > Heres what I have, and I'm getting an error: Channel has faulted;
> > channel="default" retries=0 faultCode="script.ReferenceError"
> > faultMessage="maxRevision is not defined"
>
> That's a bug that was recently fixed. Pull the latest changes.
>
> --
> Zaid Abdulla <zaid at genieacs.com>
> _______________________________________________
> Users mailing list
> Users at lists.genieacs.com
> http://lists.genieacs.com/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170304/fd6ebe46/attachment.html>


More information about the Users mailing list