0% found this document useful (0 votes)
43 views

Lab 1

Uploaded by

Abc
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Lab 1

Uploaded by

Abc
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

TCN2141 Computers Networks Lab 1- 2022

TCN2141 Computer Networks


Lab 1 (6 marks)
Important instruction: Print lab sheet and submit it with all solution derived from lab
experiment to tutors.

Lab 1
Part A: Understanding and Using Packet Tracer

Use Cisco Packet Tracer


1.1 Draw and simulate the following networks. Note there are 3 labs: a, b and c.
a) Ensure PC1 can ping PC2 and vice-versa.
Network mask: 255.255.255.0
IP addresses: PC1: 200.1.1.1; PC2: 200.1.1.2

PC1 PC2
b) PC1 can ping PC2 and vice-versa.
Network mask: 255.255.255.0
IP addresses: PC1: 200.1.5.1; PC2: 200.1.5.2

PC1 PC2

c) PC1, PC2, PC11 and PC22 can ping each other.


Network mask: 255.255.255.0
IP addresses: PC 1: 192.168.1.2; PC 2: 192.168.1.4; PC 11: 192.168.2.2; PC 22: 192.168.2.4

You must configure the fa0/0 to IP address: 192.168.1.254


You must configure the fa0/1 to IP address: 192.168.2.254

2621 XM
fa0/0 fa0/1

PC1 PC2 PC11 PC22

Dr. Subar
TCN2141 Computers Networks Lab 1- 2022

Part B: To configure the IP Address & routing on the router

Window-based Steps
a) Double-click the router. A pop-up window will come up
b) Select the middle sub-menu (config)
c) To configure IP address, select the interfaces
d) To configure routing, select routing

Command Line Steps: Note: The Bold character is what you need to type

Click the CLI to configure the IP Address on the router.

Step 1: Global Configuration Mode


Router>
Router>enable
Router# configure terminal

Step 2: Configuring a Router Name


Router (config)#hostname Router 1
Router1 (config)#

Step 3: Creating a MOTD Banner

Router1(config)#banner motd # This is a secure system. Authorized Personnel Only! #


Router1(config)#

Step 4: Configuring Passwords - Sets enable password and sets enable secret password

Router1(config)#enable password cisco


Router1(config)#enable secret class
Router1(config-line)#exit

Step 5: Configuring Passwords for Console port and Telnet

Router 1(config)#line console 0


Router 1(config-line)# password cisco
Router 1(config-line)# login

Router 1(config)#line vty 0 4


Router1(config-line)# password cisco
Router1(config-line)# login

Step 6: Configuring an Fast Ethernet Interface

Router 1(config)#interface fa0/0


Router 1(config-if)#description LAN 1 interface
Router 1(config-if)#ip address 192.168.1.254 255.255.255.0
Router 1(config-if)#no shutdown

Dr. Subar
TCN2141 Computers Networks Lab 1- 2022

Router 1(config-if)#exit

Router 1(config-if)#interface fa0/1


Router 1(config-if)#description LAN 2 interface
Router 1(config-if)#ip address 192.168.2.254 255.255.255.0
Router 1(config-if)#no shutdown
Router 1(config-if)#exit
Router1(config)#exit

Step 7: Saving Configurations

Route 1# copy run start

Part C: Validation

Step 1: Verify your configuration

a) Route 1# show version


What is Router model? __________________________________
What is Cisco IOS software version? _____________________________
What is IOS file name: ________________________________________.bin
What is interface available in this router?
______________________________________
What is RAM size: _________________________________
What is NVRAM size: ______________________________

b) Route 1# show running-config


What is purpose of this command?
_____________________________________________

c) Route 1# show ip interface brief


List down all details of the interfaces with their status

_______________________________________________________________

_______________________________________________________________

d) Route 1# show ip protocols – why no output displayed?


_______________________________________________________________

e) Route 1# show ip route


List two directly connected interface to this router.
_______________________________________________________________

_______________________________________________________________

Dr. Subar

You might also like