Lab Assignment 2018-2019
Lab Assignment 2018-2019
Lab Assignment 2018-2019
Description
Networking is one of the fastest-growing and important fields in the computer industry today.
The Internet, interconnecting millions of computers, provides a global communication and
resource-sharing infrastructure which elicits many changes in the workplace and in working
style. These changes create a growing need for small business and home networks. No
computerized office today is able to be productive without some sort of networking technology.
Working from home over a network during both business and non-business hours is now
currently standard. Realizing these various types of networks requires professionals who are
familiar with a variety of networking technologies. Students cannot be expected to compete in
the current job market unless they can demonstrate to prospective employers that they have data
communication and networking experience that goes beyond the purely theoretical.
The objective of the laboratory experiments is to fully prepare students to be able to set up or
maintain networks using current and emerging networking technologies. This document
contains two main parts: Lab assignments (1&2) and reports. Lab assignments will be done into
two different ways: using packet tracer and in labs for hands-on practice.
Reporting
You will prepare a report which summarizes the main tasks and output results of the labs. Your
report will include codes and answers to questions given in the lab protocols.
Note: You will need install the Cisco Packet Tracer software for configuration. In class, the
lecturer will guide the basics configuration. In addition to the configuration in Cisco Packet
Tracer, students will perform themselves the same configuration in the lab for hands-on
practices. Assistance will be provided if needed.
This Lab1 recapitulates the presentation you learned in class. We will walk through the essentials
of setting up a basic home network that consists of a router and a few computers. Setting up an
actual network takes time, so we're going to use Cisco Packet Tracer. Packet Tracer is a powerful
tool that allows you to virtually simulate network setup just by interacting on your computer.
Step 1. Open Packet Tracer> for example, Go to Start. Type "Cisco Packet Tracer" and click the
application to open it.
Step 2. Physical Setup. To make a network, we first need a source such as a network hub. For
this example, we will use a router>
a) Go ahead and click the Router section and choose the 1841 Router (as example, it may
be another router from your choice).
b) Move your mouse to the white space, and click to place the router on the workspace.
c) Click End Devices and click Generic PC.
d) Move your mouse to the white space, and click once to place the PC on the workspace.
e) Repeat, and add a second Generic PC.
f) Now we are going to connect them together. Click Connections.
g) Choose the Copper Cross-Over cable.
h) Click on PC-0 and select FastEthernet.
i) Click on the other side to Router and select the FastEthernet0/0. (or
GigabitEthernet0/0)
j) Repeat and connect PC-1 to the FastEthernet interface.
k) Connect PC-1 to the Router and select FastEthernet0/1 (or GigabitEthernet0/1)
Step 4. PC configuration
By now, you should see green dots on the cables connected to the devices.
Step 5. Testing connectivity:
We are going to test for a valid connection by pinging PC-1 from PC-0.
1) To do this, click PC-0. Go to the Desktop tab and click Command Prompt. This acts
very similar to a DOS prompt in a Windows OS.
2) To see the details of the computer's local network, we can type in ipconfig.
3) To ping PC-1 by typing in ping 192.168.2.2 At first, the request might time-out, but you
should get a reply after that.
1) At the bottom right corner, click the "stopwatch" icon to activate Simulation Mode.
4) Look at the bar of items on the right hand side. Click the Closed Envelope + button.
This will allow us to choose a source to test our network.
6) Click Auto Capture/Play to begin simulation. You should now see an envelope going
from PC-0 to the Router to PC-1 and back.
Learning Objectives:
Scenario:
In this lab activity, you will create a network that is similar to the one shown in the below
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 routing tables to verify that the
network is operating properly.
I. Topology Diagram
Cable a network that is similar to the one in the Topology Diagram. The output used in this lab is
from 1841 routers. You can use any current router in your lab as long as it has the required
interfaces as shown in the topology. Be sure to use the appropriate type of Ethernet cable to
connect from host to switch, switch to router, and host to router. Be sure to connect the serial
DCE cable to router R1 and the serial DTE cable to router R2.
a) What type of cable is used to connect the Ethernet interface on a host PC to the Ethernet
interface on a switch? ________________________
b) What type of cable is used to connect the Ethernet interface on a switch to the Ethernet
interface on a router? __________________________
c) What type of cable is used to connect the Ethernet interface on a router to the Ethernet
interface on a host PC? _________________________
Router>enable
Router#
Router#configure terminal
Router(config)#
Router(config)#hostname R1 R1(config)#
Step 5: Disable DNS lookup. Disable DNS lookup with the no ip domain-lookup command.
R1(config)#no ip domain-lookup
R1(config)#
Configure the EXEC mode password using the enable secret password command. Use class for
the password.
R1(config)#enable secret class
R1(config)#
********************************
********************************
&
R1(config)#
Use cisco as the password. When you are finished, exit from line configuration mode.
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#
Step 9: Configure the password for the virtual terminal lines.
Use cisco as the password. When you are finished, exit from line configuration mode.
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit R1(config)#
R1(config-if)#no shutdown
R1(config-if)#
Step 11: Configure the Serial0/0/0 interface. Configure the Serial0/0/0 interface with the IP
address 192.168.2.1/24. Set the clock rate to 64000.
R1(config-if)#no shutdown
R1(config-if)#
Note: The interface will be activated until the serial interface on R2 is configured and activated
Step 12: Return to privileged EXEC mode. Use the end command to return to privileged EXEC
mode.
R1(config-if)#end
R1#
Step 13: Save the R1 configuration. Save the R1 configuration using the copy running-config
startup-config command.
Building configuration...
[OK]
R1#
R2(config-if)#no shutdown
R2(config-if)#no shutdown
R2(config-if)#end
R2#
Step 5: Save the R2 configuration. Save the R2 configuration using the copy running-config
startup-config command.
R2#
Configure the host PC1 that is attached to R1 with an IP address of 192.168.1.10/24 and a default
gateway of 192.168.1.1.
Configure the host PC2 that is attached to R2 with an IP address of 192.168.3.10/24 and a default
gateway of 192.168.3.1.
Step 1: Verify that routing tables have the following routes using the show ip route command.
You can see that both R1 and R2 have two routes. Both routes are designated with a C. These are
the directly connected networks that were activated when you configured the interfaces on each
router. If you do not see two routes for each router as shown in the following output, proceed to
Step 2.
R1#show ip route
Codes:
R2#show ip route
Codes:
3) Check the router interfaces using the show ip interface brief command. Are the interfaces up
and up? ____________
If your answer to all three steps is yes, then you should be able to successfully ping the default
gateway.
TASK 6: REFLECTION
Step 1: Attempt to ping from the host connected to R1 to the host connected to R2.
This ping should be unsuccessful.
Step 3: Attempt to ping from the host connected to R2 to router R1. This ping should be
unsuccessful. What is missing from the network that is preventing communication between these
devices?
TASK 7: DOCUMENTATION
On each router, capture the following command output to a text (.txt) file and save for your
report ( to be included in your lab report)
• show running-config
• show ip route
• show ip interface brief
Scenario:
In this activity, you will configure a Linksys wireless router, allowing for remote access from
PCs as well as wireless connectivity with WPA2 security. You will manually configure PC
wireless connectivity by entering the Linksys router SSID and password.
Objectives of Lab:
Part 1: Configure a Wireless Router
Part 2: Configure a Wireless Client
Part 3: Verify Connectivity
1. Topology
2. Addressing Table
Because SSID broadcast is disabled, you must manually configure PC3 with the
correct SSID and passphrase to establish a connection with the router.