HP VPN Firewall Appliances Network Management Command Reference
180
Parameters
mac-address: The MAC address of a static binding, in the format of H-H-H.
Usage guidelines
Use the static-bind mac-address command together with the static-bind ip-address command to
complete a static binding configuration.
If you use the static-bind mac-address or static-bind client-identifier command multiple times, the most
recent configuration takes effect.
Examples
# Bind the client MAC address 0000-e03f-0305 to the IP address 10.1.1.1 with the mask 255.255.255.0
in DHCP address pool 0.
<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] static-bind ip-address 10.1.1.1 mask 255.255.255.0
[Sysname-dhcp-pool-0] static-bind mac-address 0000-e03f-0305
Related commands
• dhcp server ip-pool
• static-bind client-identifier
• static-bind ip-address
• display dhcp server tree.
tftp-server domain-name
Use tftp-server domain-name to specify a TFTP server name in a DHCP address pool.
Use undo tftp-server domain-name to remove the TFTP server name from a DHCP address pool.
Syntax
tftp-server domain-name domain-name
undo tftp-server domain-name
Default
No TFTP server name is specified.
Views
DHCP address pool view
Default command level
2: System level
Parameters
domain-name: TFTP server name, a string of 1 to 63 characters.
Usage guidelines
If you execute the tftp-server domain-name command multiple times, the most recent configuration takes
effect.
Examples
# Specify the TFTP server name as aaa in DHCP address pool 0.