Download RS_instructorPPT_Chapter5

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Chapter 5: Routing
Concepts
Routing Protocols
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
1
Chapter 5
5.0 Routing Concepts
5.1 Konfigurasi awal Router
5.2 Routing Decisions
5.3 Routing Operation
5.4 Summary
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
2
Chapter 5: Objectives
 Mengkonfigurasi router untuk menghubungkan antara beberapa
jaringan yang terhubung langsung
 Menjelaskan fungsi utama dan fitur dari router.
 Menjelaskan bagaimana router menggunakan informasi dalam paket
data dan membuat keputusan forwarding data serta menentukan
untuk jaringan bisnis menengah.
 Menjelaskan proses enkapsulasi dan de-enkapsulasi yang
digunakan oleh router ketika terhubung dengan perangkat switch.
 Membandingkan bagaimana sebuah router membangun routing
tabel ketika beroperasi di switch.
 Menjelaskan entri tabel routing untuk jaringan yang terhubung
langsung.
 Menjelaskan bagaimana router membangun tabel routing jaringan
yang terhubung langsung.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
3
Chapter 5: Objectives (continued)
 Mejelaskan bagaimana router membangun tabel routing
menggunakan rute statis.
 Menjelaskan bagaimana router membangun tabel routing
menggunakan protokol routing dinamis.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
4
Functions of a Router
Characteristics of a Network
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
5
Functions of a Router
Why Routing?
 Router bertanggung jawab untuk routing lalu lintas
antara jaringan.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
6
Functions of a Router
Routers are Computers
 Router adalah komputer khusus yang mengandung
komponen-komponen yang diperlukan untuk
mengoperasikan:
Central processing unit (CPU)
Operating system (OS) - Routers use Cisco IOS
Memory and storage (RAM, ROM, NVRAM, Flash, hard drive)
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
7
Functions of a Router
Routers are Computers
 Router menggunakan port khusus dan memiliki
antarmuka jaringan untuk menghubungkan ke jaringan
lain
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
8
Functions of a Router
Routers Interconnect Networks
 Router dapat menghubungkan beberapa jaringan.
 Router memiliki beberapa interface, masing-masing
memiliki IP yang berbeda.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
9
Functions of a Router
Routers Choose Best Paths
 Menentukan jalur terbaik untuk mengirim paket
Menentukan jalur terbaik untuk mengirim paket
 Mengirimkan peket ketujuan alamat akhir
Mengirimkan peket kedaftar routing table.
Merangkum paket dan meneruskan ke arah tujuan.
 Router menggunakan rute statis dan protokol routing
dinamis untuk belajar mengenai jaringan jarak jauh
dan membangun tabel routing.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
10
Functions of a Router
Routers Choose Best Paths
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
11
Connect Devices
Connect to a Network
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
12
Connect Devices
Default Gateways
Untuk mengaktifkan
perangkat jaringan harus
dikonfigurasi dengan
informasi alamat IP
IP address Mengidentifikasi host
yang unik pada
jaringan lokal.
Subnet mask Mengidentifikasi
jaringan subnet host.
Default gateway Mengidentifikasi paket
router yang akan
dikirim ke tujuan yang
ada pada jaringan
router.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
13
Connect Devices
Document Network Addressing
Dokumentasi jaringan harus mencakup setidaknya mencangkup
diagram topologi dan menangani tabel:
 Device names
 Interfaces
 IP addresses and
subnet mask
 Default gateways
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
14
Connect Devices
Enable IP on a Host
 Penugasan IP Statis – host secara manual dibuat,
subnet mask dan gateway default. Alamat IP server
DNS juga dapat dibuat.
Digunakan untuk mengidentifikasi sumber daya jaringan
tertentu seperti server jaringan dan printer
Dapat digunakan dalam jaringan yang sangat kecil dengan
beberapa host.
 Penugasan IP Dinamis – IP Address informasi
secara dinamis diberikan oleh server menggunakan
Dynamic Host Configuration Protocol (DHCP)
Kebanyakan host memperoleh informasi mereka melalui DHCP
Layanan DHCP dapat disediakan oleh router Cisco
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
15
Connect Devices
Device LEDs
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
16
Connect Devices
Console Access
 Console access requires:
Console cable – RJ-45-to-DB-9 console cable
Terminal emulation software – Tera Term, PuTTY,
HyperTerminal
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
17
Connect Devices
Enable IP on a Switch
 Perangkat infrastruktur jaringan membutuhkan alamat IP untuk
memungkinkan manajemen remote.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
18
Basic Settings on a Router
Configure Basic Router Settings
Konfigurasi Basik Cisco Router dan Cisco Switch:
 Nama perangkat – Membedakan dari router lain
 Pengamanan akses management – Mengamankan privileged
EXEC, pengguna EXEC, dan akses Telnet, dan mengenkripsi
password ke level tertinggi
 Mengkonfigurasi banner – Menyediakan pemberitahuan
hukum akses yang tidak sah.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
19
Basic Settings on a Router
Configure Router Interfaces
Router harus bisa :
 Konfigurasi dengan alamat
IP dan subnet mask..
 Activated – secara default
LAN dan WAN interface
tidak diaktifkan. Harus
diaktifkan menggunakan
perintah no shutdown.
 Parameter lain - kabel
