Autoinstallation is the automatic configuration of a device over the network from a pre-existing configuration file that you create and store on a configuration server—typically a Trivial File Transfer Protocol (TFTP) server. You can use autoinstallation to automatically configure new devices and to deploy multiple devices from a central location in the network.
dhcp { boot-file auto_test.conf; option 150 ip-address 10.1.1.25; pool 10.1.1.0/24 { router { 10.1.1.1; } } }