Thank you very much for the info.

The fact is that the Provision tab does not work. What can it be? (You can
see it in the attached image)

Greetings.




Jose Vela

*Técnico de Networking Routing y Switching.*



Mira mi perfil profesional y conecta conmigo en LinkedIn pinchando en este
enlace.
<https://mailtrack.io/trace/link/3f127d7cc876324100889265a5835eb1a1ab9511?url=https%3A%2F%2Fes.linkedin.com%2Fin%2Fjose-vela-delgado&signature=7d9ae84f3a4a9a6d>

2017-01-28 1:55 GMT+01:00 Zaid Abdulla <[email protected]>:

> On Thu, 2017-01-26 at 13:54 +0100, Jose Vela Delgado wrote:
> > I would like someone to explain how to configure Presets in the
> > GenieACS. For example, I want when a CPE is rebooted it auto-
> > downloads an XML configuration file. What do I have to put in the
> > fields on the Presets tab?
>
> I'll try to add some documentation in the wiki over the weekend. But
> for now this is how you should be able to do it (not tested):
>
> Create a "provision" with the following code:
>
>   declare("Downloads.[FileType:3 Vendor Configuration File]",
>     {path: 1}, {path: 1});
>   declare("Downloads.[FileType:3 Vendor Configuration File].FileName",
>     {value: 1}, {value: "<YOUR CONFIG FILE>"});
>   declare("Downloads.[FileType:3 Vendor Configuration File].Download",
>     {value: 1}, {value: Date.now()});
>
> Then create a preset that's tied to the event "1_BOOT" and apply the
> provision you just created.
>
> Make sure the file is uploaded to GenieACS and that the config option
> FS_IP is set to your server's IP address.
>
> Hope that helps.
>
> --
> Zaid Abdulla <[email protected]>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.genieacs.com/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to