beautypg.com

Asante Technologies 35516 User Manual

Page 102

background image

- 102 -

MAC address of the client. Refer to the “Address Resolution Protocol Parameters” section of RFC 1700, Assigned
Numbers
, for a list of media type codes.

To configure manual bindings, use the following commands beginning in global configuration mode:

Router(config)# ip dhcp pool name

Use the no form of this command to remove the configured DHCP address pool.

Router(config-dhcp)# host-addr A.B.C.D/M

Specifies the IP address and subnet mask (in prefix length) of the client.

The prefix length specifies the number of bits that comprise the address prefix. The prefix is an alternative way of
specifying the network mask of the client.

Use the no form of this command to remove the configured manual binding.

Router(config-dhcp)# hardware-address H:H:H:H:H:H

Specifies a hardware address (MAC Address) for the client.

Use the no form of this command to remove the configured hardware address.

Router(config-dhcp)# client-identifier unique-identifier

Specifies the distinct identification of the client in dotted-hexadecimal notation, for example, 014a.9f16.9b4c.dd,
where 01 represents the Ethernet media type.

Use the no form of this command to remove the configured client-identifier.

Router(config-dhcp)# client-name name

Specifies the name of the client using any standard ASCII character. (Optional) The client name should not include
the domain name. For example, the name moon should not be specified as moon.asante.com.

Use the no form of this command to remove the configured client name.

8.1.15 Monitoring and Maintaining the DHCP Server

To clear DHCP server variables, use the following commands in privileged EXEC mode, as needed:

Command Purpose

clear ip dhcp binding address | *

Deletes an automatic address binding from the DHCP
database. Specifying address clears the automatic binding for
a specific (client) IP address whereas specifying asterisk (*)
clears all automatic bindings.

clear ip dhcp conflict address | *

Clears an address conflict from the DHCP database.
Specifying address clears the conflict for a specific IP
address, while specifying an asterisk (*) clears conflicts for all
addresses.

clear ip dhcp server statistics

Resets all DHCP server counters to 0.