3com 8807 Reference Guide

Page of 1099
DHCP Server Configuration Commands
849
mask netmask: Specifies the subnet mask of the IP address to be bound. If you do 
not provide the argument, the default subnet mask is used.
Description
Use the static-bind ip-address command to specify the IP address to be statically 
bound.
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-poolstatic-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.
<SW8800> system-view
 
System View: return to User View with Ctrl+Z.
 
[SW8800] dhcp server ip-pool 0
 
[3Com-dhcp-0] static-bind ip-address 10.1.1.1 mask 255.255.255.0
 
[3Com-dhcp-0] static-bind mac-address 0000-e03f-0305 
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.