Ano-Tech Computers
Enter keyword:

Configuring the DHCP helper service in Cisco IOS
Problem:
Clients on a network connected via a Cisco router running IOS needs to get IP addresses assigned via DHCP
 
Solution:
On the relevant interface, add one "ip dhcp-helper" statement for each DHCP server:

interface Ethernet1
description Connected to DHCP clients
ip address 10.0.1.1 255.255.255.0
ip helper-address 195.159.120.8
ip helper-address 195.159.120.10
ip nat inside



 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles