Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 9 DHCP Configuration Commands
3Com Corporation
9-46
Related command: dhcp server ip-pool.
Example
# Bind the PC at the MAC address 0000-e03f-0305 with the IP address 10.1.1.1 using
the mask 255.255.255.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
9.2.45 static-bind { mac-address | client-identifier }
Syntax
static-bind { mac-address mac-address | client-identifier client-identifier }
undo static-bind { mac-address | client-identifier }
View
DHCP address pool view
Parameter
mac-address: The host MAC address to be bound, which is in the format of H-H-H.
client-identifier: Host ID to be bound.
Description
Use the static-bind { mac-address | client-identifier } command to configure a MAC
address or client identifier for a static binding.
Use the undo static-bind { mac-address | client-identifier } command to delete the
MAC address or client identifier from a static binding.
By default, no MAC address or client identifier is bound statically.
The commands static-bind { mac-address | client-identifier } and static-bind
ip-address must be used in pairs.
Related command: dhcp server ip-pool, static-bind ip-address.
Example
# Bind the PC at the MAC address 0000-e03f-0305 with the IP address 10.1.1.1 using
the mask 255.255.255.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