Setting vendor specific information options based on DUID

Dries Decock Dries.Decock at excentis.com
Thu Jan 10 18:05:55 UTC 2008


Hi,

we want to provide device with vendor specific option in IPv6 based on a
duid, or another match. We use ISC DHCPv4.0.0 and the vendor specific
option only seem to work when I put the configuration in the root of the
config file. 

I use the following class specification.

class "docsis" {
        client-duid =  binary-to-ascii (16,8, ":", option
dhcp-client-identifier );
        match if substring (client-duid, 0, 2) = "00";
        option docsis.cablelabs-configuration-file "Cm/basic11.cfg";
        option docsis.cablelabs-syslog-servers
2001:db8:1:11:219:d1ff:fe03:c27a;
        option docsis.tftp-servers 2001:db8:1:11:219:d1ff:fe03:c27a;
        option docsis.time-servers 2001:db8:1:11:219:d1ff:fe03:c27a;
}

Best regards,
Dries

-- 
Dries Decock
Senior Software Developer
Excentis n.v.

Gildestraat 8           T +32 9 269 22 99    dries.decock at excentis.com
9000 Gent - Belgium 



More information about the dhcp-users mailing list