option ntp-servers 10.1.1.1; option domain-name-servers 10.1.1.1; authoritative; option subnet-mask 255.255.255.0; default-lease-time 600; max-lease-time 7200; allow bootp; ############################################################# # Option for TeleTec (for mag200) ############################################################# option space TeleTec; option TeleTec.update_url code 24 = text; option TeleTec.update_sboot code 25 = text; option TeleTec.update_ver code 26 = text; option TeleTec.update_mode code 27 = text; option TeleTec.portal_dhcp code 22 = text; option TeleTec.update_sboot_ver code 28 = text; option TeleTec.logo_x code 16 = integer 16; option TeleTec.logo_y code 17 = integer 16; option TeleTec.bg_color code 18 = integer 32; option TeleTec.fg_color code 19 = integer 32; option TeleTec.mcip code 3 = ip-address; option TeleTec.mcport code 4 = integer 16; option TeleTec.oppubfile code 9 = text; option TeleTec.mcip_img code 10 = ip-address; option TeleTec.mcport_img code 11 = integer 16; option TeleTec.mcip_mng code 12 = ip-address; option TeleTec.mcport_mng code 13 = integer 16; option TeleTec.ip_log code 14 = ip-address; option TeleTec.port_log code 15 = integer 16; option TeleTec.VerNumber code 20 = text; option TeleTec.DateTime code 21 = text; ############################################################# # Option for Infomir (for mag245/250 and higher) ############################################################# option space Infomir; option Infomir.autostart code 1 = text; option Infomir.bootargs code 2 = text; option Infomir.mcip code 3 = ip-address; option Infomir.mcport code 4 = integer 16; option Infomir.oppubfile code 9 = text; option Infomir.mcip_img code 10 = ip-address; option Infomir.mcport_img code 11 = integer 16; option Infomir.mcip_mng code 12 = ip-address; option Infomir.mcport_mng code 13 = integer 16; option Infomir.ip_log code 14 = ip-address; option Infomir.port_log code 15 = integer 16; option Infomir.logo_x code 16 = integer 16; option Infomir.logo_y code 17 = integer 16; option Infomir.bg_color code 18 = integer 32; option Infomir.fg_color code 19 = integer 32; option Infomir.VerNumber code 20 = text; option Infomir.DateTime code 21 = text; option Infomir.portal_dhcp code 22 = text; option Infomir.timezone code 23 = text; option Infomir.update_url code 24 = text; option Infomir.update_sboot code 25 = text; option Infomir.update_ver code 26 = text; option Infomir.update_mode code 27 = text; option Infomir.update_sboot_ver code 28 = text; ############################## BOOT MAG200 ############################### class "MAG200_boot" { match if (( option vendor-class-identifier="TeleTecMAG200boot")); filename "mag200/uImage"; next-server 10.1.1.1; option root-path "10.1.1.1:/srv/mag200"; option ntp-servers 10.1.1.1; vendor-option-space TeleTec; } class "MAG200_vendor" { match if (( option vendor-class-identifier="TeleTecMAG200")); next-server 10.1.1.1; option ntp-servers 10.1.1.1; vendor-option-space TeleTec; option TeleTec.portal_dhcp "http://10.1.1.1/stalker_portal/c/index.html"; option TeleTec.update_url "tftp://10.1.1.1/mag200/imageupdate_200_212r2"; option TeleTec.update_ver "212"; option TeleTec.update_sboot "http://10.1.1.1/mag200/SbootIm_038_200"; option TeleTec.update_sboot_ver "038"; option TeleTec.update_mode "tftp://10.1.1.1/mag200/Bootstrap_200_212r2"; } ############################## BOOT MAG250 ################################ class "MAG250_boot" { match if (( option vendor-class-identifier="InfomirMAG250boot")); filename "mag250/uImage_mag250"; next-server 10.1.1.1; option root-path "10.1.1.1:/srv/mag250"; option ntp-servers 10.1.1.1; vendor-option-space Infomir; } class "MAG250_vendor" { match if (( option vendor-class-identifier="InfomirMAG250")); next-server 10.1.1.1; option ntp-servers 10.1.1.1; vendor-option-space Infomir; option Infomir.portal_dhcp "http://10.1.1.1/stalker_portal/c/index.html"; option Infomir.update_url "tftp://10.1.1.1/mag250/imageupdate_250_212r2"; option Infomir.update_ver "212"; option Infomir.update_sboot "http://10.1.1.1/mag250/SbootIm_mag250"; option Infomir.update_sboot_ver "007"; option Infomir.update_mode "tftp://10.1.1.1/mag250/Bootstrap_250_212r2"; } ############################## NETWORK #################################### subnet 10.1.1.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; next-server 10.1.1.1; pool { range 10.1.1.10 10.1.1.254; next-server 10.1.1.1; option ntp-servers 10.1.1.1; } }