Lab7 CCN
Lab7 CCN
OBJECTIVES
#. Of
# Topic CLO Taxonomy level
Lectures
To understand how router works and basic
7 3 1,2 C2, P2
configuration of router using console connection.
OUTCOME(S)
a. An ability to apply knowledge of math, science, and PLO1: Engineering
engineering Knowledge:
RUBRICS:
Performance Exceeds Meets Does not meet
Score
Metric expectation (4-5) expectations (2-3) expectations (0-1)
Applies the Applies the
appropriate relevant
Fails to apply
knowledge knowledge and relevant
and concepts concept to the knowledge and
to the problem problem, possibly concepts to
Knowledge and with accuracy in a roundabout the
application and way; understands problem;
[PLO1] proficiency; the major points misunderstands
shows precise of the knowledge, or fails to
understanding with possible recall critical
of these misunderstanding points.
knowledge and or failure to recall
concepts. minor points;
Total Score
PERFORMANCE OBJECTIVE
Upon successful completion of this experiment, the student will be able to learn:
EQUIPMENT
Two PCs
one Router
Two cross-over cables
DISCUSSION
Router is a device which is used to connect different networks together. In this lab we will
connect two different networks with a router using Pc and try to communicate these pcs
via router.
Setup a network similar to the one in the diagram. Any router that meets the interface
requirements may be used. And follow the steps required to achieve this lab activity.
DEPARTMENT OF ELECTRONICS ENGINEERING
MEHRAN UNIVERSITY OF ENGINEERING & TECHNOLOGY, JAMSHORO
COMPUTER COMMUNICATION & NETWORKING
(2nd Semester, 3rd Year) LAB HANDOUT # 3
For Router0
Press Enter to Start
Router>
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Router0
Router0(config)#^Z
%SYS-5-CONFIG_I: Configured from console by console
Router0(config)#int fa0/0
Router0(config-if)#ip address 192.168.1.254 255.255.255.0
Router0(config-if)#no shut
a. Why we have assigned ip address of which class and how many host ip address it has?
Router0#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router0(config)#int fa0/1
Router0(config-if)#ip address 192.168.2.254 255.255.255.0
Router0(config-if)#no shut
%LINK-3-UPDOWN: Interface fastEthernet0, changed state to up
Configure the workstations with the proper IP address, subnet mask, and default gateway.
a. The configuration for the host connected to the Router0 with fa0/0 interface is:
IP Address: 192.168.1.1
IP subnet mask: 255.255.255.0
Default gateway: 192.168.1.254
Configure the workstations with the proper IP address, subnet mask, and default gateway.
a. The configuration for the host connected to the Router0 with fa0/1 is:
IP Address: 192.168.2.1
IP subnet mask: 255.255.255.0
Default gateway: 192.168.2.254
a. Why the hosts have been assigned the default gateway addresses?
Router0#sh ip route
Router1#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
Ping statistics for 192.168.1.1: Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 60ms, Average = 55ms
Lab Exercise:
Submit a lab by performing a simple task, details are as under:
I. Connect three pcs with router using crossover cable
DEPARTMENT OF ELECTRONICS ENGINEERING
MEHRAN UNIVERSITY OF ENGINEERING & TECHNOLOGY, JAMSHORO
COMPUTER COMMUNICATION & NETWORKING
(2nd Semester, 3rd Year) LAB HANDOUT # 3
II. Configure router interfaces with three different networks using class C IP address
scheme.
DEPARTMENT OF ELECTRONICS ENGINEERING
MEHRAN UNIVERSITY OF ENGINEERING & TECHNOLOGY, JAMSHORO
COMPUTER COMMUNICATION & NETWORKING
(2nd Semester, 3rd Year) LAB HANDOUT # 3
DEPARTMENT OF ELECTRONICS ENGINEERING