Routing Akhmad Mukhammad.

Slides:



Advertisements
Presentasi serupa
Routing. Pendahuluan •Dengan menggunakan pengalamatan IP, memungkinkan kita membangun beberapa jaringan pada suatu keadaan. •Pada prinsipnya antar jaringan.
Advertisements

ROUTING AKRAM SUYUTI / D
PERTEMUAN KETUJUH Routing IP address.
Pertemuan-8. Routing.
ROUTING.
Pertemuan-9. Protokol Routing
Protokol Routing.
Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus ITS Sukolilo Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus.
Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus ITS Sukolilo Surabaya Routing.
Instalasi dan Konfigurasi Router
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
R O U T I N G Oleh : Dahlan Abdullah.
PROTOKOL ROUTING.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Network Layer Dosen Pengampu: Resi Utami Putri, S.Kom., M.Cs.
Instalasi dan Konfigurasi Router Teguh Prasetyo Mulyo.
Routing & Internetworking
Routing.
Classful/Classles Routing & VLSM Variable Length Subnet Mask
Modul 05 Static Routing Windows
ROUTE NETWORK 3/14/2011MikroLine. ROUTING Pengaturan jalur antar network berdasarkan IP Address tujuan (atau juga asal), pada OSI layer Network. Tiap.
ROUTING.
Week 4 Dynamic Routing.
ROUTING REDISTRIBUTE PROTOCOL RIANDA PRATAMA Teknisi Komputer Jaringan Universitas Sriwijaya.
Routing & Switching DC608.
Jaringan komputer dan telekomunikasi
ROUTING.
Routing.
DESAIN DAN MANAJEMEN JARINGAN KOMPUTER
IP Addressing.
Routing.
TROUBLESHOOTING NETWORK LAYER
Pertemuan-8. Routing.
Routing.
Routing Politeknik Elektronika Negeri Surabaya
KONSEP ROUTING PERTEMUAN KESEMBILAN.
Bab 10 Teknologi Network Layer
Pertemuan ke Dynamic Routing.
Pertemuan-12. Routing S. Indriani L, M.T.
PERTEMUAN KETUJUH Routing IP address.
Pertemuan-9. Protokol Routing
Onno W. Purbo Routing di Internet Onno W. Purbo
Static dan Dynamic Routing
Routing.
Bab 8 Teknologi Network Layer
Routing & Internetworking
Static. Static Dynamic Distance Vector Setelah Kenalan.....
Routed vs Routing Protocol
Routing.
ROUTING.
IP Routing.
Protokol Routing.
Bab 10 Teknologi Network Layer
Routing Routing merupakan proses pencarian path atau alur guna memindahkan informasi dari host sumber (source address) ke host tujuan (destinations address)
Routing Politeknik Elektronika Negeri Surabaya
RANCANG BANGUN JARINGAN
ROUTING PROTOCOL.
Pengantar Jaringan Komputer Routing (1)
IP ROUTING.
Pengantar Jaringan Komputer Routing (2)
Risanuri Hidayat Routing terletak di layer 3
INTERNETWORKING Didi Juardi,ST.,M.Kom.
Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus ITS Sukolilo Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus.
ROUTING.
Routing.
Router dan Routing Protokol
Pertemuan-8. Routing.
Ridla Dratistiwa Internetworking (Instlasi Jarigan WAN)
ROUTER. ROUTER adalah sebuah alat yang mengirimkan paket data melalui sebuah jaringan atau internet menuju tujuannya, melalui sebuah proses yang disebut.
1 Routing Politeknik Elektronika Negeri Surabaya Institut Tekonolgi Sepuluh Nopember Surabaya.
Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus ITS Sukolilo Electronic Engineering Polytechnic Institut of Surabaya – ITS Kampus.
Transcript presentasi:

Routing Akhmad Mukhammad

Objectives Setelah menyelesaikan modul ini, peserta diharapkan dapat: Membedakan routing statik dan dinamis Memahami konfigurasi routing statik dan dinamis Memahami bagaimana cara kerja distance vector routing protocol seperti RIP. Mengoperasikan RIP (Routing Information Protocol) Verify IP routing with show and debug commands

Routing Proses mentransfer data dari satu network ke network lain Membutuhkan device Layer 3 (router, multilayer switch) Protokol routing saling bertukar paket informasi routing dari satu router ke router lain. Informasi routing tersebut digunakan sebagai acuan untuk mengirim paket ke sampai ke tujuan.

