DHCP Tutorial
In IP environment, before a computer can communicate to another one, they need to have their own IP addresses. There are two ways of configuring an IP address on a device:
+ Statically assign an IP address. This means we manually type an IP address for this computer
+ Use a protocol so that the computer can obtain its IP address automatically (dynamically). The most popular protocol nowadays to do this task is called Dynamic Host Configuration Protocol (DHCP) and we will learn about it in this tutorial.
A big advantage of using DHCP is the ability to join a network without knowing detail about it. For example you go to a coffee shop, with DHCP enabled on your computer, you can go online without doing anything. Next day you go online at your school and you don’t have to configure anything either even though the networks of the coffee shop and your school are different (for example, the network of the coffee shop is 192.168.1.0/24 while that of your company is 10.0.0.0/8). Really nice, right? Without DHCP, you have to ask someone who knows about the networks at your location then manually choosing an IP address in that range. In bad situation, your chosen IP can be same as someone else who is also using that network and an address conflict may occur. So how can DHCP obtain an suitable IP address for you automatically? Let’s find out.
How DHCP works
1. When a client boots up for the first time (or try to join a new network), it needs to obtain an IP address to communicate. So it first transmits a DHCPDISCOVER message on its local subnet. Because the client has no way of knowing the subnet to which it belongs, the DHCPDISCOVER is an all-subnets broadcast (destination IP address of 255.255.255.255, which is a layer 3 broadcast address) and a destination MAC address of FF-FF-FF-FF-FF-FF (which is a layer 2 broadcast address). The client does not have a configured IP address, so the source IP address of 0.0.0.0 is used. The purpose of DHCPDISCOVER message is to try to find out a DHCP Server (a server that can assign IP addresses).
2. After receiving the discover message, the DHCP Server will dynamically pick up an unassigned IP address from its IP pool and broadcast a DHCPOFFER message to the client(*). DHCPOFFER message could contain other information such as subnet mask, default gateway, IP address lease time, and domain name server (DNS).
(*)Note: In fact, the DHCPOFFER is a layer 3 broadcast message (the IP destination is 255.255.255.255) but a layer 2 unicast message (the MAC destination is the MAC of the DHCP Client, not FF-FF-FF-FF-FF-FF). So in some books they may say it is a broadcast or unicast message.
3. If the client accepts the offer, it then broadcasts a DHCPREQUEST message saying it will take this IP address. It is called request message because the client might deny the offer by requesting another IP address. Notice that DHCPREQUEST message is still a broadcast message because the DHCP client has still not received an acknowledged IP. Also a DHCP Client can receive DHCPOFFER messages from other DHCP Servers so sending broadcast DHCPREQUEST message is also a way to inform other offers have been rejected.
4. When the DHCP Server receives the DHCPREQUEST message from the client, the DHCP Server accepts the request by sending the client a unicast DHCPACKNOWLEDGEMENT message (DHCPACK).
In conclusion there are four messages sent between the DHCP Client and DHCP Server: DHCPDISCOVER, DHCPOFFER, DHCPREQUEST and DHCPACKNOWLEDGEMENT. This process are often abbreviated as DORA (for Discover, Offer, Request, Acknowledgement).
After receiving DHCPACKNOWLEDGEMENT, the IP address is leased to the DHCP Client. A client will usually keep the same address by periodically contacting the DHCP server to renew the lease before the lease expires.
If the DHCP Server is not on the same subnet with the DHCP Client, we need to configure the router on the DHCP client side to act as a DHCP Relay Agent so that it can forward DHCP messages between the DHCP Client & DHCP Server. To make a router a DHCP Relay Agent, simply put the “ip helper-address <IP-address-of-DHCP-Server>” command under the interface that receives the DHCP messages from the DHCP Client.
As we know, router does not forward broadcast packets (it drops them instead) so DHCP messages like DHCPDISCOVER message will be dropped. But with the “ip helper-address …” command, the router will accept that broadcast message and cover it into a unicast packet and forward it to the DHCP Server. The destination IP address of the unicast packet is taken from the “ip helper-address …” command.
When a DHCP address conflict occurs
During the IP assignment process, the DHCP Server uses ping to test the availability of an IP before issuing it to the client. If no one replies then the DHCP Server believes that IP has not been allocated and it can safely assign that IP to a client. If someone answers the ping, the DHCP Server records a conflict, the address is then removed from the DHCP pool and it will not be assigned to a client until the administrator resolves the conflict manually.
Configure a DHCP Server on Cisco router
Instead of using a separate computer/server as a DHCP Server, we can save the cost and configure a Cisco router (even a Layer 3 Cisco switch) to work as a DHCP Server. The following example configuration will complete this task:
Configuration | Description |
Router(config)#ip dhcp pool CLIENTS | Create a DHCP Pool named CLIENTS |
Router(dhcp-config)#network 10.1.1.0 /24 | Specifies the subnet and mask of the DHCP address pool |
Router(dhcp-config)#default-router 10.1.1.1 | Set the default gateway of the DHCP Clients |
Router(dhcp-config)#dns-server 10.1.1.1 | Configure a Domain Name Server (DNS) |
Router(dhcp-config)#domain-name 9tut.com | Configure a domain-name |
Router(dhcp-config)#lease 0 12 | Duration of the lease (the time during which a client computer can use an assigned IP address). The syntax is “lease {days[hours] [minutes] | infinite}”. In this case the lease is 12 hours. The default is a one-day lease. Before the lease expires, the client typically needs to renew its address lease assignment with the server |
Router(dhcp-config)#exit | |
Router(config)# ip dhcp excluded-address 10.1.1.1 10.1.1.10 | The IP range that a DHCP Server should not assign to DHCP Clients. Notice this command is configured under global configuration mode |
Done with exam today scored 980/1000.Exam was easy Acl(mod3),EIGRP,OSPF were same.If u need latest dump V26 knock me.(menon_007(@)yahoodotcom.
All the best
Done with exam today scored 980/1000.Exam was easy Acl(mod3),EIGRP,OSPF were same.If u need latest dump V26 knock me menon_007(@)yahoodotcom.
All the best
Dexter,
Can you please send me the latest Dumps please at waq.ahmed01 (at) gmail.com
Dexter,
Can you please send me the latest Dumps please at {email not allowed}
i not understand dhcp 10.1.1.1 to 10.1.1.10 range explain
this command is to reserve these IP addresses. These address you can use for devices like server , router or switch.
This command says do not use these address other than that you can use all address to give to devices when they ask for IP address
Hope this help
Please help with the latest dump files ronopatrick @ rocket mail dot com
Dexter,
Can you please send me the latest dumps? email to {email not allowed}
Hi Dexter,
Well done.
Can you please send me the latest dumps as well?
My email: {email not allowed}
Thanks
Hi Dexter
Please can you send me the latest dumps to {email not allowed}
Thanks in anticipation!
Hi Dexter
Please can you send me the latest dumps to nnamdij25 @ yahoo dot com
Thanks in anticipation!
Hi Dexter,
Can you please send me the latest dumps? My email: {{email not allowed}}
Hi Dexter,
Can you please send me the latest dumps? {email not allowed}
Hello, i see in your configuration of DHCP you put the same ip address to default gateway and the dns-server. Should not they be different?
Can anyone send me the lates ccnav3 dumps at {email not allowed}. Thanks in Advance!
Can anyone send me the latest ccnav3 dumps at jawad_023 @ yahoo dot com? Thanks in Advance!
please any one have latest dumps send me at lebamnegn at gmail dot com. Thanks in Advance!
Good explain
So many thanks
Hi All,
Some body have file update of CCNA 200-125 for me?
Please Send Me the latest ccna 200-125 file. i want to take the exam. thanks you very much in advance.
Here is my Email: cardotuazon 26 @ gmail dot com
also please send me latest ccna 200-125 at
umair512 (at) gmail.com
Hello! everyone I’m about to take the ccna 200-125. Please can anyone Send Me the latest ccna 200-125 file.Thanks you very much in advance.
Hi, pliz can anyone send me latest dumps email is kiprop4 at gmail dot com
can someone send me the latest dumps filonfisteku2017 at gmail dot com
Thank you
That is the best search engine in the planet
http://google.com
can someone send me the latest dumps {email not allowed}
Thank you
can someone send me the latest dumps gphrdesilva at gmail dot com
Thank you
Excellent article. I surely appreciate this site . Keep it up!
http://wwwcenturionwealth.com/
Awesomely done article piece. I definitely love this site . Continue the good work!
http://www.investopedia.com/advisor-network/advisors/61757/wendy-ann-payne-csa-cep-/
please dexter send me the latest dump. okekeifeanyi1808 @ gmail dot com
Hello Brothers and Sisters!
I beg Anyone here who has exams all correct Q&A of ccna exam 200-125,
kindly give me here a link to find it. thank you in advance and God bless u mch.
Pls send me the latest dumps on {email not allowed}, thanks and God bless u as u send me
hello, kindly send me the latest dumps on my email {email not allowed} thanks in advance. anyone please
hello, kindly send me the latest dumps on my email hairgrey95 at gmail dot com thanks in advance. anyone please
pls anyone who has latest Q&A 200-125 kindly mail me on zvacudecu hotmail thanks and God bless u
Need the latest dump please {email not allowed}
At rfiossi at Yahoo dart fr
{email not allowed}
can you send me the latest dumps of Aug 2017 my email is mark.besa02 @ gmail.com
very very useful thanks 9tut, you’re the best
very very useful thanks 9tut, you’re the best
Please, I need the latest dumps as am preparing to take the exam soon. Thanks.
{email not allowed}
hello i have a ccna switching and routinmg next week anyone with latest dumps email at patrickngare @ gmail dot com
Hi! If anyone have a latest version of ccna dump please send me willon95@gmail(dot)com
pls anyone wif d latest dump shld pls hlp me out wif it — {email not allowed}
Visit for Latest dumps
http://www.dumpsforsure.com/cisco/210-260-dumps.html
thanks for sharing this article.
Dexter can you please send latest dumb to oladunjoyeebenatgmaildotcom
hello admin team
i have paid amount but still not able to access all features can you check and do the needfull..
Hi can someone send me the lates dumps for CCNP. please. kimdctorres @ gmail . com thank you!