Enterasys Networks D2G124-12P Benutzerhandbuch

Seite von 496
set dhcp pool host
D-Series CLI Reference 14-15
Parameters
Defaults
None.
Mode
Switch command, read‐write.
Example
This example deletes the client hardware address from the address pool named “manual1.”
D2(rw)->clear dhcp pool manual1 hardware-address
set dhcp pool host
Use this command to configure an IP address and network mask for a manual DHCP binding.
Syntax
set dhcp pool poolname host ip-address [mask | prefix-length]
Parameters
Defaults
If a mask or prefix is not specified, the class A, B, or C natural mask will be used.
Mode
Switch command, read‐write.
Example
This example shows how to configure the minimum requirements for a manual binding address 
pool. First, the hardware address of the client’s hardware platform is configured, followed by 
configuration of the address to be assigned to that client manually.
D2(rw)->set dhcp pool manual1 hardware-address 0001.f401.2710
D2(rw)->set dhcp pool manual1 host 15.12.1.99 255.255.248.0
poolname
Specifies the name of the address pool. Pool names may be up to 31 
characters in length.
poolname
Specifies the name of the address pool. Pool names may be up to 31 
characters in length.
ip‐address
Specifies the IP address for manual binding.
mask
(Optional) Specifies the subnet mask in dotted quad notation.
prefix‐length
(Optional) Specifies the subnet mask as an integer.