set protocols dhcp server pool bootfile-name
The set protocols dhcp server pool bootfile-name command configures the file name with path or URL that can be obtained by the DHCP client.
The delete protocols dhcp server pool bootfile-name command deletes the configuration.
Â
Command Syntax
set protocols dhcp server pool <pool-name> bootfile-name {file-path <file-path> | url <url>}
delete protocols dhcp server [pool <pool-name>][bootfile-name] [file-path | url]
Â
Parameters
Parameter | Description |
pool <pool-name> | Specifies an address pool name. The value is a string of case-sensitive characters, spaces are not supported. |
file-path <file-path> | Specifies the file name in the working path of the TFTP server. For example: provision.sh. |
url <url> | Specifies the file name with URL on the HTTP server. For example: http://192.168.1.1/provision.sh You can only configure one of the path or URL, or the error prompt will appear. |
Â
Example
Configure the file name with URL as http://192.168.1.1/provision.sh for the HTTP server.
admin@PICOS# set protocols dhcp server pool pool3 bootfile-name url http://192.168.1.1/provision.sh
admin@PICOS# commit
Â
Copyright © 2024 Pica8 Inc. All Rights Reserved.