53Figure 19 Network diagramConfiguration procedure1. Specify an IP address for interface Ethernet 1/1. (Details not shown.)2. Configure the DHCP server:# Enable DHCP. system-view[RouterA] dhcp enable# Enable the DHCP server on Ethernet 1/1.[RouterA] interface ethernet 1/1[RouterA-Ethernet1/1] dhcp select server[RouterA-Ethernet1/1] quit# Configure DHCP address pool 0.[RouterA] dhcp server ip-pool 0[RouterA-dhcp-pool-0] network 10.1.1.0 mask 255.255.255.0[RouterA-dhcp-pool-0] option 43 hex 800B0000020102030402020202Verifying the configurationAfter the preceding configuration is complete, Router B can obtain an IP address on the subnet10.1.1.0/24 and the PXE server addresses from Router A. You can use the display dhcp server ip-in-usecommand on the DHCP server to view the IP addresses assigned to the clients.Troubleshooting DHCP server configurationSymptomA client's IP address obtained from the DHCP server conflicts with another IP address.AnalysisAnother host on the subnet might have the same IP address.Solution1. Disable the client's network adapter or disconnect the client's network cable. Ping the IP addressof the client from another host to check whether there is a host using the same IP address.2. If a ping response is received, the IP address has been manually configured on a host. Execute thedhcp server forbidden-ip command on the DHCP server to exclude the IP address from dynamicallocation.