Vendor option being deleted

jeffrey j donovan donovan at beth.k12.pa.us
Tue Oct 16 11:54:02 UTC 2012


On Oct 15, 2012, at 12:15 PM, Scott Wedekind <swedekind at bluecatnetworks.com> wrote:

> Can anyone verify this is a bug?  
>  
>  
>  
> Log message:
> Internet Systems Consortium DHCP Server 4.1-ESV-R6
> Copyright 2004-2012 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
> WARNING: server ignoring option VlanID in configuration file.
> Wrote 0 class decls to leases file.
>  
>  
> Related lines from the dhcpd.conf file:
> option space AlcatelA4400;
> option AlcatelA4400.VlanID code 58 = unsigned integer 16;
>  
> class "alcatel_ipphone"
> {
>     match if option vendor-class-identifier = "alcatel.tsc-ip.0" or option vendor-class-identifier = "alcatel.noe.0";
>     option AlcatelA4400.VlanID 35;
> }
>  <snip>

Hi scott,

here is a sample of what I am using,

option serverip code 43 = ip-address;
set vendor-string = option vendor-class-identifier;

option pacserver code 252 = text ; 

class "vendor-class" {
		match option vendor-class-identifier;}

class "ALCATEL-iptouch" {
        match if substring (option host-name,0,15) = "ALCATEL-iptouch";        
}



More information about the dhcp-users mailing list