Routing 10.120.2.0 172.16.1.0 Untuk menjalankan fungsi routing, router membutuhkan informasi: Address tujuan Sumber informasi routing Kemungkinan-kemungkinan route Route terbaik Purpose: This figure introduces students to routing. The router must accomplish the items listed in the figure for routing to occur. Emphasize: Path determination occurs at Layer 3, the network layer. The path determination function enables a router to evaluate the available paths to a destination and to establish the best path. Routing services use network topology information when evaluating network paths. This information can be configured by the network administrator (static routes) or collected through dynamic processes (routing protocols) running in the network. Transition: How do you represent the path to the packet’s destination?

Routing Routed Protocol: IP 10.120.2.0 172.16.1.0 E0 S0 Network Protocol Destination Network Exit Interface Connected Learned 10.120.2.0 172.16.1.0 E0 S0 Routed Protocol: IP Untuk Route yang tidak terhubung langsung, router membutuhkan informasi dari sumber lain.

Tipe-tipe Routing Routing statik – admin melakukan konfigurasi informasi routing secara manual. Routing statik digunakan untuk mengurangi overhead dan alasan security. Routing dinamis – informasi routing didapatkan dari router-router lain, protokol routing mengupdate informasi routing secara otomatis. Routing dinamis digunakan untuk alasan scalability dan memudahkan administrasi.

Routing Statik Kelebihan Kekurangan Tidak membebani CPU Router Tidak memerlukan bandwidth yang digunakan antar router. Security Kekurangan Admin harus benar-benar mengerti detail internetwork Jika sebuah network ditambahkan dalam internetwork maka admin harus menambahkan konfigurasi routing pada semua router. Tidak memungkinkan untuk diterapkan pada network berskala besar.

Konfigurasi Routing Statik R1(config)#ip route network [mask] {address | interface}[distance] [permanent] root@bsd#route add –net network/prefix nexthop

Konfigurasi Routing Statik : Cisco 30.0.0.2 20.0.0.1 30.0.0.1 20.0.0.2 S0 10.0.0.1 S0 S1 S0 E0 E0 40.0.0.1 R2# config t R2(config)#ip route 10.0.0.0 255.0.0.0 20.0.0.1 R2(config)#ip route 40.0.0.0 255.0.0.0 30.0.0.2 A B 40.0.0.2 10.0.0.2 R1# config t R1(config)#ip route 30.0.0.0 255.0.0.0 20.0.0.2 R1(config)#ip route 40.0.0.0 255.0.0.0 20.0.0.2 R3# config t R3(config)#ip route 10.0.0.0 255.0.0.0 30.0.0.1 R3(config)#ip route 20.0.0.0 255.0.0.0 30.0.0.1

Konfigurasi Routing Statik : FreeBSD 30.0.0.2 20.0.0.1 30.0.0.1 20.0.0.2 S0 10.0.0.1 S0 S1 S0 E0 E0 40.0.0.1 R2# route add –net 10.0.0.0/24 20.0.0.1 R2# route add –net 40.0.0.0/24 20.0.0.1 A B 40.0.0.2 10.0.0.2 R1#route add –net 30.0.0.0/24 20.0.0.2 R1#route add –net 40.0.0.0/24 20.0.0.2 R3#route add –net 10.0.0.0/24 30.0.0.1 R3#route add –net 20.0.0.0/24 30.0.0.1

Menghapus Routing Statik : Cisco 30.0.0.2 20.0.0.1 30.0.0.1 20.0.0.2 S0 10.0.0.1 S0 S1 S0 E0 E0 40.0.0.1 R2# config t R2(config)#no ip route 10.0.0.0 255.0.0.0 20.0.0.1 R2(config)#no ip route 40.0.0.0 255.0.0.0 30.0.0.2 A B 40.0.0.2 10.0.0.2 The router Serial to serial AUI to Host Change Host name to R1 AND R2 R1# config t R1(config)#no ip route 30.0.0.0 255.0.0.0 20.0.0.2 R1(config)#no ip route 40.0.0.0 255.0.0.0 20.0.0.2 R3# config t R3(config)#no ip route 10.0.0.0 255.0.0.0 30.0.0.1 R3(config)#no ip route 20.0.0.0 255.0.0.0 30.0.0.1

Menghapus Routing Statik : FreeBSD 30.0.0.2 20.0.0.1 30.0.0.1 20.0.0.2 S0 10.0.0.1 S0 S1 S0 E0 E0 40.0.0.1 R2#route del –net 10.0.0.0/24 R2#route del –net 40.0.0.0/24 A B 40.0.0.2 10.0.0.2 The router Serial to serial AUI to Host Change Host name to R1 AND R2 R1#route del –net 30.0.0.0/24 R1#route del –net 40.0.0.0/24 R3# route del –net 10.0.0/24 R3# route del –net 20.0.0/24

