F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
184
Usage guidelines
If you execute the tftp-server ip-address command multiple times, the most recent configuration takes
effect.
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
Related commands
dhcp server ip-pool
display dhcp server tree
vendor-class-identifier
Use vendor-class-identifier to specify an IP address range for the DHCP clients of a specific vendor.
Use undo vendor-class-identifier to restore the default.
Syntax
vendor-class-identifier hex-string&<1-255> ip range min-address max-address
undo vendor-class-identifier hex-string&<1-255>
Default
No IP address range is specified for the DHCP clients of any vendor.
Views
DHCP extended address pool view
Default command level
2: System level
Parameters
hex-string&<1-255>: A character string, used to match against Option 60 (vendor class identifier option).
The hex-string argument is a hexadecimal number ranging from 0 to FF. &<1-255> indicates that you can
type up to 255 hexadecimal numbers, which are separated by spaces.
ip range min-address max-address: Specifies the IP address range for dynamic allocation. The
min-address argument is the lowest IP address and the max-address argument is the highest IP address
for dynamic allocation.
Usage guidelines
After this feature is configured in an extended DHCP address pool, the DHCP server, when using the
extended DHCP address pool to assign an IP address to a DHCP client, checks whether Option 60 in the
DHCP request is the same as the character string configured with the vendor-class-identifier command.
If yes, the DHCP server selects an IP address from the address range specified with this command. If not,
the DHCP server selects one from the address range specified with the network ip range command.
Only extended address pools support this command.
The IP address range specified with this command must be included in that specified with the
network ip range command.