DHCP setup
Step1:
Implement first
Step2:
Connect the router.
.router0:
no
enable
conf t
ip add 10.0.0.1 255.0.0.0
no shutdown
exit
ip dhcp pool asif //(asif is used as name)
network 10.0.0.0 255.0.0.0
default-router 10.0.0.1
dns-server 8.8.8.8
exit
ip dhcp excluded-address 10.0.0.1 10.0.0.10
Step3:
click on pc go to desktop menu -- ip confuguration
-- select dhcp
Do it for each and every pc
The end