Configure a DHCP server within a router on Cisco Packet Tracer
Вставка
- Опубліковано 9 лют 2025
- In this EXPERIMENT- students have to perform the following activities on the Cisco packet tracer
Set up the physical topology in Fig.1
Configure the router interfaces
Set up the DHCP server to assign IP address dynamically to the network
DHCP protocol helps assign IP addresses to end devices dynamically or automatically. Configuring a router with DHCP server configuration
Step 1: Configure the DHCP service.
a.Router(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.49
b.Router(config)#ip dhcp pool pool1
c.Router(dhcp-config)#network 192.168.1.0 255.255.255.0
d.Router(dhcp-config)#dns-server 192.168.1.10
e.Router(dhcp-config)#default-router 192.168.1.1
f.Router(dhcp-config)#exit
g.Router(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.49
h.Router(config)#exit
i.Router#write
Step 2: Verify the DHCP configuration.
a.Open the Command Prompt window.
b. Type ipconfig to check addresses
Hi, practice on configuring DHCP server within a router on Cisco PACKET TRACER.