HOW TO CONFIGURE DHCP ON A CISCO ROUTER

  

 In today's class we will be looking at how to configure DHCP on a Cisco Router. The network topology above will be uesd for demonstartion.

Step 1

Click on the Router 

Step 2

Click GUI

Step 3

Router>enable
Router#configure terminal
Router(config)#no ip domain-lookup
Router(config)#hostname Network_SurgeonR1
Network_SurgeonR1(config)#int f0/0
Network_SurgeonR1(config-if)#ip add 192.168.10.1 255.255.255.0
Network_SurgeonR1(config-if)#no shutdown
Network_SurgeonR1(config-if)#exit
Network_SurgeonR1(config)#ip dhcp excluded-address 192.168.10.1 192.168.10.9
Network_SurgeonR1(config)#ip dhcp pool Network_SurgeonPool
Network_SurgeonR1(dhcp-config)#network 192.168.10.0 255.255.255.0
Network_SurgeonR1(dhcp-config)#default-router 192.168.10.1
Network_SurgeonR1(dhcp-config)#exit

Comments

  1. simple tutorial.thank you so much for keeping this short and
    simple. You've explained and made sense to a complete
    networking novice. I finally understand how DHCP works.

    ReplyDelete
  2. Very informative. Now I understand how to configure DHCP on a Cisco Router. Very straightforward!

    ReplyDelete
  3. This research has really helped me figure out stuffs wow

    ReplyDelete
  4. Wow, So thrilled with this short step by step instructions!

    ReplyDelete
  5. I appreciate you so much, your wonderful analogies make very complex technical processes seems straightforward and completely understandable.

    ReplyDelete
  6. i love it, thanks for the knowledge.

    ReplyDelete
  7. just amazing thank you so much for this information broken down so simply.

    ReplyDelete
  8. very simple. thanks prof.

    ReplyDelete

Post a Comment