This post will cover only LSA Types for OSPFv2. The OSPFv3 LSAs will be covered in further posts.
In order to fully understand how OSPF works is necessary understand of all of the OSPF LSA types.
Type 1 – Router LSA
Type 1 LSA is generated by every router and contains information about directly connected links in the area.
- Describe the state of all router interfaces and their cost of the link to the neighbor and the IP prefix.
- The ADV Router will always be the Router ID of the device injecting the LSA into the area.
Type 2 – Network LSA
Type 2 LSAs are present only on multi-access links for Broadcast and Nonbroadcast network types.
- Generated by the DR and is never flooded outside of the area.
- Lists all attached routers including the DR.
- Gives information about the subnet mask on that segment.
Type 3 – Network Summary LSA
Type 3 LSAs describes the routes to neighbors outside the area (inter-area routes) but within the OSPF domain.
- Generated by ABRs and is flooded between areas.
- Include cost from ABR to the network.
- The Link-State ID is the IP address of the subnet that is being advertised.
Type 4 – ASBR Summary LSA
Type 4 LSAs describes the routes to ASBRs.
- Generated by the ABRs and is flooded between areas except stub areas.
- The Link-State ID is the Router ID of the ASBR described.
Type 5 – External LSA
Type 5 LSAs describes the routes to networks that are external to the AS.
- Generated by ASBR and is flooded between areas.
- The Link-State ID is network number advertised in the LSA.
Type 6 – Multicast OSPF LSA
This type of LSA is used for multicast applications and is not supported by Cisco. However, the presence of Type 6 LSAs generates Syslog messages when the router receives the link-state advertisements. To suppress the Syslog messages use the “ignore lsa mospf” process command.
Type 7 – NSSA External LSA
Type 7 LSAs describes the routes that are external to the AS in the NSSA area.
- Generated by NSSA ASBR
- The ABR translate LSA type 7 to LSA type 5 when sends from NSSA into Area Zero.
It is time to close this post. Thank you for visiting.