static-bind mac-address

Syntax

static-bind mac-address mac-address

undo static-bind mac-address

View

DHCP address pool view

Default level

2: System level

Parameters

mac-address: Specifies the MAC address of a static binding, in the format of H-H-H.

Description

Use static-bind mac-address to statically bind a MAC address to an IP address in a DHCP address pool.

Use undo static-bind mac-address to remove the statically bound MAC address.

By default, no MAC address is statically bound.

Use the static-bind mac-address command together with the static-bind ip-address command to complete a static binding configuration.

If you use the static-bind mac-address or static-bind client-identifier command repeatedly, the latest configuration overwrites the previous one.

Relate commands: dhcp server ip-pool, static-bind client-identifier, static-bind ip-address, display dhcp server tree.

Examples

# Bind the client MAC address 0000-e03f-0305 to the IP address 10.1.1.1 with the mask 255.255.255.0 in DHCP address pool 0.

<Sysname> system-view
[Sysname] dhcp server ip-pool 0
[Sysname-dhcp-pool-0] static-bind ip-address 10.1.1.1 mask 255.255.255.0
[Sysname-dhcp-pool-0] static-bind mac-address 0000-e03f-0305