OSPF Area Types
Characteristics of Broadcast Area
Characteristics of Normal/Standard Area
Characteristics of Stub Area
Characteristics of Totally Stub Area
Characteristics of Not-So-Stubby Area (NSSA)
Characteristics of NSSA Totally Stub
What are LSA Types?
LSA Type 1
Router LSA
LSA Type 2
Network LSA
LSA Type 3
Summary LSA
LSA Type 3 packets are generated by Area Border Routers (ABR) to summarize its directly connected area, and advertise inter-area router information to other areas the ABR is connected to, with the use of a summary prefix (e.g 192.168.0.0/22). LSA Type 3 packets are flooded to multiple areas throughout the network and help with OSPF’s scalability with the use of summary prefixes.
LSA Type 4
ASBR Summary LSA
LSA Type 4 packets are the LSAs that advertise the presence of an Autonomous System Border Router (ASBR) to other areas. In the example below when R2 (ABR) receives the LSA Type 1 packet from R1 it will create a LSA Type 4 (Summary ASBR LSA) packet, which advertises the ASBR route received from Area 1, and inject it into Area 0.
LSA Type 5
OSPF ASBR External LSA
LSA Type 5 packets are generated by the ASBR to advertise external redistributed routes into the OSPF’s AS. A typical example of an LSA Type 5 would be an external prefix e.g 192.168.10.0/24 or default route (internet) as shown below:
This external route/prefix is redistributed in to the OSPF network by the ASBR (R1) and seen as O E1 or E2 entries in other OSPF routers routing tables.
LSA Type 6
OSPF Group Membership LSA
LSA Type 6 packets were designed for Multicast OSPF (MOSPF), a protocol that supports multicast routing through OSPF. MOSPF is not supported by Cisco and is not widely used and is expected to be retired soon.
LSA Type 7
NSSA External LSA
LSA Type 7 packets are used for some special area types that do not allow external distributed routes to go through and thus block LSA Type 5 packets from flooding through them, LSA Type 7 packets act as a mask for LSA Type 5 packets to allow them to move through these special areas and reach the ABR that is able to translate LSA Type 7 packets back to LSA Type 5 packets.
LSA Type 8 (OSPFv2)
OSPF External Attributes LSA (OSPFv2)
LSA Type 8 packets in OSPFv2 (IPv4) are called External Attribute LSAs, and are used to transit BGP attributes through an OSPF network while BGP destinations are conveyed via LSA Type 5 packets, however, this feature isn’t supported by most routers.
LSA Type 8 (OSPFv3)
Link Local LSA (OSPFv3)
With OSPFv3 IPv6, LSA Type 8 is redefined to carry IPv6 information through OSPF network.
LSA Type 9, 10 and 11
Opaque LSAs
Generally Opaque LSAs are used to extend the capabilities of OSPF allowing the protocol to carry information OSPF doesn’t necessarily care about. Practical application of Opaque LSAs is in MPLS traffic engineering where they are used to communicate interface parameters such as maximum bandwidth, unreserved bandwidth, etc.
LSA Type 9
Link Scope Opaque LSA
LSA Type 9 in OSPFv2 (IPv4) is defined as a Link Scope Opaque LSA for carrying OSPF information. For OSPFv3 it’s redefined to handle a communication prefix for a special area type called Stub Area.
LSA Type 10
OSPF Area Scope Opaque LSA
LSA Type 10 packets are used to flood OSPF information through other area routers even if these routers do not process this information in order to extend OSPF functionality, this LSA is used for traffic engineering to advertise MPLS and other protocols.
LSA Type 11
OSPF AS Scope Opaque LSA
LSA Type 11 packets serve the same purpose as LSA Type 10 packets but are not flooded into special area types (Stub areas)
224.0.0.5
OSPF - IGP All Routers [RFC1583,JXM1]
224.0.0.6
OSPF - IGP Designated Routers [RFC1583,JXM1]
OSPF States