Anda di halaman 1dari 10

INTERNATIONAL ISLAMIC UNIVERSITY MALASIA

KULLIYYAH OF INFORMATION AND

COMMUNICATION TECHNOLOGY

Info 7125, Networking


Semester 2, 2018/2019

Class Activity 8

Prepared By:

Mohammadullah Asrar (G1819713)

Submitted to:
DR. Mohd. Izzuddin Bin Mohd. Tamrin

Activity 8, Routing Information Protocol (RIP)


1. In the very first step I distribute three routers (R0, R1, R2), three Switches (Sw0, Sw1,
Sw2) and three PCs (PC0, PC1, C2). And make connection between each. And lastly I
added network Interface card (NIC) to the Routers (R0, R1 and R3)

Note: This Activity first i did the whole configurations till the last step then I
screenshot one by one. That’s why the topology is green at the first step.
2. In this step, I configure router 1 interfaces with the following commands:
 interface s0/0/0
 ip address 100.1.1.2 255.255.255.252
 interface g0/0
 ip address 10.1.1.1 255.255.255.0
3. In this step I configure router1 RIP as follows:

4. In this step, I configure router 2 interfaces with the following commands:


 interface s0/0/1
 ip address 100.1.2.2 255.255.255.252
 interface g0/0
 ip address 192.168.1.1 255.255.255.0

5. In this step I configure router1 RIP as follows:


 router rip
 version 2
 network 100.1.2.0
 network 192.168.1.0
6. In this step, I configure router 0 same other routers interfaces but with the
following commands:

 interface s0/0/0
 ip address 100.1.1.1 255.255.255.252

 interface s0/0/1
 ip address 100.1.2.1 255.255.255.252

 interface g0/0
 ip address 172.16.1.1 255.255.255.0

7. In this step I configure router0 RIP as follows:


 router rip
 version 2
 network 100.1.1.0
 network 100.1.2.0
 network 172.16.1.0
8. In this step I did IP configuration for PC0.

 ip address 10.1.1.1 255.255.255.0

9. In this step I did IP configuration for PC1.


 ip address 192.168.1.1 255.255.255.0

10. In this step I did IP configuration for PC2.

 ip address 172.16.1.1 255.255.255.0


11. In this step I did PCs testing where I successfully tested each PC as follows:

 PC0 successfully ping PC2 and PC1

12. PC1 successfully ping PC0 and PC2


13. PC2 successfully ping PC0 and PC1

14. Topology done successfully

Anda mungkin juga menyukai