Senin, 12 Februari 2018

konfigurasi dinamik routing information protocol(RIP)


 Konfigurasi Dinamik Routing Information Protocol (RIP)


Assalamualaikum.wr.wbSalam Sejahtera untuk anda semua.disini saya akan mejelaskan cara mengkonfigurasi cisco RIP. semoga bermanfaat buat anda yang membacanya :)

  
       dan di bawah ini berikut cara-cara mengkonfigurasinya!

1.buka aplikasi cisco, lalu  buatlah Topologi cisco seperti di bawah ini!



2.lalu pilih router 1, berikan ip addres, netmask, nama , dan  di setiap interface pada router 1.



Router(config)#hostname R1
R1(config)#int fa3/0
R1(config-if)#ip add 10.10.10.1 255.255.255.0
R1(config-if)#no shut



3. kemudian anda ke router 2, IP addres, netmask, nama, dan di setiap interface pada router 2.


Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int fa0/0
R2(config-if)#ip add 10.10.10.2 255.255.255.0
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R2(config-if)#int fa2/0
R2(config-if)#ip add 20.20.20.1 255.255.255.0
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet2/0, changed state to up

R2(config-if)#int fa1/0
R2(config-if)#ip add 30.30.30.1 255.255.255.0
R2(config-if)#no shut


4.kemudian ke router 3, berikan IP address,nama dan di setiap interface pada router 3.

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int fa1/0
R3(config-if)#ip add 30.30.30.2 255.255.255.0
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up

R3(config-if)#int fa1/0
R3(config-if)#ex
R3(config)#int f1/0
R3(config-if)#ip add 40.40.40.1 255.255.255.0
R3(config-if)#no shut
R3(config-if)#
R3(config-if)#ex
R3(config)#int fa0/0
R3(config-if)#ip add 30.30.30.2 255.255.255.0
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R3(config-if)#int fa2/0
R3(config-if)#ip add 60.60.60.1 255.255.255.0


5.  kemudian ke router 4,berikan IP adress, nama dan di setiap interface router 4.

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host name R4
^
% Invalid input detected at '^' marker.

Router(config)#hostname R4
R4(config)#int fa1/0
R4(config-if)#ip add 20.20.20.2 255.255.255.0
R4(config-if)#no shut

R4(config-if)#
%LINK-5-CHANGED: Interface FastEthernet1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up

R4(config-if)#int fa0/0
R4(config-if)#ip add 40.40.40.2 255.255.255.0
R4(config-if)#no shut

R4(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R4(config-if)#int fa2/0
R4(config-if)#ip add 50.50.50.1 255.255.255.0

R4(config-if)#no shut

6. kemudian router 5, berikan IP addres, nama, dan interface di router 5.


Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R5
R5(config)#int fa0/0
R5(config-if)#ip add 60.60.60.2 255.255.255.0
R5(config-if)#no shut


7.kemudian ke router terakhir, berikan IP address, nama, dan interface pada router 6.

Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R6
R6(config)#int fa3/0
R6(config-if)#ip add 50.50.50.2 255.255.255.0
R6(config-if)#no shut



8. kemudian kita melakukan loppback ke setiap  router 1 sampai 6  seperti di bawah ini
   namun dibedakan setiap IP addresnya (router 1 (1.1.1.1) , router 2 (2.2.2.2), router 3 (3.3.3.3),             router 4 (4.4.4.4), router 5 (5,5,5,5) , dan router 6 (6.6.6.6) dan setiap netmask sama                             (255.255.255.255) ). seperi di bawah ini.



9. setelah kita melakukan loopback pada setiap router,kemudian kita melakukan router RIP .saya akan memberikan contohnya seperti dibawah ini, network sesuai dengan router yang di konfigurasi.



    
router(config)#router rip
router(config-router)#version 2
router(config-router)#net 10.10.10.0
router(config-router)#net 1.1.1.1
router(config-router)#no auto-summary
router(config-router)#ex
router#


10. setelah semua selesai kita melakukan ping ke router 1 ke router 5.dan sebaliknya ,lakukan ke setiap router.



sumber referensi saya dalam mengerjakan konfigurasi ini.
http://danu-zard.blogspot.com/2015/09/konfigurasi-dynamic-routing-rip.html

Terima kasih.

Tidak ada komentar:

Posting Komentar

Konfigurasi HAProxy di debian 8.11

Assalamualaikum WR.WB. Load Balancing adalah teknik untuk mendistribusikan beban trafik pada dua atau lebih jalur koneksi secara ...