Great news is ArubaOS-Switch 16.06 DHCP server now supports option 60.
This is awesome for the lab or quick PoC.
Example configuration on one of my 2930F lab switches:
vlan 1
dhcp-server
exit
dhcp-server pool "VLAN-1"
authoritative
default-router "172.20.10.1"
dns-server "192.168.1.100"
lease 07:00:00
network 172.20.10.0 255.255.255.0
option 43 ascii "ztpdemo:Top,192.168.168.17,Aruba123!"
option 60 ascii "ArubaInstantAP"
range 172.20.10.10 172.20.10.250
exit
dhcp-server enable
dhcp config
I’ve connected a second factory defaulted 2930F to my 2930F DHCP server.
I ran “debug destination session”, “debug ztp” and “debug event” on the factory default switch to monitor progress

