Putting iPads in their own IP pool?

Bob Proulx bob at proulx.com
Fri Oct 8 17:23:24 UTC 2010


Mirek Lauš wrote:
> Dave Brenner wrote:
> > Try...
> > class "ipad" {
> >   match if ((substring(hardware,1,3) = c8:bc:c8) or
> >             (substring(hardware,1,3) = d8:a2:5e));
> > }

Ooo!  Good!

> better:
> class "ipad" {
>  match substring(hardware,1,3);
> }
> subclass "ipad" c8:bc:c8;
> subclass "ipad" d8:a2:5e;
> add as many subclass members as you want.

Nice!

I will try those today.  Thanks very much to both of you!

Bob



More information about the dhcp-users mailing list