PXE Boot Server
(2014-02-12)
Problem
Send PXE boot options from a SRX DHCP server.
Solution
set system services dhcp pool 10.17.0.0/20 boot-file pxelinux.0
set system services dhcp pool 10.17.0.0/20 next-server 10.17.0.2
Notes:
- If you don't assign the options to a dhcp pool, the options are global to all pools.
- If both global and pool-specific options exist, the pool options are the ones which are used.