The most viewed posts

About Desktop Icons in Windows Computer

How to clean up Windows Computer

Driver Booster

CCleaner

Advanced System Care

Myanmar font and keyboard for Windows

Registry Reviver

How to make a computer secure and run faster

some (JavaScript Array Method)

Terms and Conditions

The most viewed items

Desktop Hard Disk

HP ProBook 430

Dell Inspiron 5559

External Hard Disk

SONY Playstation Portable

Laptop RAM

Laptop

ZilaStar ICT Nov 28 2018, 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.

    To Contact
    Available Services
    Terms and Conditions