How to configure DHCP on CISCO Router in Hindi & English

Опубликовано: 17 Октябрь 2021
на канале: Beyond things
36
8

How to configure DHCP on CISCO Router in Hindi & English

Hello Friends,

In this video we are going to see. How we can configure DHCP in Cisco router and use of subneeting and How we get ip in our devices.

Please find the below configuration for this.
---------------------------------------------------------------
int f0/0
ip add 172.16.20.1 255.255.255.240
int f0/1
ip add 172.16.10.1 255.255.255.240
no sh

ip dhcp excluded-address on router

default-router 172.16.10.1
dns-server 172.16.10.2
network 172.16.10.0 255.255.255.240
default-router 172.16.20.1
dns-server 172.16.20.2
network 172.16.20.0 255.255.255.240

---------------------------------------------------

Thanks a lot for watching our YouTube channel.