Friday, 14 March 2014

Manual summerization

Kuncinya: jumlah bit yang match concecutively
Operasi apa yang cocok? and atau or?

Hasil sumerisasi berupa alamat network dan mask baru hasil sumerisasi




1. Write out the networks that you want to summarize in binary.

2. To find the subnet mask for summarization, start with the left-most bit.

3. Work your way to the right, finding all the bits that match consecutively.

4. When you find a column of bits that do not match, stop. You are at the summary boundary.

5. Now, count the number of left-most matching bits, which in our example is 22. This number becomes your subnet mask for the summarized route: /22 or 255.255.252.0

6. To find the network address for summarization, copy the matching 22 bits and add all 0 bits to the end to make 32 bits.

The result is the summary network address and mask for 192.168.0.0/22.

Function
summary routes lessen the number of total routes in routing tables, which makes the routing table lookup process more efficient. Summary routes also require less bandwidth utilization for the routing updates because a single route can be sent instead of multiple individual routes.

Routing table

Komponen:
Supernet, default route, child route, parent route

Pengisi ruting tabel:
- Cisco network engineer: directly connected network
- Routing protocol

null0 interface

Remember from Chapter 7, "RIPv2," that the Null0 interface is simply a route to nowhere, commonly known as "the bit bucket."

null0 interface dibahas di RIPv2 dan EIGRP.


Thursday, 13 March 2014

1. process ID
semua router eigrp yang bekerja sama harus menggunakan nomor process id yang sama.

contoh:
r1(config)

r2(config)


2. network command
1. interface mana saja pada router ini yang alamat clasful network address nya cocok dengan alamat network yang dimasukkan di dalam perintah network ini akan di enable untuk mengirim dan menerima EIGRP updates
2. dan, network ini (network yang dimasukkan di dalam perintah network) akan diikutsertakan pada updates routing.

3. network command dengan wildcard mask (optional)
ada kalanya administrator tidak menginginkan secara tidak sengaja semua interface yang mempunya alamat classful jadi termasuk kedalam interface yang berkirim dan berterima EIGRP. Caranya adalah dengan menggunakan wildcard mask

urutan kerja eigrp
- perform adjacencies
- kirim hello packet

- adjacencies ok?
- kirim eigrp updates

4. Null0 summary route
Timbul karena eigrp masih belum di konfigurasi auto-summary.

Semua paket yang match summary route akan dikirim ke blackhole walaupun ruter itu dikonfigurasi memiliki default route.

menghilangkan Null0 summary route memungkinkan EIGRP untuk memilih sebuah supernet atau default route ketika sebuah child route tidak cocok dengan alamat tujuan paket.


5. K values
show ip protocols untuk mencek nilai-nilai K yang digunakan routing protocol EIGRP.

6. Metric yang digunakan EIGRP
Default: bandwidth
Optional: delay, load,

7. Nilai metric
Gunakan show interface <interface> untuk melihat nilai aktual metrik berikut: bandwidth, delay, reliability, load.

Bandwidth
Nilai bandwidth suatu interface adalah nilai statik.
Nilai bandwith interface tidak merepresentasikan nilai aktual bandwidth link.
Nilai bandwidth harus dikonfigurasi agar sama dengan nilai bandwidth aktual link (dilapangan), untuk mengupayakan akurasi informasi-ruting EIGRP.

contoh:
Router(config-if)#bandwidth kilobits


Delay
Delay tidak diukur secara dinamik. Jadi nilai delay adalah nilai statik#
Nilai default delay bisa diubah-ubah oleh admin.

Reliability
Nilai reliability suatu interface

Load
Load merefleksikan jumlah trafik yang memanfaatkan link.
Seperti reliability, load diukur secara dinamis.
Load dinyatakan dengan pecahan 255.

 
8. DUAL
Terminologi/komponen: successor, feasible distance, feasible successor, feasible condition.

sucessor: ruter
feasible distance: metric
feasible successor: rute cadangan
feasible condition: feasible distance yang menjadi syarat.
reported distance (rd):

debug eigrp fsm

9. Static default-route
router-eigrp 1
redistribute static
ip default-network

10. hello and holdtime values
configurable per-interface basis and do not have to match among EIGRP routers
Router(config-if)#ip hello-interval eigrp as-number seconds
Router(config-if)#ip hold-time eigrp as-number seconds

Deploying an embedded web app

1. Create script
script.google.com

EIGRP

Configure and verify

RTP and network adjacencies are DUAL workhorse.

DUAL: computational engine that ensure loop-free paths and backup paths. How can DUAL selects a route to instal in the routing table and what DUAL does with potential backup routes.

Like RIPv2,

EIGRP yang tidak dimiliki oleh distance vector routing lainnya (RIPv1 dan RIPv2) adalah:
- RTP
- Bounded updates
- Diffusing Update Algorithm (DUAL)
- Establishing adjacencies
- Neighbor tables and topology tables (show ip eigrp neighbors) dan

By default, EIGRP automatically summarizes routes at the major network boundary.

Remember, because EIGRP is a classless routing protocol (includes the subnet mask in the routing update), it supports VLSM and CIDR

https://docs.google.com/spreadsheet/pub?key=0ApSl0ZstVGYFdE5oMDNLVU9raEY1c2IyYVJHeDBTcWc&output=html