E. Lab Task 12
E. Lab Task 12
E. Lab Task 12
Lab Task # 12
Student’s Name: ________________ Student’s ID: _____________
Objective: To deal with the Introduction and usage of different networking devices.
Exercises: To perform the following lab, We will configure DHCP in cisco router using packet
tracer simulator;
R1#config t
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 10.0.0.1 255.0.0.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastethernet 0/1
R1(config-if)#ip address 20.0.0.1 255.0.0.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#service dhcp (may not work in this scenario, but do not worry and do other steps)
This command is to enable the dhcp server on a router. Routers in packet tracer won't accept this
R1(config)#ip dhcp pool 10network "where '10network' is the pool name we can use
whatever we
want.This command get us into the DHCP Configuration mode."
R1(dhcp-config)#exit