Here is the procedure how to run your Cisco Router as DHCP server. A small topology how to configure DHCP server in Cisco Router. Now use the following command to configure the Router running as DHCP server. Then verify from the PC connected to that interface. You can copy following command and paste into your Router ******output omitted ******** ! ! ! ! ip dhcp excluded-address 192.168.10.1 ! ip dhcp pool test network 192.168.10.0 255.255.255.0 default-router 192.168.10.1 dns-server 8.8.8.8 ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address 192.168.10.1 255.255.255.0