H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – DHCP
H3C S7500 Series Ethernet Switches Chapter 1
DHCP Server Configuration Commands
1-14
Description
Use the dhcp server static-bind command to statically bind an IP address of the
current address pool to a MAC address.
Use the undo dhcp server static-bind command to cancel an IP-MAC address
binding.
By default, no IP address in an address pool is statically bound.
It should be noted that:
z An IP address can be statically bound to only one MAC address. A MAC address
can be bound with only one IP address statically.
z The IP address to be statically bound cannot be an interface IP address of the
device; otherwise the static binding does not take effect. The device of the bound
MAC address can also obtain another IP address.
Examples
# Statically bind the IP address 10.1.1.1 to the MAC address 0000-e03f-0305. (Assume
that the interface address pool of VLAN-interface 1 already exists and the IP address
belongs to the address pool.)
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] interface vlan-interface 1
[H3C-Vlan-interface1] dhcp server static-bind ip-address 10.1.1.1 mac-address
0000-e03f-0305
1.1.15 display dhcp server conflict
Syntax
display dhcp server conflict { all | ip ip-address }
View
Any view
Parameters
all: Specifies all IP addresses.
ip-address: Specifies an IP address.
Description
Use the display dhcp server conflict command to display the statistics of IP address
conflicts on the DHCP server.
Related commands: reset dhcp server conflict.