0% found this document useful (0 votes)
41 views

DHCP

The document discusses the function of DHCP and provides an example configuration of a DHCP server router. It explains that DHCP enables IP address assignment and other network configuration options for devices on a network. It also shows the commands used to configure a DHCP pool including default gateway, DNS servers, address ranges, and lease times. An example configuration is given to set up a central DHCP server on a router to serve addresses on the 10.0.0.0/24 network.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

DHCP

The document discusses the function of DHCP and provides an example configuration of a DHCP server router. It explains that DHCP enables IP address assignment and other network configuration options for devices on a network. It also shows the commands used to configure a DHCP pool including default gateway, DNS servers, address ranges, and lease times. An example configuration is given to set up a central DHCP server on a router to serve addresses on the 10.0.0.0/24 network.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Understanding the Function of DHCP

Ahmed Nabil 1

Configuring a DHCP Server Router(config)#service dhcp Enables DHCP features on router; it is on by default. Router(config)#ip dhcp pool pool name Router(config-dhcp)#default-router default gateway address Router(config-dhcp)#network network address subnet mask Router(config-dhcp)#dns-server address [address2...address8] Router(config-dhcp)#lease {days [hours] [minutes] | infinite} Router(config)#ip dhcp excluded-address lowaddress [high address]

Ahmed Nabil 2

Configuration Example

Client

:The following is an example of the partial command syntax for this feature Central Router ip dhcp-excluded address 10.0.0.1 10.0.0.5 ip dhcp pool central network 10.0.0.0 255.255.255.0 default-router 10.0.0.1 dns-server 10.0.0.2 interface fastethernet0/0 ip address 10.0.0.1 255.255.255.0

Show ip dhcp binding# Displays the bindings between IP, MAC on a DHCP server

Ahmed Nabil 3

You might also like