0% found this document useful (0 votes)
60 views9 pages

Fatima Jinnah Women University: LABNO - 09

This document contains the lab report submitted by Maliha Waseem for their Computer Network lab. The report details two tasks, the first involves configuring three routers and two PCs on different subnets and pinging between them. The second task involves configuring RIP routing on two routers to exchange routes and establish connectivity between their subnets.

Uploaded by

Neha Amjad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views9 pages

Fatima Jinnah Women University: LABNO - 09

This document contains the lab report submitted by Maliha Waseem for their Computer Network lab. The report details two tasks, the first involves configuring three routers and two PCs on different subnets and pinging between them. The second task involves configuring RIP routing on two routers to exchange routes and establish connectivity between their subnets.

Uploaded by

Neha Amjad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Fatima Jinnah Women

University
Department of software engineering

LABNO_09
NAME: Maliha Waseem
REG NO: 2020-BSE-052
SUBJECT: COMPUTER NETWORK LAB
SUBMITTED TO: MUHAMMMAD SHOAIB

TASK_01:
ROUTER 0:
ROUTER 1:
ROUTER 2:
PC 0:

PC 2:

PING PC_0 WITH PC_2:


TASK_02:

ROUTER_0:
Router#config t
Enter configuration commands, one per line. End with
CNTL/Z. Router(config)#inter se2/0
Router(config-if)#no shutdown
Router(config-if)#ip address 10.0.0.1 255.255.255.252
Router(config-if)#clock rate 128000
Router(config-if)#inter f0/0
Router(config-if)#no shutdown
Router(config-if)#ip address 192.168.10.1
255.255.255.192 Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#copy running-config startup-config


Destination filename [startup-config]?
Building configuration...
[OK]
Router#config t
Enter configuration commands, one per line. End with
CNTL/Z. Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#no auto-summary
Router(config-router)#network 10.0.0.0
Router(config-router)#network
192.168.0.0 Router(config-router)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#config t
Enter configuration commands, one per line. End with
CNTL/Z. Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#no auto-summary
Router(config-router)#network
192.168.10.0
Router(config-router)#network
10.0.0.0 Router(config-router)#exit

ROUTER_1:
Router#configure terminal

Enter configuration commands, one per line. End with

CNTL/Z. Router(config)#interface serial 2/0

Router(config-if)#no shutdown
Router(config-if)#

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

Router(config-if)#ip address 10.0.0.2 255.255.255.252

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface fastEthernet 0/0


Router(config-if)#no shutdown

Router(config-if)#ip address 172.50.1.1 255.255.240.0

Router(config-if)#exit

Router#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#router rip

Router(config-router)#version 2

Router(config-router)#no auto-summary

Router(config-router)#network 10.0.0.0

Router(config-router)#network 172.50.0.0

Router#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

PING PC_0 OF ROUTER_0 WITH PC_2 O ROUTER_1

You might also like