DHCP Server Configuration Tutorial With Multiple Switches using CISCO Packet Tracer

Breezy Codes
Breezy Codes
5.4 هزار بار بازدید - 11 ماه پیش - Tutorial showing you how to
Tutorial showing you how to set up a home network with multiple switches and a dedicated DHCP server within CISCO packet tracer.

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
11 ماه پیش در تاریخ 1402/06/02 منتشر شده است.
5,461 بـار بازدید شده
... بیشتر