Cisco DHCP Assignment
Cisco DHCP Assignment
Objective:
Students will configure a router to function as a DHCP server to dynamically assign IP addresses to
the hosts in a network. The network should have three LANs, and the router will be responsible for
Scenario:
You are a network administrator for a small organization. Your organization has three departments,
each with its own LAN. You need to configure the router to act as a DHCP server to assign IP
Network Setup:
- Hosts: Each host should get its IP address from the DHCP server.
IP Addressing Plan:
Tasks:
- 1 Router
- 3 Switches
- LAN1: 192.168.10.0/24
- LAN2: 192.168.20.0/24
- LAN3: 192.168.30.0/24
3. Router Configuration:
5. Verify DHCP: Ensure that all hosts are receiving an IP address automatically from the DHCP
server. Test connectivity between hosts in different LANs using the 'ping' command.
6. Bonus Task: Configure a backup DHCP server on another router and set it as a secondary option
Configuration Commands
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config-if)# no shutdown
Router(config-if)# exit
Router(dhcp-config)# exit
Router(dhcp-config)# exit
Router(dhcp-config)# exit
Deliverables:
- A document listing the IP addresses assigned to the hosts by the DHCP server.
- A brief explanation of the steps taken to configure DHCP and test the network connectivity.