"Betapa jauh bedanya antara orang yang berdalil bahwa adanya Allah menunjukkan adanya alam, dan orang yang berdalil bahwa adanya alam menunjukkan adanya Allah. Orang yang berdalil dengan adanya Allah mengerti kebenaran adalah bagi Pemiliknya, sehingga ia menetapkan segala perkara dengan merujuk kepada asalnya. Sedangkan berdalil untuk adanya Allah adalah karena tidak sampai kepada-Nya. Betapa tidak! Bilakah Allah itu gaib sehingga diperlukan bukti untuk mengetahui adanya Allah? Dan bilakah Dia itu jauh sehingga benda-benda alamlah yang mengantar kepada-Nya?"

Some words about OSPF

by danang.wijanarko@gmail.com

 

In particular purpose you will need OSPF for your specific reason. There are many other AS routing method, but in this article i just interested with OSPF.

LSA

The get the feeling of OSPF it is better to understand about its LSA. LSA (Link State Advertisement) is the basic communication means of the OSPF routing protocol. The important type used in this article are:

  • Type 3: ABR Summary LSA

An Area Border Router (ABR) takes information it has learned on one of its attached areas and it can summarize it (but not by default) before sending it out on other areas it is connected to.

Generated by ABR or ASBR.

  • Type 5: General External LSA

This LSA contain information imported into OSPF network from other routing processes (RIP for example). It is flooded to all areas (except stub areas).

Generated by ASBR

  • Type 4: ASBR Summary External LSA

It is similiar with Type 5 function, but it is not flooded to all areas, but instead it makes the summary. It is needed because Type 5 flooded to all areas.

Generated by ASBR

  • Type 7: External LSA that are mumbling in NSSA only

Routers in NSSA do not receive LSA Type 5 and 4 from other ABR, but are allowed to send Type 5 and 4 for redistribution.

Generated by ASBR.

They use this LSAs to tell the ABRs about these external routes, which the ABR then translates to type 5 external LSAs and floods as normal to the rest of the OSPF network.

Area

Areas are logical groupings of hosts and networks, including their routers. An area maintains a link state database whose information may be summarized towards the rest of the network by the interconnecting router. Thus, the topology of an area is unknown outside of the area. This reduces the amount of routing traffic between parts of an autonomous system.

Type of area:

  • Backbone Area: Standard

Backbone Area / Area 0 is the top level of the OSPF heirarchy. All other areas should border area 0 (what I'm saying is, if you build an OSPF network where areas do not border area 0, you're on your own)

Looking on the picture above, the A, B, C, D, and E are backbone routers that are part of two areas, area 0, and another other area. This makes them acting as border routers in OSPF parlance.

  • Stub Area: Standard

This is an area which

1. Receive inter-area routes

2. Does not receive external routes but with 1 exception, it is still receive the default route

Will not accept external routes (type 5 LSAs); type 5 LSAs are replaced by a default route. It is usually the area where normal PC or nodes connected.

  • Totally Stubby Area: Not Standard - Cisco

It is similar to a stub area, with 1 more rule added, that it is not allowed  to send its own summary routes.

Will not accept LSAs of type 3, 4, or 5; routes are replaced by the ABR with a default route;

  • Not So Stubby Area (NSSA): Standard

NSSA ASBR TYPE 7, which can exist only in an NSSA area. An NSSA ASBR generates this LSA, and an NSSA ABR router translates it into type 5 LSA which gets propagated into the OSPF domain.

We could say that NSSA is a stub areas which contain one or more ASBRs; ASBRs in a NSSA generate type 7 LSAs which are then converted to type 5 by the receiving ABR.

Router Type

Router Type

Description

Internal Router

A router with all interfaces connected to the same area. Internal routers each have a single LSDB.

Area Border Router (ABR)

A router with interfaces connected to different areas. ABRs have multiple LSDBs, one for each attached area.

Backbone Router

A router with an interface on the backbone area. This includes all ABRs and internal routers of the backbone area.

AS Boundary Router (ASBR)

A router that exchanges routes with sources outside of the OSPF AS. ASBRs advertise external routes throughout the OSPF AS.

Some picture to give it more detail

ospf_area_2ospf_area_2

 

- d

"Bekatul Port" Personal Enterprise Number (PEN) registered @ IANA OID

ASN.1 Notation: {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 30347}

Dot Notation: 1.3.6.1.4.1.1.30347

IRI Notation: oid:/ISO/Identified-Organization/6/1/4/1/30347


View Stat Counter