Chapter 20 DHCP Configuration DGS-3610 Series Configuration Guide
DGS-3610# show ip dhcp binding [address]
Show DHCP address binding information
DGS-3610# show ip dhcp conflict
Show DHCP address conflict information
DGS-3610# show ip dhcp server statistics
Show DHCP server statistics information
20.6.2 Monitoring and Maintaining DHCP
Client
There are two types of commands for monitoring and maintaining the DHCP client. The
following operations can be performed on the client:
1. Debug commands, used to output necessary debugging information. Such commands
are mainly used to diagnose and clear faults.
2. Show commands, used to show information about DHCP.
To debug the DHCP client, execute the following command in the command execution
mode:
DGS-3610# debug ip dhcp client
To show information about the lease that the DHCP client obtains, execute the following
command in the command execution mode:
DGS-3610# show dhcp lease
Show information about DHCP lease
20.7 Configuration Examples
This section provides three configuration examples:
Address Pool Configuration Example
Manual Binding Configuration
DHCP Client Configuration
20.7.1 Address Pool Configuration Example
In the following configuration, the address pool net172 is defined, the network segment of
the address pool is 172.16.1.0/24, the default gateway is 172.16.16.254, the domain name is
rg.com, the domain name server is 172.16.1.253, the WINS server is 172.16.1.252, the
NetBIOS node is of hybrid type, and the address lease period is 30 days. In this address
pool, all the addresses other than 172.16.1.2~172.16.1.100 can be assigned.
ip dhcp excluded-address 172.16.1.2 172.16.1.100