class for special product

Glenn Satchell glenn.satchell at uniq.com.au
Wed Oct 23 05:33:00 UTC 2013


On Wed, October 23, 2013 3:53 pm, Julie Xu wrote:
> Hi
> I want great a class and in this class to allow all equipment with option
> 61 had heading 11:22:33 to get ip address from dynomic range, rest not.
> Could anyone advice me what I can do?
> any comments will be appreciated
> thanks in advance
> xll40

Hi Julie

Here is an example. The "..." represent other statements or information
you may need to add.

class "special_product" {
    match if substring(option dhcp-client-identifier, 0, 3) = 11:22:33;
}

subnet .... {
    ...
    pool {
        allow members of "special_product";
        range ...
        ....
   }
}

regards,
-glenn




More information about the dhcp-users mailing list