300
Syntax
address ip-address hardware-address hardware-address hardware-type
{ ethernet | ieee802 }
no address ip-address
Parameter
ip-address —— Specify the static binding IP address.
hardware-address —— Specify the hardware address, in the format
XX:XX:XX:XX:XX:XX.
ethernet | ieee802 —— Specify the hardware type.
Command Mode
DHCP Configuration Mode
Example
Reserve the IP address 192.168.0.10 in the address pool “product” for the
device with the MAC address as 5e:4c:a6:31:24:01 and the hardware type as
ethernet:
T2700G-28TQ(config)# ip dhcp server pool product
T2700G-28TQ(config-dhcp)# address 192.168.0.10 hardware-address
5e:4c:a6:31:24:01 hardware-type ethernet
address client-identifier
Description
The address client-identifier command is used to specify the static address
bound with client ID in the address pool. To delete the binding, please use no
address command.
Syntax
address ip-address client-identifier client-id [ascii]
no address ip-address
Parameter
ip-address —— Specify the static binding IP address.
client-id —— Specify the client ID, in the format of hex value.
ascii —— The client ID is entered with ascii characters.
Command Mode
DHCP Configuration Mode