Routing Default Default routing hanya bisa digunakan pada network stub. Network stub adalah network yang hanya memiliki satu jalur untuk keluar dari network tersebut. Router-router yang termasuk kedalam network stub adalah R1 dan R3 R1 20.0.0.1 R2 30.0.0.2 R3 30.0.0.1 S1 10.0.0.1 S0 40.0.0.1 E0 S0 S0 E0 20.0.0.2 B A 40.0.0.2 10.0.0.2

Routing Default Stub Network 172.16.1.0 Network SO 10.0.0.0 A B B 172.16.2.2 172.16.2.1 ip route 0.0.0.0 0.0.0.0 172.16.2.2 Dengan default route network stub dapat mencapai semua network dibelakang router A

Routing Default Stub Network 172.16.1.0 Network SO 10.0.0.0 A B B 172.16.2.2 172.16.2.1 Route add default 172.16.2.2 Dengan default route network stub dapat mencapai semua network dibelakang router A

Routing Default Default routes digunakan untuk me-route paket-paket dengan network tujuan yang tidak terdapat dalam tabel routing. Default routes sebenarnya termasuk routing statik dengan format : ip route 0.0.0.0 0.0.0.0 [next-hop-address | outgoing interface] route add default next-hop-address

R1 R2 R3 Routing Default : Lab 30.0.0.1 20.0.0.1 30.0.0.2 10.0.0.1 S1 S0 10.0.0.1 40.0.0.1 E0 S0 S0 E0 20.0.0.2 B A 40.0.0.2 10.0.0.2

Routing Default :Cisco 30.0.0.1 20.0.0.1 30.0.0.2 S1 S0 10.0.0.1 40.0.0.1 E0 S0 S0 E0 20.0.0.2 B A 40.0.0.2 10.0.0.2 R2# config t R2(config)#ip route 10.0.0.0 255.0.0.0 20.0.0.1 R2(config)#ip route 40.0.0.0 255.0.0.0 30.0.0.2 The router Serial to serial AUI to Host Change Host name to R1 AND r2 R1# config t R1(config)#ip route 0.0.0.0 0.0.0.0 20.0.0.2 R3# config t R3(config)#ip route 0.0.0.0 0.0.0.0 30.0.0.1

Routing Default : FreeBSD 30.0.0.1 20.0.0.1 30.0.0.2 S1 S0 10.0.0.1 40.0.0.1 E0 S0 S0 E0 20.0.0.2 B A 40.0.0.2 10.0.0.2 R2# route add –net 10.0.0.0/24 20.0.0.1 R2# route add –net 40.0.0.0/24 30.0.0.1 The router Serial to serial AUI to Host Change Host name to R1 AND r2 R1# route add default 20.0.0.2 R3# route add default 30.0.0.1

Protokol Routing ? 10.120.2.0 172.16.1.0 Protokol routing digunakan antar router untuk menentukan route suatu network dan me maintain tabel routing. Setelah route ditentukan router dapat me-route paket-paket routed protocol. E0 S0 Network Protocol Destination Network Exit Interface 172.17.3.0 Connected RIP RIP 10.120.2.0 172.16.2.0 172.17.3.0 E0 S0 S1 Routed Protocol: IP Routing protocol: RIP, IGRP

Routing Categories Autonomous System EGP AS 1000 AS 3000 IGP AS 2000 Autonomous System (AS) sekelompok network yang berada dibawah satu domain administrasi yang sama. Sekelompok router yang dapat saling bertukar update routing. AS diidentifikasi dengan nomor. Autonomous System Protokol Routing terbagi menjadi IGP atau EGP Exterior Gateway Protocols digunakan untuk Routing antar AS. EGP AS 1000 AS 3000 IGP Interior Gateway Protocols dipakai Untuk keperluan routing di dalam Sebuah AS. AS 2000 Fig. 48 IGP and EGP (TI1332EU02TI_0004 The Network Layer, 67)

Routing Categories Interior Gateway Protocol (IGP) Exterior Gateway Protocol (EGP) EGP Interior Gateway Protocol (IGP) AS 1000 AS 3000 IGP AS 2000

Autonomous Systems: IGP vs EGP autonomous system adalah sekumpulan network yang berada dalam satu domain administrasi yang sama. IGPs beroperasi didalam autonomous system. EGPs penghubung antar autonomous system.

Tipe-tipe Protokol Routing

Tipe-tipe Protokol Routing Distance Vector RIP V1 IGRP (cisco proprietary) RIP V2 Link state OSPF Hybrid EIGRP (cisco proprietary)

Classful Routing Protocol Classful routing protocols tidak menyertakan subnet mask dalam proses update routing. Dalam sebuah network yang sama, diasumsikan semua subnet menggunakan subnet mask yang sama. Network-network yang menggunakan kelas IP address yang berbeda saling bertukar summary routes. Misal: RIP Version 1 (RIPv1) IGRP

