Name: Muhammad Ashraf Bin Mohd Yusof MATRIC NO: A177465 Lab 1: Hierarchical Network Design Simulation
Name: Muhammad Ashraf Bin Mohd Yusof MATRIC NO: A177465 Lab 1: Hierarchical Network Design Simulation
MATRIC NO : A177465
Lab 1: Hierarchical Network Design Simulation
Objectives
Explain the need to design a hierarchical network that is scalable.
Scenario
As the network administrator for a very small network, you want to prepare a simulated-network presentation
for your branch manager to explain how the network currently operates.
The small network includes the following equipment:
One Cisco 2911 series router
One Cisco 3560 switch
One Cisco 2960 switch
Four user workstations (PCs or laptops)
One printer
Resources
Packet Tracer software
Directions
Step 1: Create a simple network topology using Packet Tracer software. Place the devices at
the appropriate levels of the Cisco three-layer hierarchical model design, including:
a. One Cisco 2911 series router
b. One Cisco 3560 switch
c. One Cisco 2960 switch
d. Four user workstations (PCs or laptops)
e. One printer
Step 2: Using Packet Tracer’s drawing tool and indicate the hierarchical layers with different
color coding and labels:
a. Access layer
b. Distribution layer
c. Core layer
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 7
Class Activity - Layered Network Design Simulation
Internet
lo0
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 7
Class Activity - Layered Network Design Simulation
Configure all the network and end user devices accordingly so as all end user devices are able to
communicate with other end user devices within the same VLAN (i.e. PC1 can ping PC2) as well as in
another VLAN (i.e. PC1 can ping Server). The end user devices should also be able to ping to the Internet
(which is simulated using virtual loopback interface, lo0).
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 7
Class Activity - Layered Network Design Simulation
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 7
Class Activity - Layered Network Design Simulation
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 7
Class Activity - Layered Network Design Simulation
Step 5: Submit your configuration and hierarchical network design Packet Tracer file.
Access-SW configuration
Hostname Access-SW
vlan 10
name User
vlan 20
name Admin
interface g0/1
switchport mode trunk
switchport trunk allowed vlan 10,20
Dist-SW configuration
hostname Dist-SW
vlan 10
name User
vlan 20
name Admin
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 7
Class Activity - Layered Network Design Simulation
Core-R configuration
Hostname Core-R
Interface g0/0.10
encapsulation dot1q 10
ip address 192.168.1.1 255.255.255.0
Interface g0/0.20
encapsulation dot1q 20
ip address 192.168.1.1 255.255.255.0
interface g0/0
no shutdown
interface loopback0
ip address 192.168.100.1 255.255.255.0
no shutdown
© 2020 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 7