Configuring DHCP IP Helper Address, Packet Tracer v. 7.2

  Рет қаралды 43,798

Saleh Al-Moghrabi

Saleh Al-Moghrabi

5 жыл бұрын

/ mrsaleh970
download packet tracer's source files:
drive.google.com/file/d/1S_k_...
A DHCP client is an internet host using DHCP to obtain configuration parameters such as an IP address, A DHCP relay agent is any host that forwards DHCP packets between clients and servers, Relay agents are used to forward requests and replies between clients and servers when they are not on the same subnet.
In this topology diagram, we will configure Router1 as the DHCP server for the HR and the Sales departments, I will configure two address pools one for Sales with the network of 192.168.1.0 /24 and the HR with the network of 172.16.1.0/24
On Router1
ip dhcp excluded-address 192.168.1.1 192.168.1.10
ip dhcp pool Sales
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8
Now after we are done with the Sales network, let us configure the dhcp for the HR department.
ip dhcp excluded-address 172.16.1.1 172.16.1.10
ip dhcp pool HR
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server 8.8.8.8
Now, because the DHCP server is in a different subnet, we will configure Router2 as the IP helper-address
On Router2
int g0/1
ip helper-address 10.1.1.1
Now we want to route the traffic between the two network, so we will configure static route on Router1 and on Router2.
On Router1
ip router 172.16.1.0 255.255.255.0 10.1.1.2
On Router 2
ip route 192.168.1.0 255.255.255.0 10.1.1.1
On the PCs on both networks, let us allow the PCs to automatically get their IP address configurations but choosing the DHCP button.
This is how to configure the IP helper-address.

Пікірлер: 28
@Corswain
@Corswain 15 күн бұрын
Thank you for this! All I wanted to know if we could use the ip helper-address command on cisco routers when the DHCP server was also a cisco router, and I also wasn't sure exactly what address to specify on the neighbouring routers. I found plenty of other information out there on configuring dhcp relay with that command, but all the examples were using an actual DHCP server (not a router) which had a single static IP address. So in those cases it was easy to work out what ip to put after the ip helper-address command. But in my case I have a router being the dhcp server, connected to 2 other routers on either side, and 6 separate subnets to give dhcp to. It wasn't immediately clear to me what IP to specify when the dhcp router has multiple interfaces to various networks, and which interfaces to use the commands on. Your explanation really cleared all of that up for me and showed it is possible, so thank you!! Got my lab working too all green lights and DHCP working!
@maxmateria2559
@maxmateria2559 2 ай бұрын
Perfectly Clear Instruction, Kudos Saleh
@legendaryphoenix8607
@legendaryphoenix8607 6 ай бұрын
You have no idea on how big of a help this lesson is to me. I have cracked my skull trying to find a solution to why my DHCP request failed in another subnet from the subnet that contains the DHCP server, despite providing the IP helper-address. Now I know that I need to configure the static routing between the networks. And you showed me how to do it with great detail and precision. Thank you ❤😊
@OutMagic
@OutMagic 2 жыл бұрын
Helped me greatly mate! Awesome straight forward explanation thank you :)
@engyale9914
@engyale9914 3 жыл бұрын
Thanks brother it's nice of you doing this!
@tesfayeguta7506
@tesfayeguta7506 3 жыл бұрын
Thank you; that's brief and clear.
@mikkio5371
@mikkio5371 Жыл бұрын
thanks alot static ip route was all i needed for complete 3 days util i came across your video for solution. thanks
@EngSharafARoble
@EngSharafARoble 3 жыл бұрын
thank you so much Saleh. i was so confused about ip helper command. but now am like "Ask me anything about ip helper" heheheh. thank you man
@HarshdeepSingh-lw1tl
@HarshdeepSingh-lw1tl 3 жыл бұрын
same with me bro
@glenntembo2693
@glenntembo2693 5 жыл бұрын
Thank you Saleh
@RashidKhan-iq6my
@RashidKhan-iq6my 10 ай бұрын
Thanks, this is what i was looking for.
@HarshdeepSingh-lw1tl
@HarshdeepSingh-lw1tl 3 жыл бұрын
thanks sir it helps me alot
@oscararturocupitraardila1933
@oscararturocupitraardila1933 4 жыл бұрын
Thanks from colombia
@engsayid1044
@engsayid1044 Жыл бұрын
Thank you sir 😊✊
@xforney
@xforney 4 ай бұрын
Good teachings
@pradeepchauhan9862
@pradeepchauhan9862 2 жыл бұрын
Awesome thanks 🙏
@vitalii511
@vitalii511 9 ай бұрын
Thank you very much
@eugenek2076
@eugenek2076 3 жыл бұрын
Thanks (and thumbs up))
@nicholascarmello1778
@nicholascarmello1778 3 жыл бұрын
Thank you
@Mouhab11
@Mouhab11 Жыл бұрын
chokran prof 🙂
@user-xi5vb6qv6m
@user-xi5vb6qv6m 3 жыл бұрын
very nice
@matricksengineers8699
@matricksengineers8699 2 жыл бұрын
I have 7 Vlans in my network, all they use DHCP , in last two years they were all working well, but nowdays in one Vlan , some connected computers get valid ip addresses automatically others get invalid IP address and it require me to assign a static IP address, how can I solve that issue , inorder to make all the connected computers get valid ip addresses automatically?
@ferenccziryek3642
@ferenccziryek3642 8 ай бұрын
hi how can use ip helper-address for same dhcp and vlan on different router? I tried but not working. can I get help?
@somasuntharamkokul8517
@somasuntharamkokul8517 3 жыл бұрын
Thanks Brooooo
@frikeyerson
@frikeyerson 2 жыл бұрын
I have it clearer now, but I've got another queston, what would happen if there were several routers? I mean, 3 instead of 2, should I keep using the IP helper address commando with next hop too? Please respond, I am confused.
@networking8956
@networking8956 2 жыл бұрын
Yes, you can or you can use the ip add of the other interface (g0/1) the important fact here is that the 3 routers know each other because you have created static routes, so they will reach to the designated server (router) ip address in order to pull out addresses from.
@dietalkaa
@dietalkaa Жыл бұрын
stop saying "they are in the same subnet" Instead use they are in the same BROADCAST DOMAIN!!!!
@superboy3474
@superboy3474 3 жыл бұрын
Thank you
Connecting VOIP Network to remote site, Packet Tracer
22:11
Saleh Al-Moghrabi
Рет қаралды 1,9 М.
CCNA DAY 32: Configure DHCP Relay Agent on Cisco Routers | IP Helper Address Configuration
12:18
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 24 МЛН
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 19 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 28 МЛН
Как бесплатно замутить iphone 15 pro max
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 8 МЛН
Configuring DHCP using Cisco iOS - DHCP Server & DHCP Helper
18:57
LearnTech Training
Рет қаралды 259 М.
DHCP Relay Agent || IP Helper Address || DHCP 7
3:55
Physical Logik
Рет қаралды 15 М.
DHCP Relay Agent Lab
18:47
The Networking Doctors
Рет қаралды 70 М.
Configuring DHCP Relay | IP Helper Address
7:34
Cisco Genius
Рет қаралды 29 М.
Multiple VLANs and DHCP with IP Helper Address
24:02
activereach Ltd
Рет қаралды 13 М.
DHCP Relay Agent in Cisco Router
13:54
Build Your Tech Base
Рет қаралды 21 М.
ASA 5506 Configuring basic settings, Practice lab
26:12
Saleh Al-Moghrabi
Рет қаралды 19 М.
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 24 МЛН