LSA Types in OSPF
In OSPF, Link-State information, in other words, Routing information
is exchanged between routers. This exchange is done with LSAs (Link State
Advertisements). There are eleven different OSPF LSA types and each of them has a
special purpose. Some of the OSPF LSA types are the main LSA types that are used in
OSPF operations often. Let’s see all the LSA types:
▪ Router LSA (Type 1)
▪ Network LSA (Type 2)
▪ ABR Summary LSA (Type 3)
▪ ASBR Summary LSA (Type 4)
▪ ASBR Externel LSA (Type 5)
▪ Group Summary (Type 6)
▪ NSSA External LSA (Type 7)
▪ External Attributes LSA (Type 8)
▪ Opaque LSAs (Type 9, 10, 11)
Now, let’s talk about these OSPF LSA types detailly. Here, it is better to explain these LSA
types with different area types and their LSA Adversisement requirements. So, the below
diagram will be very useful for you.
You can also view OSPF Packet Types
Table of Contents
• OSPF Router LSA (Type 1)
• OSPF Network LSA (Type 2)
• OSPF ABR Summary LSA (Type 3)
• OSPF ASBR Summary LSA (Type 4)
OSPF Router LSA (Type 1)
Router LSA (Type 1) is the LSA type used in standard areas. The aim of this LSA type is
giving information about the router. This LSA includes information like Router ID, Router
interfaces, neighbors, ip addresses and cost. Router LSA can not pass ABR, so it can not
reach to the other areas.
You can also reach other Cisco CCNP ENCOR lessons
OSPF Network LSA (Type 2)
Network LSA (Type 2) is the other LSA type used in standard areas. This LSA is sent by
DR. The main aim of this LSA type is listing the connected routers in the segment and
informing the other routers. This LSA includes information like DR, BDR IP addresses,
subnet masks. Network LSA can not pass ABR, so it can not reach to the other areas.
OSPF ABR Summary LSA (Type 3)
ABR Summary LSA (Type 3) is generated by ABR (Area Border Router) to advertise one
Area’s networks to other Areas. ABR Summary LSA (Type 3) includes all prefixes available
in the Area.
OSPF ASBR Summary LSA (Type 4)
ASBR Summary LSA (Type 4) is generated by ABR (Area Border Router) to inform its
areas about how to reach the ASBR (Autonomous System Border Router). ASBR Summary
LSA (Type 4) includes ASBR’s Router ID.