# Configuration via DHCP with "Option 125"# OPTION 125option space genexis;option genexis.fw code 2 = text;option genexis.config code 3 = text;option space vivso code width 4;option vivso.iana code 0 = string;option vivso.iana 01:01:01;option vivso.genexis code 25167 = encapsulate genexis;option option125 code 125 = encapsulate vivso; subnet x.y.z.0 netmask 255.255.255.0 { range x.y.z.10 x.y.z.240; option subnet-mask 255.255.255.0; option broadcast-address x.y.z.255; #OPTION 125# define config file option genexis.config "http://x.y.z.1:7567/file.conf";}