Specifications
CLI Management Guide
TigerAccess™ EE
310 SMC7824M/VSW
To prohibit assigning plural IP addresses to a DHCP client, use the following command.
Command Mode Description
ip dhcp check client-hardware-
address
Prohibits assigning plural IP addresses.
no ip dhcp check client-
hardware-address
Global
Permits assigning plural IP addresses.
8.6.1.15 Ignoring BOOTP Request
To allow a DHCP server to ignore received bootstrap protocol (BOOTP) request packets,
use the following command.
Command Mode Description
ip dhcp bootp ignore Ignores BOOTP request packets.
no ip dhcp bootp ignore
Global
Permits BOOTP request packets.
8.6.1.16 DHCP Packet Statistics
To display DHCP packet statistics of the DHCP server, use the following command.
Command Mode Description
show ip dhcp server statistics Shows DHCP packet statistics.
clear ip dhcp statistics
Enable
Global
Bridge
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)#