Putting iPads in their own IP pool?

Mirek Lauš mirek at admino.cz
Fri Oct 8 17:06:42 UTC 2010


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.

regards,
miroslav

On Fri, Oct 8, 2010 at 7:01 PM, Dave Brenner <david at toledotel.com> wrote:
> On 10/8/2010 9:49 AM, Bob Proulx wrote:
>
>> I am trying to allocate iPads a particular set of addresses.  I
>> thought of using classes and pools.  I can match on the ethernet
>> vendor.  But I can't.
>
> Try...
>
> class "ipad" {
>   match if ((substring(hardware,1,3) = c8:bc:c8) or
>             (substring(hardware,1,3) = d8:a2:5e));
> }
>
>
>
> --
> Dave Brenner - david at toledotel.com
> The Toledo Telephone Company, Inc.
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>



More information about the dhcp-users mailing list