Jumat, 14 Oktober 2016

Konfigurasi RIPv2

RIPv2

- Open standar protocol (Cisco atau non-Cisco)
- Classless routing protocol (support default atau sub-networks)
- Mendukung VLSM
- Mendukung Autentikasi
- Menggunakan multicast address 224.0.0.9
- Administrative distance: 120
- Metric: hop count (terbaik = yang paling kecil)
- Hop ke-16 unreachable
- Load balancing 4 equal path
- Digunakan untuk organisasi kecil
- Update secara periodic dan pertukaran keseleruhan informasi routing tabel -  setiap 30 second
Keuntungan RIPv2
- Mudah dikonfigurasi
- Tidak memerlukan design seperti OSPF
- Tidak kompleks
- Less overhead
 
Kerugian RIPv2
- Utilisasi bandwidth sangat tinggi karena diperlukan untuk broadcast setiap 30 second (RIPv1)
- Terbatas pada jumlah hop (bukan bandwidth)
- Tidak scalable, hop count hanya 15
- Konvergensi rendah
 
Waktu konvergensi: waktu yang dibutuhkan oleh router untuk menggunakan route alternative
ketika best route down.
Konfigurasi nya :
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
              Fa 0/1    = 192.168.1.1/24
 - 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
              Fa 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 :

0 komentar:

Posting Komentar

 
Copyright © . Go-TKJ - Posts · Comments
Theme Template by BTDesigner · Powered by Blogger