Client Config
------------------------------------------------
hostname
clientid
require dhcp_server_identifier
option interface_mtu
option broadcast_address
option dhcp6_sol_max_rt
option dhcp6_name_servers
option dhcp6_domain_search
option dhcp6_sntp_servers
option dhcp6_vivso
vendclass 4118
noipv4ll
lastlease
ipv6ra_noautoconf
Server Config
-------------------------------------------------
default-lease-time 2592000;
preferred-lifetime 604800;
option dhcp-renewal-time 3600;
option dhcp-rebinding-time 7200;
allow leasequery;
option dhcp6.name-servers 2606:4700:4700::1111,2001:4201:0:50::148;
option dhcp6.domain-search "
test.example.com","
example.com";
option dhcp6.sntp-servers 2607:fe70:0:16::a,2610:20:6f97:97::6;
option dhcp6.info-refresh-time 21600;
option space abcd code width 2 length width 2 hash size 100;
option vsio.abcd code 4231 = encapsulate abcd;
option abcd.vendopt1 code 1 = text;
subnet6 2001:4201:0:50::/64 {
range6 2001:4201:0:50::2 2001:4201:0:50::149;
option abcd.vendopt1 "HelloWorld";
}
In the above, the vendor option set for enterprise number 4231 is sent for vendclass 4118.