The Dynamic Host Configuration Protocol (DHCP) is a network protocol used to configure devices that are connected to a network so they can communicate on that network using the Internet Protocol (IP). The protocol is implemented in a client-server model, in which DHCP clients request configuration data, such as an IP address, a default gateway, and one or more DNS server addresses from a DHCP server. This tutorial will walk you through configuring a Cisco Router to server as a DHCP server for client computers. Commands: R1>enable R1#conf t R1(config)#service dhcp > Enables DHCP R1(config)#ip dhcp pool mydhcp ...