Trying to add some extra dhcp options. Configured them:
/ip dhcp-server option
add code=66 name=next-server value="'10.0.0.2'"
add code=67 name=boot-flie value="'pxelinux.0'"
add code=60 name=aruba-1 value="'ArubaAP'"
add code=43 name=aruba-2 value="'10.0.0.100'"
/ip dhcp-server network
add address=10.0.0.0/24 boot-file-name=pxelinux.0 dhcp-option=aruba-1,aruba-2 \
dns-server=10.0.0.1,8.8.8.8 domain=.local gateway=10.0.0.1 netmask=24 \
next-server=10.0.0.2
This is needed for an aruba AP to find it’s controller.
When i run wireshark on my laptop, all but the aruba options are received.


