DHCP Server config for bootp clients?

Hi,

i have this config for an ISC DHCP Server for booting some raspberyy PI boxes. Does anyone know if i can translate this config for routeros/mikrotik?


host raspberry 
  {
      allow booting;
      allow bootp;

      filename "/pxelinux.0";
      default-lease-time 86400;
      max-lease-time 86400;

      hardware ethernet b8:27:eb:aa:af:8c;
      fixed-address 192.168.99.55;
  }

Thx

This should be doable. There’s a small instructions on the wiki on how to configure RouterOS to update SwOS devices (RB250 and RB260 series switches) via BOOTP/TFTP. Please check it out, hopefully it can serve you as a starting point. Here’s the link: http://wiki.mikrotik.com/wiki/SwOS#Reinstall_SwOS_firmware.