8.1.
6 Configure a DHCP Server
You have a single router, a single switch, and several clients connected as shown in the network
diagram. RouterB is connected to SwitchA. SwitchA is connected to three clients, all belonging to
the same VLAN. Each client is configured to obtain its IP address, subnet mask, default gateway
information, and DNS server IP addresses from a DHCP server. Your task in this lab is to
configure RouterB as a DHCP server that will respond to the clients' DHCPDISCOVER packets.
Be aware of the following details:
There is no database agent to save automatic IP address to MAC address bindings.
SwitchA has a manually assigned IP address of 192.168.1.254/24 for remote management.
There are two DNS servers, which have IP addresses of 192.168.5.2/24 and 192.168.5.3/24
(not shown in the network diagram).
Complete the following tasks:
Force the DHCP server process on RouterB not to log IP address conflicts.
Exclude IP addresses 192.168.1.1 and 192.168.1.254 from being assigned to hosts.
Create the DHCP address pool as follows:
o Name: VLAN10
o Network and Mask: 192.168.1.0 255.255.255.0
o Domain name: Eastsim.com
o DNS servers: 192.168.5.2 and 192.168.5.3
o Default gateway: 192.168.1.1
o Lease: 13 days
When you are finished, save the configuration changes on RouterB.
Start Lab