5-27
Parameters
domain-name
: TFTP server name, a string of 1 to 63 characters.
Description
Use the
tftp-server domain-name
command to specify a TFTP server name in a DHCP address pool.
Use the
undo tftp-server domain-name
command to remove the TFTP server name from a DHCP
address pool.
By default, no TFTP server name is specified.
Using the
tftp-server domain-name
command repeatedly will overwrite the previous configuration.
Related commands:
dhcp server ip-pool
and
display dhcp server tree
.
Examples
# Specify the TFTP server name as
aaa
in DHCP address pool 0.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] tftp-server domain-name aaa
tftp-server ip-address
Syntax
tftp-server ip-address ip-address
undo tftp-server ip-address
View
DHCP address pool view
Default Level
2: System level
Parameters
ip-address:
TFTP server IP address.
Description
Use the
tftp-server ip-address
command to specify the TFTP server IP address in a DHCP address
pool.
Use the
undo tftp-server ip-address
command to remove the TFTP server IP address from a DHCP
address pool.
By default, no TFTP server address is specified.
Using the
tftp-server ip-address
command repeatedly will overwrite the previous configuration.
Related commands:
dhcp server ip-pool
and
display dhcp server tree
.
Examples
# Specify the TFTP server address 10.1.1.1 in DHCP address pool 0.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] tftp-server ip-address 10.1.1.1