I'm not really sure what your asking...

On Wed, Jun 28, 2017 at 11:37 PM, pmjawor <[email protected]> wrote:

> Hello Dan,
>
> Thank you for your help. I have following scenario.
> I’ve changed Device.ManagementServer.InstanceMode to “InstanceAlias”.
> Should I change something in genieACS config? I see that CPE sends objects
> paths with alias instead of numbers (according to TR spec) but I cannot see
> any objects on genieACS UI.
>
> Best regards,
> Peter
>
>
>
> W dniu wtorek, 27 czerwca 2017 Dan Morphis <[email protected]>
> napisał(a):
> > Try something like this:
> > let foo = declare("Device.DHCPv4.Server.Pool.[Alias:test123].StaticAddress",
> {path: Date.now()});
> > if (foo.size) {
> >   let static = foo.value[0];
> > }
> >
> > On Tue, Jun 27, 2017 at 1:31 AM, pmjawor <[email protected]> wrote:
> >>
> >> Hello,
> >>
> >> I have a question related "alias based addressing" from TR069 spec.
> >>
> >> So for example I would like to get following object:
> >> Device.DHCPv4.Server.Pool.1.StaticAddress
> >> but instead of "1" I would like to use alias definied in
> Device.DHCPv4.Server.Pool.1.Alias._value, here it is "test123". So I
> would like to make query using following path:
> >> Device.DHCPv4.Server.Pool.[test123].StaticAddress
> >>
> >> Second problem is that in genie web UI on device list I only see date
> of last refresh, see attachment. There is no MAC (it is set for all
> devices) and other data on that list.
> >>
> >> Best regards,
> >> Peter Jaworski
> >>
> >> _______________________________________________
> >> Users mailing list
> >> [email protected]
> >> http://lists.genieacs.com/mailman/listinfo/users
> >>
> >
> >
>
> _______________________________________________
> 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