When the DHCPv4 server is located on a separate LAN from the client, the router interface facing the client must be configured to relay DHCPv4 requests by configuring the IPv4 helper address. If the IPv4 helper address is not configured properly, client DHCPv4 requests are not forwarded to the DHCPv4 server.

Follow these steps to verify the router configuration:

Step 1. Verify that the ip helper-address command is configured on the correct interface. It must be present on the inbound interface of the LAN containing the DHCPv4 client workstations and must be directed to the correct DHCPv4 server. In the figure, the output of the show running-config command verifies that the DHCPv4 relay IPv4 address is referencing the DHCPv4 server address at 192.168.11.6.

The show ip interface command can also be used to verify the DHCPv4 relay on an interface.

Step 2. Verify that the global configuration command no service dhcp has not been configured. This command disables all DHCP server and relay functionality on the router. The command service dhcp does not appear in the running-config, because it is the default configuration.

In the figure, the show running-config | include no service dhcp command verifies that the DHCPv4 service is enabled since there is no match for the show running-config | include no service dhcp command. If the service had been disabled, the no service dhcp command would be displayed in the output.