Matching multiple classes

Adam Moffett adamlists at plexicomm.net
Tue Mar 1 15:33:35 UTC 2011


>
> Question : when parsing and testing, will the client matching the 
> first class match will stop the parser, and fall into the class1, and 
> PERIOD. ?
>
> Or...
>
> After having matched the first class condition, will then match the 
> class3, and belong to class3 ONLY?
>
> Or...
>
> - Does this makes sense for a client to belong to multiple classes?
> - Then in the following, this client will be used in the correct pool, 
> maybe in the first one using "class1"
>
>

I had a similar question a few months ago.  The answer was that you 
can't really predict what will happen if a host belongs to more than one 
class, so you have to define your match statements (using and/or) so 
that the host will only match one class.





More information about the dhcp-users mailing list