Hi Gents,
I have an IPTV setup having ENSEO set top boxes, on conventional Cisco switches it was working perfectly with the below DHCP options configured:
ip dhcp pool ENSEO-STBs-Pool
import all
network 10.10.25.0 255.255.255.0
bootfile http://10.10.14.3/nevotv/default.aspx
default-router 10.10.25.1
I'm trying to do the same on Meraki dashboard as we are moving the whole setup to Meraki switches, so i added a DHCP configuration to the correct interface using the Boot Next-Server: 10.10.14.3 and the Boot filename: /nevotv/default.aspx (also tried \nevotv\default.aspx, and nevotv/default.aspx).
also i tried to use DHCP custom option 67 with type text and value: http://10.10.14.3/nevotv/default.aspx
all without success, the ENSEO STB is always not able to reach the boot file, so any ideas how could i reach the same DHCP boot file using Meraki setup?