SV: Class/Subclass question

Lars Jacobsen lars-jacobsen at newmail.dk
Tue Nov 7 21:42:24 UTC 2006


Yes, try read the man pages or search the list on option 82, remote id or
circuit id. That will give you some samples.

Something like:

class "12345" {
         match if  substring ( (option remote.circuit-id) , 0,5)= "12345";
lease limit 1; 

If you want both a rid AND a specific mac to match, you need something like:

class "67890" {
         match if  substring ( (option remote.circuit-id) , 0,5)= "67890"
AND option dhcp-client-identifier "00:06:0d:0f:5e:6f";
lease limit 1;    


Both try it out to see what fits your needs.


/Lars


> -----Oprindelig meddelelse-----
> Fra: dhcp-users-bounce at isc.org [mailto:dhcp-users-bounce at isc.org] På vegne
> af Joseph W. Breu
> Sendt: 7. november 2006 22:09
> Til: dhcp-users at isc.org
> Emne: Class/Subclass question
> 
> Hello All,
> 
> Is there anyway to class a DHCP client based on remote-id and hardware
> address?
> 
> 
> Thanks,
> 
> ---------------------------------------------------------
> Joseph W. Breu, CCNA              phone : +1.319.268.5228
> Senior Network Administrator        fax : +1.319.266.8158
> Cedar Falls Utilities              cell : +1.319.493.1686
> support: +1.319.268.5221         url : http://www.cfu.net
> 




More information about the dhcp-users mailing list