Lab Activity - 6 - Packet Tracer Practical
Lab Activity - 6 - Packet Tracer Practical
Lab Activity - 6 - Packet Tracer Practical
Task 1. Start a New Packet Tracer activity and connect two PCs and a switch as
shown: [10 marks]
Task 1.1. Configure the two PCs Ethernet interfaces with the IP addresses shown
and prove that they can communicate by sending ping between them.
1
MOD002580 Compulsory Assessed Lab 6
IP Address: 192.168.2.254
Subnet mask: 255.255.255.0
What is PC2
i. Default Gateway
ii. DNS Server
iii. IP Address
iv. Subnet Mask
What is PC3
i. Default Gateway
ii. DNS Server
iii. IP Address
iv. Subnet Mask
2
MOD002580 Compulsory Assessed Lab 6
Task 3. Extend the topology as shown below. Note that the switches are
connected to the routers using the Gigabit interfaces and that the lights on the
interfaces remain at red. [20 marks]
Task 3.1. Configure the Gigabit interface on Router0 and notice that there is an
IOS command window that indicates the commands being executed to perform the
configuration. You will learn more about this during the module.
IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0
It is also necessary to change Port Status to: On
The interface lights have now turned green: ☐
IP Address: 192.168.2.1
Subnet Mask: 255.255.255.0
It is also necessary to change Port Status to: On
The interface lights have now turned green: ☐
Task 3.3. PC2 should be able to ping the router interface 192.168.2.1 ☐
If the ipconfig is executed at the command prompt, it should show
the Default Gateway as 192.168.2.1 ☐
This is because we set the DHCP server to inform the PC that this
was the Default Gateway value (check 3.2 & 3.3)
Research online and write on your words what is a Default Gateway?
3
MOD002580 Compulsory Assessed Lab 6
Task 4. Complete the topology by connecting the two routers together using a
cross-over cable (a dotted one). [40 marks]
Configure and enable the second Router0 Gigabit interface as
IP Address: 192.168.3.1
Subnet Mask: 255.255.255.252
Configure and enable the second Router1 Gigabit interface as
IP Address: 192.168.3.2
Subnet Mask: 255.255.255.252
The lights on the interface between the two routers is now Green ☐
Task 4.3. -10 marks if you ticked the final box. You should get request timed out.
Task 4.4. At the PC1 Command Prompt issue the command netstat –r. Copy
the information about the active routed in the box below
This is the
Routing Table
in the PC and
should tell you
that for any
network
destination it
does not know
(0.0.0.0)
then it will ship
the packet to 192.168.1.1 (the Default Gateway) via the 192.168.1.11
(FastEthernet) interface.
4
MOD002580 Compulsory Assessed Lab 6
Task 4.5. On Router0, if it shows ‘Press RETURN to get started’ then press
Return, otherwise enter the command exit until you reach the Router> prompt.
Enter the command show ip route.
Enter the lines displayed after ‘Gateway of last resort not set’ in the
box below
This is the
Routing Table
on the router
and will be
described to
you in great
detail later in
the module.
Now note the
lines starting
with ‘L’. This
means the router only knows about its own Local interfaces. In order for it to pass
packets to the other router it must know about it. We will look at how to do this
automatically later in the module but now we are going to set this up manually.
Task 4.6. In the Config tab for Router0 Click on the Static button under Routing.
Enter the following information
Network 192.168.2.0
Mask 255.255.255.0
Next Hop 192.168.3.2 (what route to take to
get to the destination network)
Click on Add
Enter the show ip route command in Router0 CLI tab. What is
the difference in the Routing Table compared to the previous time?
Task 4.8. -20 marks if you ticked the final box (you should have learnt from last
time). You should get request timed out.
Task 4.9. Although Router0 knows how to get to 192.168.2.0 network
Router1 does not know how to send the response back to PC1. Configure
Router1 with the info below.
Network: 192.168.1.0
Mask: 255.255.255.0
Next Hop: 192.168.3.1 (what route to take to
5
MOD002580 Compulsory Assessed Lab 6