subnet-specific class

Chuck Anderson cra at WPI.EDU
Thu Apr 12 20:43:04 UTC 2007


On Thu, Apr 12, 2007 at 11:04:58AM -0700, David W. Hankins wrote:
> class "nortel" {
>   match if substring(option vendor-class-identifier, 0, 14)
> 				= "Nortel-i2004-A";
>   vendor-option-space Nortel;
> }
> 
> option Nortel.i2004-server-info "global value";
> subnet 130.215.a.0 netmask 255.255.255.0 {
> 	option Nortel.i2004-server-info "subnet specific value";
> }

Thank you, this works beautifully! 

> I should change the vendor-option-space example in the manpages.  
> It's misleading to show that the config value 'should' be specified 
> in the same scope as the vendor space selection.

Yes, I believe this change would be helpful to understanding how it 
works.

Thanks.


More information about the dhcp-users mailing list