Please login to start chat

ICT Solutions 2018-11-11 17:40:41
Category : Computer Networking Tutorials

How to configure DHCP in Cisco IOS Routers

DHCP is a dynamic host configuration protocol. We don't need to manually set IP address to the hosts in the local network by configuring DHCP in the routers. The router will automatically set by itself. The example of how to configure DHCP in Cisco IOS Router is shown in the below with the picture together. I hope this example will be benefit for brothers and sisters who are learning Cisco Networking.

 

 

Router
en
config t
int g0/0
ip address 192.168.1.1 255.255.255.0
no shut
exit

ip dhcp pool Test
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 192.168.1.1
end
copy run start



If you want to see sample configuration in packet tracer, you can download pkt file. Click here to download.

Comments:

No comment to show.

Available Services
Download Android Application