Network Computing is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.

Cisco IP Helper Address Complications

Network technicians have used the Cisco ip helper-address command to provide a way for DHCP broadcast packets to traverse routers. Other vendors use dhcp-proxy, dhcp-relay and other similar solutions, but the big difference is that ip-helper forwards bootp/dhcp broadcasts as well as other protocols such as time, NetBIOS, ND, and DNS.

In this video, I demonstrate a common configuration problem I run into with the ip helper-address command. 

I caution my clients to be careful when using ip helper commands since you might overwhelm your DHCP server with other protocols to the point where it cannot reliably respond to DHCP requests.

In the video, I also discuss how I use the IP identifier to correlate multiple trace files and how you can refer to the ICMP payload to see the originating packet that caused the ICMP error.

Just a note of caution: In certain cases, you might not see the ICMP Destination Unreachable packets if ICMP is filtered out by routers or firewalls, or if you have a firewall enabled on the capturing device.

If you find that ip-helper address configuration commands are causing you issues, look into alternative commands like ip forward-protocol udp or other configurations that use dhcp relay commands.