Friday 14 March 2014

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

Hosting / serving web site buatan sendiri menggunakan googledrive

With Drive, you can make web resources — like HTML, CSS, and Javascript files — viewable as a website. Here's how:
  1. Create a new folder in Drive and share it as "Public on the web."
  2. Upload your HTML, Javascript, and CSS files to this folder.
  3. Open the HTML file and click Open in the bottom-right corner.
  4. Click the "Preview" button in the toolbar.
  5. Share the URL that looks like "www.googledrive.com/host/..." from the preview window and anyone can view your web page.

Google Drive does not support web resources that make use of server-side scripting languages like PHP.

Source: https://support.google.com/drive/answer/2881970?hl=en

Wednesday 12 March 2014

Loopback address


On OSPF
Loopback interface have a specific uses

On other then OSPF routing protocol
-to simulate a network