Vendor option per host

Miloslav Hůla miloslav.hula at gmail.com
Wed May 10 11:33:55 UTC 2017


Hi,

is it possible to set vendor specific option per host? Now I have:

#======================
option space PCoIP;
option PCoIP.uri      code 10 = text;
option PCoIP.sha256fp code 11 = text;

shared-network VLAN-4 {
         subnet 10.66.3.0 netmask 255.255.255.0 {
                 authoritative;
                 allow unknown-clients;
                 option routers 10.66.3.1;
         }

         subnet 10.66.4.0 netmask 255.255.255.0 {
                 authoritative;
                 allow unknown-clients;
                 option routers 10.66.4.1;
         }

	...
}

host tera2-test {
         hardware ethernet 00:36:04:00:11:21;
         fixed-address 10.66.3.50;
         option PCoIP.uri "wss://10.0.0.10";
         option PCoIP.sha256fp "B7:62:71:01:85:...";
}
#======================

but when I 'tcpdump -i eth1 -h 00:36:04:00:11:21' I can see 
client/server packets, client get the IP, but the vendor specific 
options are not present.

I found many examples with classing, but I need it only for few hosts 
now for testing.

Thank you, Milo


More information about the dhcp-users mailing list