DHCP Configuration Lab Tutorial using GNS3 and Cisco IOS Router | Urdu/Hindi

Опубликовано: 29 Май 2026
на канале: Networking Hub One
680
26

#dhcp #cisco #router

DHCP Configuration Lab Tutorial using GNS3 and Cisco IOS Router

In the console, configure the router with a hostname and enable the necessary interfaces. For example:

Router#configure terminal
Router(config)#hostname R1
R1(config)#interface gigabitEthernet 0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit

Create a DHCP pool and define the network range, default gateway, and DNS server addresses. For example:

Configure DHCP Server on Cisco IOS Router
R1(config)#ip dhcp pool MY_POOL
R1(dhcp-config)#network 192.168.1.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.1.1
R1(dhcp-config)#dns-server 8.8.8.8
R1(dhcp-config)#exit

Configure the DHCP excluded addresses, if necessary. These are IP addresses that should not be assigned dynamically by the DHCP server. For example:

R1(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.10

Save the configuration changes by typing write or copy running-config startup-config.


Chapters
00:00 - Intro
00:12 - What is DHCP?
01:40 - What are required from DHCP service?
03:17 - DHCP Config in Cisco IOS Router
05:42 - GNS3 Lab Configuration
15:12 - GNS3 Lab (Extended) Configuration
23:56 - Configure Router as DHCP Client
26:39 - Clear IP DHCP Binding


Networking Terminologies    • [Urdu/Hindi] Networking Concepts & Termino...  

IPv4 Addressing    • [Urdu/Hindi] IPv4 Addressing  

Routing (Learn Basics)    • [Urdu/Hindi] Basic Routing  

IP Routing (Beginner to Pro)    • [Urdu/Hindi] IP Routing (Beginner to Pro)  

Routing Information Protocol (RIP)    • [Urdu/Hindi] Routing Information Protocol ...  

Open Shortest Path First (OSPF)    • [Urdu/Hindi] Open Shortest Path First  

Routing Labs: Cisco Packet Tracer    • [Urdu/Hindi] Labs in Cisco Packet Tracer  

Routing Labs: GNS3    • [Urdu/Hindi] Labs in GNS3  

Questions an Answers (MCQs) - IPv4 Addressing    • MCQs - IPv4 Addressing (CCNA)  

Informative Short Videos    • [Urdu/Hindi] Informative Shorts  


Social Media
Like, Share, Comment, Follow and Subscribe

Instagram:   / networkinghubone  
Twitter:   / networkhubone  
Facebook Page:   / networkinghubone  
Facebook Group:   / 462207865973928  
TikTok:   / networkinghubone  

Don't forget to subscribe:    / @networkinghubone  

#networkinghubone