Configuring DHCP IP Helper Address, Packet Tracer v. 7.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 มี.ค. 2019
  • / 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.

ความคิดเห็น • 27

  • @maxmateria2559
    @maxmateria2559 หลายเดือนก่อน +1

    Perfectly Clear Instruction, Kudos Saleh

  • @legendaryphoenix8607
    @legendaryphoenix8607 5 หลายเดือนก่อน

    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 ปีที่แล้ว

    Helped me greatly mate! Awesome straight forward explanation thank you :)

  • @tesfayeguta7506
    @tesfayeguta7506 3 ปีที่แล้ว

    Thank you; that's brief and clear.

  • @engyale9914
    @engyale9914 3 ปีที่แล้ว

    Thanks brother it's nice of you doing this!

  • @mikkio5371
    @mikkio5371 ปีที่แล้ว

    thanks alot static ip route was all i needed for complete 3 days util i came across your video for solution. thanks

  • @glenntembo2693
    @glenntembo2693 5 ปีที่แล้ว +1

    Thank you Saleh

  • @RashidKhan-iq6my
    @RashidKhan-iq6my 9 หลายเดือนก่อน

    Thanks, this is what i was looking for.

  • @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 ปีที่แล้ว +1

    thanks sir it helps me alot

  • @oscararturocupitraardila1933
    @oscararturocupitraardila1933 3 ปีที่แล้ว

    Thanks from colombia

  • @engsayid1044
    @engsayid1044 ปีที่แล้ว

    Thank you sir 😊✊

  • @xforney
    @xforney 3 หลายเดือนก่อน

    Good teachings

  • @vitalii511
    @vitalii511 8 หลายเดือนก่อน

    Thank you very much

  • @pradeepchauhan9862
    @pradeepchauhan9862 2 ปีที่แล้ว

    Awesome thanks 🙏

  • @eugenek2076
    @eugenek2076 3 ปีที่แล้ว

    Thanks (and thumbs up))

  • @smknacktech1174
    @smknacktech1174 ปีที่แล้ว

    chokran prof 🙂

  • @nicholascarmello1778
    @nicholascarmello1778 3 ปีที่แล้ว

    Thank you

  • @user-xi5vb6qv6m
    @user-xi5vb6qv6m 3 ปีที่แล้ว

    very nice

  • @somasuntharamkokul8517
    @somasuntharamkokul8517 3 ปีที่แล้ว

    Thanks Brooooo

  • @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?

  • @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 ปีที่แล้ว

      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.

  • @ferenccziryek3642
    @ferenccziryek3642 7 หลายเดือนก่อน

    hi
    how can use ip helper-address for same dhcp and vlan on different router? I tried but not working. can I get help?

  • @dietalkaa
    @dietalkaa ปีที่แล้ว

    stop saying "they are in the same subnet" Instead use they are in the same BROADCAST DOMAIN!!!!

  • @superboy3474
    @superboy3474 3 ปีที่แล้ว

    Thank you