RIP Version 2
|
Nama
:Anggita Tri Widiastuti |
Konfigurasi RIP Version 2
|
Tanggal
: Jumat, 21 Oktober 2016 |
|
Kelas
: XII TKJ 2 |
|
SK/SD: |
|
No.
Job :6 |
|
Guru:
Maman Hariana S.kom |
Rip adalah kependekan dari Routing Information Protocol. Merupakan
suatu metode Routing Dinamik yang di gunakan pada jaringan Lan maupun
Wan dan menggunakan Distance Vector. Rip pertama kali di definisikan
dalam RFC 1058 dan pengertian Rip versi 2 adalah merupakan perbaikan dari RIP versi 1. pada RIP versi 2 telah mendukung penggunaan Classless Network, sehingga informasi table routing yang disebarkan termasuk subnet yang tidak default / jaringan yang sudah di subnet.
langkah -langkah konfigurasi
a. Berikan IP pada Router dan PC / Laptop :
- Untuk memberi nama pada setiap router konfigurasinya :
- Router(config)#hostname R1
- R1(config)#no domain-look
- R1 : Fa 0/0 = 10.10.10.1/30
- Untuk memberi nama pada setiap router konfigurasinya :
- Router(config)#hostname R1
- R1(config)#no domain-look
- R1 : Fa 0/0 = 10.10.10.1/30
Fa 0/1 = 192.168.1.1/24
- PC0 : Fa 0 = 192.168.1.2/24 gateway = 192.168.1.1
- PC0 : Fa 0 = 192.168.1.2/24 gateway = 192.168.1.1
- R2 : Fa 0/0 = 10.10.10.2/30
Fa 0/1 = 20.20.20.1/30
0/1/0 = 192.168.2.1/24
- PC1 : Fa 0 = 192.168.2.2/24 gateway = 192.168.2.1
- R3 : Fa 0/0 = 20.20.20.2/30
Fa 0/1 = 192.168.3.1/24
- PC2 : Fa 0 = 192.168.3.2/24 gateway = 192.168.3.1
b. Setting R1 :
- R1#enable
- R1#conf terminal
- Enter configuration commands, one per line. End with CNTL/Z.
- R1(config)#router rip
- R1(config-router)#version 2
- R1(config-router)#network 10.10.10.0
- R1(config-router)#network 192.168.1.0
- R1(config-router)#no auto-summary
- R1(config-router)#exit
- R1(config)#do wr
Building configuration...
[OK]
R1(config)#
Fa 0/1 = 20.20.20.1/30
0/1/0 = 192.168.2.1/24
- PC1 : Fa 0 = 192.168.2.2/24 gateway = 192.168.2.1
- R3 : Fa 0/0 = 20.20.20.2/30
Fa 0/1 = 192.168.3.1/24
- PC2 : Fa 0 = 192.168.3.2/24 gateway = 192.168.3.1
b. Setting R1 :
- R1#enable
- R1#conf terminal
- Enter configuration commands, one per line. End with CNTL/Z.
- R1(config)#router rip
- R1(config-router)#version 2
- R1(config-router)#network 10.10.10.0
- R1(config-router)#network 192.168.1.0
- R1(config-router)#no auto-summary
- R1(config-router)#exit
- R1(config)#do wr
Building configuration...
[OK]
R1(config)#
c. Setting R2 :
- R2(config)#router rip
- R2(config-router)#version 2
- R2(config-router)#network 10.10.10.0
- R2(config-router)#network 20.20.20.0
- R2(config-router)#network 192.168.2.0
- R2(config-router)#no auto-summary
- R2(config-router)#exit
- R2(config)#do wr
Building configuration...
[OK]
R2(config)#
d. Setting R3 :
- R3(config)#router rip
- R3(config-router)#version 2
- R3(config-router)#network 20.20.20.0
- R3(config-router)#network 192.168.3.0
- R3(config-router)#no auto-summary
- R3(config-router)#exit
- R3(config)#do wr
Building configuration...
[OK]
hasil konfigurasi :


Tidak ada komentar:
Posting Komentar