D-Link DXS-3600 Series Cli Reference Manual page 356

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Command Default Level
Level: 12.
Usage Guideline
A binding entry is a mapping between the IP address and the hardware address or the client identifier. By
creating a manual binding entry, an IP address is manually assigned to a client.
Only one manual binding entry can be specified in a DHCP address pool. With a binding entry, the IP
address can be either bound with a client identifier or bound with the hardware address of the host.
Use the client-identifier command and the host command to specify the manual binding entry based on
client identifier in the DHCP packet. Use the hardware-address command and the host command to
specify the manual binding entry based on hardware address.
Example
This example shows how a DHCP address pool "pool1" is created with a manual binding entry which
binds the IP address 10.1.2.100/24 with the MAC address C2:F3:22:0A:12:F4.
Switch# configure terminal
Switch(config)# ip dhcp pool pool1
Switch(config-dhcp-pool)# hardware-address C2F3.220A.12F4
Switch(config-dhcp-pool)# host 10.1.2.100/24
Switch(config-dhcp-pool)#
22-12
host
This command is used to specify the IP address of the manual binding entry in a DHCP address pool.
Use the no command to remove the specification of the IP address from the entry.
host {IP-ADDRESS MASK | IP-ADDRESS/PREFIX-LENGTH}
no host
Parameters
IP-ADDRESS
MASK
PREFIX-LENGTH
Default
None.
Command Mode
DHCP Pool Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Only one binding entry can be specified in a DHCP address pool. In a binding entry, the IP address can
be either bound with a client identifier or bound with the hardware address of the host.
Specifies the IP address of the manual binding entry.
Specifies the bits that mask the network part of the host address.
Specifies the prefix length of the network. It is an alternative way to
specify the network mask.
351

Advertisement

Table of Contents
loading

Table of Contents