cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
635
Views
0
Helpful
2
Replies

DHCP settings in Router

arunelcosta
Level 1
Level 1

Can anyone please explain or give the commands how to configure DHCP settings to lease IP address to client systems. The router is connected between client and DHCP Server.

2 Replies 2

lgijssel
Level 9
Level 9

On router A

int fa0/0

ip helper-address 10.10.10.1

http://www.cisco.com/en/US/docs/ios/12_3t/ip_addr/command/reference/ip1_i1gt.html#wp1169356

regards,

Leo

Ryan Wolfe
Level 5
Level 5

Just to give a little of an explanation with that, DHCP discovery messages are initially sent via broadcasts out by the client looking for a DHCP server. As we know, routers stop broadcasts in there tracks. In order to fix this issue, you configure the interface where the DHCP discovery broadcasts would be coming in with the ip helper-address to "convert" the broadcasts into a more accurately directed unicast towards the DHCP server. After discovery, the offer, request and acknowledgements messages of DHCP are all sent as unicast messages.

Sent from Cisco Technical Support iPhone App

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card