Accton Technology ES4626 Switch User Manual


 
278
Example: Specify “company.com.cn" as the DHCP clients’ domain name.
Switch(dhcp-1-config)#domain-name company.com.cn
11.2.2.7 hardware-address
Command: hardware-address <hardware-address> [{Ethernet |
IEEE802|<type-number>}]
no hardware-address
Function: Specify the hardware address of the user when binding address manually; the
no hardware-address” command deletes the setting.
Parameter: <hardware-address> is the hardware address in Hex; Ethernet | IEEE802 is
the Ethernet protocol type, <type-number> should be the number defined in
RFC for protocol types, from 1 to 255, e.g. 0 for Ethernet and 6 for IEEE802.
Default: The default protocol type is Ethernet, . .
Command Mode: DHCP Address Pool Mode
Usage Guide: This command is used with the “host” when binding address manually. If
the requesting client hardware address matches the specified hardware
address, the DHCP server assigns the IP address defined in “host”
command to the client.
Example: Specify IP address 10.1.128.160 to be bound to user with hardware address
00-00-e2-3a-26-04 in manual address binding.
Switch(dhcp-1-config)#hardware-address 00-00-e2-3a-26-04
Switch(dhcp-1-config)#host 10.1.128.160 24
Related command: host
11.2.2.8 host
Command: host <address> [<mask> | <prefix-length> ]
no host
Function: Specify the IP address to assign to the user when binding address manually;
the “no host” command deletes the IP address.
Parameter: <address> is the IP address in dotted decimal format; <mask> is the subnet
mask in dotted decimal format; <prefix-length> means mask is indicated by
prefix. For example, mask 255.255.255.0 in prefix is “24”, and mask
255.255.255.252 in prefix is “30”.
Command Mode: DHCP Address Pool Mode
Usage Guide: If no mask or prefix is configured when configuring the IP address, and no
information in the IP address pool indicates anything about the mask, the