User Manual UMN:CLI
V5808
331
To prohibit assigning plural IP addresses to a DHCP client, use the following command.
ip dhcp check client-hardware-
address
Prohibits assigning plural IP addresses.
no ip dhcp check client-
hardware-address
Permits assigning plural IP addresses.
8.5.1.15 Ignoring BOOTP Request
To allow a DHCP server to ignore received bootstrap protocol (BOOTP) request packets,
use the following command.
Ignores BOOTP request packets.
Permits BOOTP request packets.
8.5.1.16 DHCP Packet Statistics
To display DHCP packet statistics of the DHCP server, use the following command.
show ip dhcp server statistics
Shows DHCP packet statistics.
Deletes collected DHCP packet statistics.
The following is an example of displaying DHCP packet statistics.
SWITCH(config)# show ip dhcp server statistics
===========================================
Message Recieved/Error(0/0)
-------------------------------------------
DHCP DISCOVER 0
DHCP REQUEST 0
DHCP DECLINE 0
DHCP RELEASE 0
DHCP INFORM 0
=========================================
Message Sent/Error(0/0)
-----------------------------------------
DHCP OFFER 0
DHCP ACK 0
DHCP NAK 0
SWITCH(config)#