Is it possible to configure code 67 within an option set using option matcher? I’ve observed that unless I specify the boot file name under network settings, the boot file doesn’t get applied, while other settings do. I’m seeking advice on how to effectively designate a boot file using either an option matcher or a MAC static lease, as both methods don’t seem to be functioning as expected. Any guidance or suggestions would be greatly appreciated. Thank you.
mikrotik 7.13rc4
/ip dhcp-server option
add code=60 name=DOCSIS_option value=“‘docsis’”
add code=66 name=TFTPServer value=“‘100.64.0.1’”
add code=67 name=BootFileName value=“‘20mb.bin’”
add code=67 name=Wall value=“‘wall.bin’”
add code=43 name=NTPServer value=“‘100.64.0.1’”
add code=7 name=syslogserver value=“‘100.64.0.1’”
/ip dhcp-server option sets
add name=DOCSIS3Options options=TFTPServer,NTPServer,syslogserver,BootFileName
add name=Wall options=TFTPServer,Wall,NTPServer
/ip pool
add name=dhcp_pool0 ranges=100.64.0.2-100.64.0.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 name=dhcp1
/ip dhcp-server matcher
add address-pool=dhcp_pool0 code=60 name=match1 option-set=DOCSIS3Options
value=docsis3.1
/ip dhcp-server network
add address=100.64.0.0/24 boot-file-name=20.bin dns-server=100.64.0.1 gateway=
100.64.0.1
/ip tftp
add real-filename=fast.bin req-filename=20.bin
add real-filename=wall.bin req-filename=wall.bin
/system logging
add topics=dhcp
/system note
set show-at-login=no
/system ntp server
set enabled=yes
/tool sniffer
set filter-interface=ether1 filter-stream=yes streaming-enabled=yes
streaming-server=100.64.0.253
if I don’t set 20.bin the dhcp server network doesn’t send the boot file name
as seen below (edited)
dhcp offer