Lab Manual For DCCN
Lab Manual For DCCN
Lab Manual For DCCN
Introduction
Cisco Packet Tracer is a powerful network simulation program that allows students to
experiment with network behavior and ask “what if” questions. Packet Tracer provides
simulation, visualization, authoring, assessment, and collaboration capabilities to
facilitate the teaching and learning of complex technology concepts.
Packet Tracer helps to teach complex networking concepts in the following ways:
Students who spend more time in a hands-on mode of learning, with simulation and
interactive capabilities, will be better equipped to apply concepts and configuration
fundamentals when exposed to real equipment. As students gain practical experience
with tasks such as configuration and troubleshooting, they become more confident in
their abilities.
Key Features
• The logical workspace allows users to build logical network topologies by placing,
connecting, and clustering virtual network devices.
• The physical workspace provides a graphical physical dimension of the logical
network, giving a sense of scale and placement in how network devices such as
routers, switches, and hosts would look in a real environment. The physical view
also provides geographic representations of networks, including multiple cities,
buildings, and wiring closets.
Packet Tracer Modes: provides two operating modes to visualize the behavior of a
network; real-time mode and simulation mode.
• In real-time mode the network behaves as real devices do, with immediate real-
time response for all network activities. The real-time mode gives you a viable
alternative to real equipment and allows them to gain configuration practice
before working with real equipment.
• In simulation mode the user can see and control time intervals, the inner workings
of data transfer, and the propagation of data across a network. This helps you
understand the fundamental concepts behind network operations.
Modular Devices: Graphical representations visually simulate hardware and offer the
ability to insert interface cards into modular routers and switches, which then become
part of the simulation.
Help: A help feature is available to familiarize users with the Cisco Packet Tracer
interface, functions, and features. The help area includes important notes and tips and
provides annotated screenshots to aid understanding.
Activity Wizard: The Activity Wizard allows users to author their own learning activities
by setting up scenarios using instructional text, and creating initial and final network
topologies and predefined packets. The Activity Wizard also includes grading and
feedback capabilities.
Topology
Addressing Table
Background / Scenario
In this activity you will build a simple network in Packet Tracer from scratch and then
save the network as a Packet Tracer Activity File (.pkt).
• Add network devices to the workspace (i.e. 2 switches, 3 PCs and 3 laptops)
• Change display names of the network devices (if necessary). To change the display
names of the network devices click on the device icon on the Packet Tracer Logical
workspace, then click on the Config tab in the device configuration window. In the
Config tab type the new name of the device into the Display Name box.
• Add the physical cabling between devices on the workspace
• Click on the PC (laptop) icon on the Packet Tracer Logical workspace. Click on
config tab in the device configuration window and select FastEhernet0 from the
lists in the left side. The picture shown below display the detail:
• Write a valid IP-address and Subnet Mask for each devices based on the
information given on the addressing table.
Verify Connectivity
• From the command prompt issuing the command ping 192.168.1.110 (from other
computers in the network). It may take a few seconds for the ping to return. Four
replies should be received as shown in the figure.
Exercise
Build a simple network topology shown below and configure it based on the information
on the table using a packet tracer simulation software. Verify your configuration using a
ping command.
The basic CLI modes that we will be referring below are as following:
You have different configuration privileges (commands) at each CLI configuration modes
of the cisco networking devices. The activity or action done by you is always dependent
on the configuration mode you are currently found on. The least privilege mode in the
configuration is User EXCE mode and the highest level is Global Configuration mode. In
the User EXCE mode you are allowed to view some of the configuration that are done by
other user(s) with a Global Configuration mode. The next level is Privileged EXCE mode
in this mode you have a better right to view (mostly all configuration) from the router.
Based on the security requirement of the company/system you are expected to enter a
password to gain a privileged access. The most privileged configuration mode is a Global
configuration mode, in this mode you have a full privilege to do whatever needed for a
provide a required service to the user.
In order to change your CLI configuration mode you can use the following commands
one by one:
This lab session provides procedures for configuring the basic parameters of your Cisco
router, including global parameter settings, interfaces, and command-line access. It also
describes the basics commands used to test and verify configurations and view the
configurations details and other required parameters in the Cisco router. All the
configurations in this lab session as well as in the coming lab sessions will be done on
Command Line Interface (CLI) available on all Cisco devices.
Topology Diagram
IP Addressing Table
Learning Objectives
Scenario
In this lab activity, you will create a network that is similar to the one shown in the
Topology Diagram. Begin by cabling the network as shown in the Topology Diagram.
You will then perform the initial router configurations required for connectivity. Use the
IP addresses that are provided in the Topology Diagram to apply an addressing scheme
to the network devices. When the network configuration is complete, examine the
communication among devices to verify that the network is operating properly.
Tasks
1. Drag and drop the required devices into logical network topology in a packet
tracer simulation tool.
2. Cable the network
3. Open a CLI for the purpose of router configuration. Click on the router and select
the CLI tab and get the picture shown below.
5. Configure IP Addressing on the Host PCs Laptops based on the information given
on the table.
6. Verify and Test the Configurations.
a. Verify that routing tables have the following routes using the show ip route
command.
R0#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B – BGP D - EIGRP, EX
- EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external
type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF
external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-
2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR,
P - periodic downloaded static route
Gateway of last resort is not set
C 192.168.1.0/24 is directly connected, GigabitEthernet0/1
C 192.168.2.0/24 is directly connected, GigabitEthernet0/0
b. Verify interface configurations.
Interface IP-Address OK? Method Status Protocol
GEthernet0/0 unassigned YES unset up up
GEthernet0/1 unassigned YES unset up up
Vlan1 unassigned YES unset administratively down down
c. Test connectivity.
Test connectivity by pinging from each host (PCs and Laptops) to the
default gateway and each other to validate the configuration. When the
pining is not successful try to troubleshoot the entire configuration.
7. Reflection: write a lab report
Exercise
Configure the logical network topology shown below (Hint you can use Router model
2911 from a packet tracer to connect three different networks or connect a router to three
switches without adding modules on the router):
Note: you can you a valid IP addresses for the router interfaces, PCs and Laptops based
on the network addresses given for each network in the logical network diagram shown
above.