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



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

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

#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* https://youtube.com/playlist?list=PLrUeok5vppojLwFPei7fIgikDslg_vulJ

*IPv4 Addressing* https://youtube.com/playlist?list=PLrUeok5vppohw3_MeE8SXhN2pSYmQzkiU

*Routing (Learn Basics)* https://www.youtube.com/playlist?list=PLrUeok5vppohAGtx-FRfonMSarnkEugUo

*IP Routing (Beginner to Pro)* https://www.youtube.com/playlist?list=PLrUeok5vppohRZuVrmQmNf2xrema8Cu0H

*Routing Information Protocol (RIP)* https://www.youtube.com/playlist?list=PLrUeok5vppohsw8MT2hjRvFvJDWZSX1ck

*Open Shortest Path First (OSPF)* https://www.youtube.com/playlist?list=PLrUeok5vppoibQ7WCX7yElMexCYtu94ug

*Routing Labs: Cisco Packet Tracer* https://www.youtube.com/playlist?list=PLrUeok5vppoi5LldAujqm9PTzicImIjRE

*Routing Labs: GNS3* https://www.youtube.com/playlist?list=PLrUeok5vppojy4KpZmEsAhMy-tE8KXCRA

*Questions an Answers (MCQs) – IPv4 Addressing* https://www.youtube.com/playlist?list=PLrUeok5vppohcw6ydMnhJcMP8iDDy5Hwn

*Informative Short Videos* https://www.youtube.com/playlist?list=PLrUeok5vppoinzXtCfecjhH1MSZCEMR0U

*Social Media*
Like, Share, Comment, Follow and Subscribe

Instagram: https://www.instagram.com/NetworkingHubOne
Twitter: https://twitter.com/NetworkHubOne
Facebook Page: https://www.facebook.com/NetworkingHubOne
Facebook Group: https://www.facebook.com/groups/462207865973928
TikTok: https://www.tiktok.com/@networkinghubone

Don’t forget to subscribe: https://www.youtube.com/@NetworkingHubOne

#networkinghubone .

Comments are closed.