DHCP Server Configuration Step-by-Step | Router | Complete Tutorial| Packet Tracer

Опубликовано: 16 Июнь 2026
на канале: Troubleshooting Steps
26
1

In this video, learn how to configure a DHCP (Dynamic Host Configuration Protocol) server step-by-step on different platforms including Windows Server, Linux, and network routers. Understand how DHCP works, IP address leasing, DHCP scopes, and how to troubleshoot common DHCP issues.

Covered Topics:

What is DHCP?

How DHCP works (DORA process)

D-Discover
O-Offer
R-Request
A-Acknowledgement

DHCP worked on two ports
67&68

Router enable
Router# configure terminal
Router(config)# ip dhcp pool LAN-POOL
Router(dhcp-config)# network 192.168.10.0 255.255.255.0
Router(dhcp-config)# default-router 192.168.10.1
Router(dhcp-config)# dns-server 8.8.8.8 1.1.1.1
Router(dhcp-config)# domain-name example.local
Router(dhcp-config)# exit
Router(config)# ip dhcp excluded-address 192.168.10.1 192.168.10.10
Router(dhcp-config)# lease 1 12 0
(Above means: 1 day, 12 hours, 0 minutes)

Router# show ip dhcp server statistics
Router# show running-config | include dhcp
#cisco dhcp configuration
#configure dhcp on cisco router
#dhcpserver step by step
#cisco ios dhcp server
#packettracer tracer dhcp
#ccna lab dhcp
#ip dhcp pool cisco
#cisco router basic configuration


   • Find Windows Install Date Using Command Pr...  
   • PowerShell script to get SSL certificate d...  
   • How to get hostname from IP using ping com...  
   • How to Reset Admin Password on MacBook (ma...