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

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.