0% found this document useful (0 votes)
36 views6 pages

Configuring RIP Version 2 on Routers

The document describes a case study of configuring RIPv2 routing between 4 routers. It details the steps of setting IP addresses for interfaces on each router A, B, C, and D. It also describes configuring RIP routing on each router by adding the connected networks and testing ping connectivity between PCs connected to different routers. RIP is a distance-vector routing protocol that chooses the shortest path based on hop count. The main difference between RIPv1 and RIPv2 is that RIPv2 supports classless routing between networks with different classes.

Uploaded by

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

Configuring RIP Version 2 on Routers

The document describes a case study of configuring RIPv2 routing between 4 routers. It details the steps of setting IP addresses for interfaces on each router A, B, C, and D. It also describes configuring RIP routing on each router by adding the connected networks and testing ping connectivity between PCs connected to different routers. RIP is a distance-vector routing protocol that chooses the shortest path based on hop count. The main difference between RIPv1 and RIPv2 is that RIPv2 supports classless routing between networks with different classes.

Uploaded by

Haters Mantap
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Project

Konfigurasi Ripv2 4 router

Studi Kasus
- Router 4 Buah
- Pc 4 Buah
Praktek
- Setting ip address router A,B,C, dan D
*router A

Router>enable
Router#conf t
Router(config)#interface fa0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

Haris Hardiansyah
Router(config)#interface se2/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

Router(config)#interface se3/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

- Setting Ip address router B


*router B

Router>enable
Router#conf t
Router(config)#interface se2/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

Router(config)#interface se3/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

- Setting Ip address router C


*router C

Haris Hardiansyah
Router>enable
Router#conf t
Router(config)#interface fa0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

Router(config)#interface se2/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

Router(config)#interface se3/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

- Setting Ip address router D


*router D

Router>enable
Router#conf t
Router(config)#interface se2/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#ex

Router(config)#interface se3/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#no sh
Router(config-if)#
Router(config-if)#ex

- Setelah itu mari kita lakukan konfigurasi routing rip pada setiap router
 Router A
*berbeda dengan static route, routing rip hanya perlu memasukan network yang
terhubung pada router

Haris Hardiansyah
Router>enable
Router#conf t
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#network [Link]

 Router B

Router>enable
Router#conf t
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#ex

 Router C

Router>enable
Router#conf t
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#ex

Haris Hardiansyah
 Router D

Router>enable
Router#conf t
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Router(config-router)#network [Link]
Router(config-router)#exit

- Jangan lupa masukan ip address kepada client pc

- Lalu test ping koneksi dari pc yang berada di router C ke A

Haris Hardiansyah
- Dan berhasil
*Routing RIP adalah termasuk ke distance-verctor dimana routing ini mencari jalur
berdasarkan jalur terdekat nya.

Perbedaan Ripv1 dan Ripv2 adalah Ripv2


mendukung classless dimana jika ada ip address
yang network dan subnet nya berbeda maka akan
di dukung. Contoh ip classes [Link]/24
dimana 10 adalah Class A dan /24 adalah class C

Haris Hardiansyah

You might also like