Cisco Router Static Routing Configuration

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Apa yang dimaksud dengan rute statis?

  • Rute yang dikonfigurasi secara otomatis oleh router
  • Rute yang digunakan untuk menghubungkan dua jaringan yang berbeda
  • Rute yang dikonfigurasi secara manual pada router dan tetap berada di tabel rute sampai dihapus atau router di restart (correct)
  • Rute yang digunakan untuk menghubungkan dua router yang berbeda

Perintah apa yang digunakan untuk mengkonfigurasi rute statis pada router Cisco?

  • ip config
  • ip static
  • ip route (correct)
  • ip address

Apa yang dimaksud dengan RIP?

  • Remote Information Protocol
  • Remote Internet Protocol
  • Routing Information Protocol (correct)
  • Router Information Protocol

Perintah apa yang digunakan untuk mengkonfigurasi RIP pada router Cisco?

<p>router rip (D)</p> Signup and view all the answers

Apa yang dimaksud dengan OSPF?

<p>Open Shortest Path First (A)</p> Signup and view all the answers

Perintah apa yang digunakan untuk mengkonfigurasi OSPF pada router Cisco?

<p>router ospf (A)</p> Signup and view all the answers

Apa yang dimaksud dengan BGP?

<p>Border Gateway Protocol (B)</p> Signup and view all the answers

Perintah apa yang digunakan untuk mengkonfigurasi BGP pada router Cisco?

<p>router bgp (C)</p> Signup and view all the answers

Apa yang dimaksud dengan distance-vector routing protocols?

<p>Protokol routing yang menggunakan hop count sebagai metric (A)</p> Signup and view all the answers

Apa yang dimaksud dengan link-state routing protocols?

<p>Protokol routing yang menggunakan cost sebagai metric (A)</p> Signup and view all the answers

Flashcards are hidden until you start studying

Study Notes

Routing Configuration on Cisco Routers

Static Routing Configuration

  • Definition: A static route is a route that is manually configured on a router and remains in the routing table until it is removed or the router is restarted.
  • Configuration: Static routes are configured using the ip route command in global configuration mode.
  • ** Syntax**: ip route
    • ``: The destination network
    • ``: The subnet mask of the destination network
    • ``: The IP address of the next hop router
    • ``: The administrative distance (optional, default is 1)
  • Example: ip route 10.0.0.0 255.0.0.0 192.168.1.1

Dynamic Routing Protocols

Distance-Vector Routing Protocols
  • RIP (Routing Information Protocol):
    • Definition: A distance-vector routing protocol that uses hop count as the metric.
    • Configuration: RIP is configured using the router rip command in global configuration mode.
    • ** Syntax**: router rip
    • Example: router rip and then network 10.0.0.0
  • OSPF (Open Shortest Path First):
    • Definition: A link-state routing protocol that uses cost as the metric.
    • Configuration: OSPF is configured using the router ospf command in global configuration mode.
    • ** Syntax**: router ospf
    • Example: router ospf 1 and then network 10.0.0.0 0.0.0.255 area 0
Path-Vector Routing Protocols
  • BGP (Border Gateway Protocol):
    • Definition: A path-vector routing protocol that uses AS path as the metric.
    • Configuration: BGP is configured using the router bgp command in global configuration mode.
    • ** Syntax**: router bgp
    • Example: router bgp 65000 and then neighbor 10.0.0.1 remote-as 65100

Konfigurasi Routing pada Router Cisco

Routing Statis

  • Definisi: Rute statis adalah rute yang dikonfigurasi secara manual pada router dan tetap berada dalam tabel routing sampai dihapus atau router dimulai ulang.
  • Konfigurasi: Rute statis dikonfigurasi menggunakan perintah ip route dalam mode konfigurasi global.
  • Sintaksis: ip route
  • Contoh: ip route 10.0.0.0 255.0.0.0 192.168.1.1

Protokol Routing Dinamis

Protokol Routing Vektor Jarak

  • RIP (Routing Information Protocol):
    • Definisi: Protokol routing vektor jarak yang menggunakan hop count sebagai metric.
    • Konfigurasi: RIP dikonfigurasi menggunakan perintah router rip dalam mode konfigurasi global.
    • Contoh: router rip dan kemudian network 10.0.0.0

Protokol Routing Keadaan Tautan

  • OSPF (Open Shortest Path First):
    • Definisi: Protokol routing keadaan tautan yang menggunakan biaya sebagai metric.
    • Konfigurasi: OSPF dikonfigurasi menggunakan perintah router ospf dalam mode konfigurasi global.
    • Contoh: router ospf 1 dan kemudian network 10.0.0.0 0.0.0.255 area 0

Protokol Routing Vektor Jalur

  • BGP (Border Gateway Protocol):
    • Definisi: Protokol routing vektor jalur yang menggunakan jalur AS sebagai metric.
    • Konfigurasi: BGP dikonfigurasi menggunakan perintah router bgp dalam mode konfigurasi global.
    • Contoh: router bgp 65000 dan kemudian neighbor 10.0.0.1 remote-as 65100

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Use Quizgecko on...
Browser
Browser