serial akhir berlabel DCE
harus dikonfigurasi dengan
perintah clock rate.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
20
Basic Settings on a Router
Configure a Loopback Interface
 Loopback interface adalah
interface logis internal
router.
 Hal ini tidak ditugaskan ke
port fisik, itu dianggap
sebagai antarmuka
software yang secara
otomatis dalam keadaan
UP.
 Berguna untuk pengujian
dan penting dalam proses
routing OSPF.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
21
Verify Connectivity of Directly Connected Networks
Verify Interface Settings
Tampilkan perintah untuk
memverifikasi.
 show ip interfaces brief
 show ip route
 show running-config
Tampilkan perintah untuk
mengumpulkan informasi
secara detai.
 show interfaces
 show ip interfaces
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
22
Verify Connectivity of Directly Connected Networks
Filter Show Command Output
 Menampilkan parameter lain berdasarkan filter:
section, include, exclude, begin
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
23
Switching Packets between Networks
Router Switching Functions
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
24
Switching Packets between Networks
Send a Packet
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
25
Switching Packets between Networks
Forward to the Next Hop
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
26
Switching Packets between Networks
Packet Routing
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
27
Switching Packets between Networks
Reach the Destination
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
28
Path Determination
Best Path
 Jalur terbaik yang dipilih oleh protokol routing
berdasarkan nilai atau metrik yang digunakan untuk
menentukan jarak pada jaringan.
 Matrik ini lah yang digunakan untuk mengukur jarak
dalam sebuah jaringan.
 Jalur terbaik adalah dengan melihat matrik terendah.
 Protokol routing dinamis menggunakan aturan dan
metrik mereka sendiri untuk membangun dan
memperbarui tabel routing misalnya :
Routing Information Protocol (RIP) - Menghitung Hop
Open Shortest Path First (OSPF) - berdasarkan kumulatif
bandwidth dari sumber ke destination
Enhanced Interior Gateway Routing Protocol (EIGRP) Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
29
Path Determination
Load Balancing
 Ketika sebuah router memiliki dua jalur yang sama dan
matrik yang sama, maka router bisa meneruskan paket
dengan memakai kedua jalur tersebut untuk
mengirimkan paket.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
30
Path Determination of the route
Administrative Distance
 Jika memiliki tujuan yang sama pada jalur yang berbeda
dalam router maka kita bisa mengkonfigurasikannya dan
dapat disimpan pada routing table dengan menentukan
berdasarkan jarak Administrative Distance (AD).
 Administrative Distance is the “Kepercayaan”
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
31
The Routing Table
The Routing Table
 Routing Table adalah file yang tersimpan di RAM yang
berisi informasi tentang
 Directly Connected Routes
 Remote Routes
 Network or Next hop Associations
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
32
The Routing Table
Routing Table Sources
 Tampilkan perintah ip route digunakan untuk
menampilkan isi dari tabel routing
 Link local Interfaces – menambahkan routing table
pada interface ketika pada saat konfigurasi. (displayed in
IOS 15 or newer)
 Directly connected interfaces – menambahkan secara
langsung routing table dalam interface yang aktif.
 Static routes - Ditambahkan ketika jalur dikonfigurasi
secara manual pada port yang aktif.
 Dynamic routing protocol - Ditambahkan ketika EIGRP
atau OSPF di implementasikan dalam sebuah jaringan.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
33
The Routing Table
Routing Table Sources
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
34
The Routing Table
Remote Network Routing Entries
 Interpreting the entries in the routing table.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
35
Directly Connected Routes
Directly Connected Interfaces
 Sebuah router baru dibuat, dengan mengkonfigurasi interfaces
pada routing table yang kosong.
 Aktif, mengkonfigurasi interface maka akan terciptannya dua
routing table Link Local (L) dan Directly Connected (C)
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
36
Statically Learned Routes
Static Routes
 Dikonfigurasi secara manual
 Tentukan jalur eksplisit antara dua perangkat jaringan.
 Harus diperbarui secara manual jika perubahan topologi.
 Static route ke jaringan tertentu.
ip routenetworkmask {next-hop-ip | exit-intf}
 Default Static Route digunakan ketika tabel routing tidak
mengandung jalur untuk jaringan.
ip route 0.0.0.0 0.0.0.0 {exit-intf | next-hop-ip
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
37
Statically Learned Routes
Static Routes Example
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
38
Dynamic Routing Protocols
Dynamic Routing
 Digunakan oleh router untuk berbagi informasi tentang
reachability dan status jaringan jarak jauh.
 Melakukan penemuan jaringan dan memelihara tabel
routing.
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
39
Dynamic Routing Protocols
IPv4 Routing Protocols
 Cisco ISR routers dapat mendukung berbagai IPv4
dinamis routing protokol termasuk :
 EIGRP – Enhanced Interior Gateway Routing Protocol
 OSPF – Open Shortest Path First
 IS-IS – Intermediate System-to-Intermediate System
 RIP – Routing Information Protocol
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
40
Dynamic Routing Protocols
IPv4 Routing Protocols
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
41
Presentation_ID
© 2008 Cisco Systems, Inc. All rights reserved.
Cisco Confidential
42