DHCP Server Configuration Tutorial With Multiple Switches using CISCO Packet Tracer

Learn how to configure a DHCP server with multiple switches in CISCO Packet Tracer in this step-by-step tutorial. We will walk you through setting up the DHCP server, configuring multiple switches, and ensuring seamless IP address distribution across your network. This tutorial is perfect for anyone looking to manage a more complex network setup using CISCO Packet Tracer.
For the full tutorial and others, visit breezy-codes.github.io/comput...
The text steps -
set DHCP server first -
set static 192.168.10.2 (the default gateway for switch 1)
services DHCP -
pool name - SwitchONE
default gateway - 192.168.10.1
start IP - 192.168.10.3
maximum number 20
repeat for second switch
second one can start 2.2 as it has no server
now configure router -
conf t
int g0/0
ip address 192.168.10.1 255.255.255.0
ip helper-address 192.168.10.2 ( the server address)
no shutdown
do write memory
exit
conf t
int g0/1
ip address 192.168.20.1 255.255.255.0
ip helper-address 192.168.10.2 ( the server address)
no shutdown
do write memory
exit

Пікірлер: 15

  • @KLNYC
    @KLNYC3 күн бұрын

    Nice! can you do Layer 3 switch? tx

  • @BOOSTEDDUDE
    @BOOSTEDDUDE3 ай бұрын

    Another great tutorial. Nice one!

  • @Breezy-Codes

    @Breezy-Codes

    3 ай бұрын

    Glad you liked it!

  • @CocoBold
    @CocoBold4 ай бұрын

    Thank you sooooooo much!

  • @Breezy-Codes

    @Breezy-Codes

    4 ай бұрын

    You're welcome!

  • @alawodeoluwabukola5318
    @alawodeoluwabukola53183 ай бұрын

    Thank you

  • @Breezy-Codes

    @Breezy-Codes

    3 ай бұрын

    You're welcome

  • @pejuemmanuel2137
    @pejuemmanuel21373 ай бұрын

    Thanks so much for this video, can you explain why pinging a switch 2 device from switch 1 failed?

  • @patsley

    @patsley

    3 ай бұрын

    I am having the same experience.

  • @patsley

    @patsley

    3 ай бұрын

    I was able to rectify the issue. Use a multilayer switch as the core router to route traffic from one switch to the other.

  • @pejuemmanuel2137

    @pejuemmanuel2137

    3 ай бұрын

    @@patsley Oh, thank you! I will try this

  • @satyamanikanta2818

    @satyamanikanta2818

    2 ай бұрын

    @@patsleycan you let me know how can we overcome this pinging problem without using l3 switch I just want to get devices from both subnets pinged each other just with the router with the same layout used in video

  • @patsley

    @patsley

    2 ай бұрын

    @@satyamanikanta2818 I don’t really know how to do this, but try configuring the cables connecting to the switches as trunk interfaces. This could enable inter-VLAN communication. Search for videos on YT on how to do this.

  • @satyamanikanta2818
    @satyamanikanta28182 ай бұрын

    I couldn’t ping pc’s connected to right side switch with the pc’s connected to the left side switch. Can anyone out there help me with the problem i am facing? Also I don’t want to use any l3 switch I just want to get this fixed with out interfering with the same layout used in video 🙂

  • @ruy123ofserenity

    @ruy123ofserenity

    Ай бұрын

    I have the same problem