Here is the procedure how to run your Cisco Router as DHCP server.
******output omitted ********
You can copy following command and paste into your Router
!
!
!
!
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
Comments
Post a Comment