Classless Routing Overview Classless routing protocols menyertakan subnet mask dalam proses routing update. Classless routing protocols mendukung variable-length subnet masking (VLSM) and subnetting Misal : RIP Version 2 (RIPv2) EIGRP OSPF IS-IS

Distance Vector Menggunakan algoritma Bellman Ford Mengirimkan update ke semua neighbor dengan cara mem- broadcast seluruh isi tabel routing Update dikirim secara periodik Metrik berupa hop-count (RIP) Basis for All other routing protocol Algorithm Think that you are going for a trip from Mumbai to Delhi, there are two paths one 1500 Kms and another 1200Kms The routing table contains information about two routes But there is a piece of information which tells one route is better than other, that is known as Metric 192.168.20.1 192.168.10.1

Distance Vector 192.168.10.1 192.168.20.1 Ada 2 jenis DVP, masing-masing memakai metrik yang berbeda : RIP – Hops IGRP - Composite RIP uses Hop count as metric, IGRP uses Composite Metric The composite Metric are bandwidth, Delay, Load, Reliability and MTU

RIP Distance Vector DVP juga dikenal dengan sebutan Routing by rumor 2 1 192.168.10.1 R1 3 RIP 2 192.168.20.1 1 DVP juga dikenal dengan sebutan Routing by rumor RIP hanya menggunakan Hop count sebagai metrik Metrik pada tabel routing R1 untuk network 192.168.20.1 : 3 2

Routing Information Protocol (RIP) Routing Information Protocol (RIP) termasuk distance-vector routing protocol. Mengirimkan seluruh isi tabel routing ke semua interface aktif setiap 30 detik. RIP hanya menggunakan hop count untuk menentuka rute terbaik suatu network. Maximum hop count yang diperbolehkan = 15 Administrative Distance = 120 Menggunakan algoritma Bellman-ford Bekerja dengan baik dalam network skala kecil, tapi sangat tidak efisien untuk network berskala besar. RIPv1 hanya menggunakan classful routing, yang berarti semua device dalam network harus menggunakan subnet mask yang sama RIPv2 sudah tergolong classless routing.

Konfigurasi RIP Konfigurasi RIP pada Cisco ataupu FreeBSD (quagga) tidak jauh beda. Perintah router memulai proses routing. Perintah network untuk menentukan interface mana saja yang berpartisipasi dalam proses mengirim dan menerima update routing. Gates(config)#router rip Gates(config-router)#network 172.16.0.0 Nomor network berdasarkan pada address network classful, bukan address subnet.

Konfigurasi RIP : Cisco & Quagga 192.168.20.1 192.168.30.1 S0 S1 S0 192.168.10.1 E0 S0 192.168.30.2 E0 192.168.40.1 192.168.20.2 R2# config t R2(config)#router rip R2(config)#network 192.168.20.0 R2(config)#network 192.168.30.0 B A 192.168.40.2 192.168.10.2 The router Serial to serial AUI to Host Change Host name to R1 AND r2 R1# config t R1(config)# )#router rip R1(config)#network 192.168.10.0 R1(config)#network 192.168.20.0 R3# config t R3(config)# )#router rip R3(config)#network 192.168.30.0 R3(config)#network 192.168.40.0

Menampilkan Tabel Routing Cisco R1#show ip route FreeBSD R1#netstat -nr

RIP Version 2 (RIPv2) RIPv1 RIPv2 Distance Vector Maksimum Hop Count = 15 Classful Classless Tidak mendukung VLSM Mendukung VLSM Tidak mendukung discontiguous network Mendukung discontiguous network R1# config t R1(config)# )#router rip R1(config)#network 192.168.10.0 R1(config)#network 192.168.20.0 R1(config)#version 2

Exercise - RIP Version 2 Configuration 192.168.0.5 255.255.255.252 192.168.0.9 255.255.255.252 S0 S1 S0 E0 S0 192.168.0.33 255.255.255.240 192.168.0.10 255.255.255.252 E0 192.168.0.17 255.255.255.248 192.168.0.6 255.255.255.252 B 192.168.0.34 255.255.255.240 A 192.168.0.18 255.255.255.248

Exercise - RIP Version 2 Configuration 192.168.0.4/30 192.168.0.8/30 S0 S1 S0 E0 S0 E0 R2# config t R2(config)#router rip R2(config)#network 192.168.0.4 R2(config)#network 192.168.0.8 R2(config)#version 2 192.168.0.32/28 192.168.0.16/29 B A R1# config t R1(config)# )#router rip R1(config)#network 192.168.0.4 R1(config)#network 192.168.0.16 R1(config)#version 2 R3# config t R3(config)# )#router rip R3(config)#network 192.168.0.8 R3(config)#network 192.168.0.32 R3(config)#version 2