Command Manual – Network Protocol
Quidway S8500 Series Routing Switches Chapter 4 DHCP Configuration Commands
Huawei Technologies Proprietary
4-31
Use the undo static-bind ip-address command to free a statically bound IP address.
By default, no IP address is statically bound.
The static-bind ip-address command and the static-bind mac-address command
must be coupled when you configure statically bound entries to specify the
corresponding IP address bound to the MAC address specified by the static-bind
mac-address command.
Related command: dhcp server ip-pool, static-bind mac-address.
Example
# Bind the PC with a MAC address of 0000-e03f-0305 to 10.1.1.1, whose subnet mask
is 255.255.255.0.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] dhcp server ip-pool 0
[Quidway-dhcp-0] static-bind ip-address 10.1.1.1 mask 255.255.255.0
[Quidway-dhcp-0] static-bind mac-address 0000-e03f-0305
4.2.31 static-bind mac-address
Syntax
static-bind mac-address mac-address
undo static-bind mac-address
View
DHCP address pool view
Parameter
mac-address: MAC address to be bound.
Description
Use the static-bind mac-address command to specify the MAC address to be
statically bound.
Use the undo static-bind mac-address command to free a statically bound MAC
address.
By default, no MAC address is statically bound.
The static-bind mac-address command and the static-bind ip-address command
must be coupled when you configure statically bound entries to specify the
corresponding MAC address bound to the IP address specified by the static-bind
ip-address command.
Related command: dhcp server ip-pool and static-bind ip-address.