set protocols dhcp server pool tftp-server
The set protocols dhcp server pool tftp-server command configures an IP address for the TFTP server that will be obtained by the DHCP client.
The delete protocols dhcp server pool tftp-server command deletes the configuration.
Â
Command Syntax
set protocols dhcp server pool <pool-name> tftp-server <tftp-server-ip>
delete protocols dhcp [server pool <pool-name>] [tftp-server]
Â
Parameters
Parameter | Description |
pool <pool-name> | Specifies an address pool name. The value is a string of case-sensitive characters, and spaces are not supported. |
tftp-server <ipv4-address> | Specifies the IPv4 address for the TFTP server address. The value is in dotted decimal notation. After the client sends request packets to the DHCP server, the TFTP server with this IP address will be replied. |
Â
Example
Configure the IPv4 address 10.3.10.1 for the TFTP server.
admin@PICOS# set protocols dhcp server pool pool1 tftp-server 10.3.10.1
admin@PICOS# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.