SlideShare a Scribd company logo
OSPF Router LSA (Type 1 LSA)
WWW.NETPROTOCOLXPERT.IN
 Type 1 LSA (also called Router LSA) contains information about directed
connected links in the area to which the router belong.
 They are flooded to all routers in that area. If the router is an ABR (Area
Border Router), it generates type 1 LSAs for all the areas to which it is
connected and send those LSAs to all neighbors in corresponding areas.
OSPF Router LSA (Type 1)
 For example in the Topology exposed in previous slide we can see that ABR
router has three links, two of them connected in area 0 and another one in area
1. So, it will generate one LSA for area 0 which will include links to R1 and R2,
this LSA will be sent to all neighbors in area 0, i.e. to R1 and R2.
 Another LSA will be build for area 1 that will include links in area 1 which is link
to R3, this LSA will be sent to R3 because R3 is only neighbor in area 1. This
process also happens from opposite side, R1 with R2 send to ABR their type 1
LSAs with all directly connected links in area 0, R3 does the same with its link
connected in area 1.
 LSA received by ABR from R2 is also transmitted to R1 and vice versa, R1 LSA is
also carried to R2. I this way, every router in the area knows about all the other
routers in the area and their enabled OSPF links
OSPF Router LSA (Type 1)
 All configurations are done according to the Topology.
 We have four routers and two areas, where for each router I set
router-id as follow: 1.1.1.1, 2.2.2.2, 3.3.3.3, 4.4.4.4. All ip addresses
are configured on interfaces and OSPF is also configured.
OSPF database (LSDB) use show ip ospf database
command
 ABR#show ip ospf database
 OSPF Router with ID (4.4.4.4) (Process ID 1)
 Router Link States (Area 0)
 Link ID ADV Router Age Seq# Checksum Link count
 1.1.1.1 1.1.1.1 1215 0x8000000B 0x0009F7 1
 2.2.2.2 2.2.2.2 930 0x80000007 0x004722 2
 4.4.4.4 4.4.4.4 1374 0x80000009 0x004CE3 3
 Net Link States (Area 0)
 Link ID ADV Router Age Seq# Checksum
 10.0.0.1 4.4.4.4 1374 0x80000002 0x0041CB
Cont.…
 Summary Net Link States (Area 0)
 Link ID ADV Router Age Seq# Checksum
 10.0.2.0 4.4.4.4 1374 0x80000006 0x00DEFF
 Router Link States (Area 1)
 Link ID ADV Router Age Seq# Checksum Link count
 3.3.3.3 3.3.3.3 336 0x80000006 0x001F41 2
 4.4.4.4 4.4.4.4 1375 0x80000008 0x00A1B8 2
 Summary Net Link States (Area 1)
 Link ID ADV Router Age Seq# Checksum
 10.0.0.0 4.4.4.4 1375 0x80000004 0x00DA3E
 10.0.1.0 4.4.4.4 1375 0x80000004 0x00EDF3
 ABR#
 As we can see, this output is from ABR, and bold front there are
type 1 LSAs for area 0 and for area 1.
 As you might be expecting there are three router LSAs for area 0,
one issued by R1, one by R2 and one by ABR.
 In area 1, there are two router LSAs, one issued by R3 and one by
ABR. If we issue the same command on another router in area 0,
you will not see any LSAs related to other areas than 0.
 R1#show ip ospf database
 OSPF Router with ID (1.1.1.1) (Process ID 1)
 Router Link States (Area 0)
 Link ID ADV Router Age Seq# Checksum Link count
 1.1.1.1 1.1.1.1 157 0x8000000C 0x0007F8 1
 2.2.2.2 2.2.2.2 56 0x80000008 0x004523 2
 4.4.4.4 4.4.4.4 297 0x8000000A 0x004AE4 3
 Net Link States (Area 0)
 Link ID ADV Router Age Seq# Checksum
 10.0.0.1 4.4.4.4 297 0x80000003 0x003FCC
 Summary Net Link States (Area 0)
 Link ID ADV Router Age Seq# Checksum
 10.0.2.0 4.4.4.4 297 0x80000007 0x00DC01
 R1#
This command gives us
a brief look on router
LSAs, it shows Link
state ID, advertising
router, age, sequence
number, checksum,
and number of links
the LSA represent.
 Notice that Link state ID for Router LSA is the same as Router-ID.
 To have a detailed view on router LSA use show ip ospf database router, or even
more, you can specify Link ID or advertising router to filter LSAs like below:
 R1#show ip ospf database router adv-router 4.4.4.4
 OSPF Router with ID (1.1.1.1) (Process ID 1)
 Router Link States (Area 0)
 Routing Bit Set on this LSA
 LS age: 6
 Options: (No TOS-capability, DC)
 LS Type: Router Links
 Link State ID: 4.4.4.4
 Advertising Router: 4.4.4.4
Cont.…
 LS Seq Number: 8000000B
 Checksum: 0x48E5
 Length: 60
 Area Border Router
 Number of Links: 3
 Link connected to: another Router (point-to-point)
 (Link ID) Neighboring Router ID: 2.2.2.2
 (Link Data) Router Interface address: 10.0.1.1
 Number of TOS metrics: 0
 TOS 0 Metrics: 64
Cont.…
 Link connected to: a Stub Network
 (Link ID) Network/subnet number: 10.0.1.0
 (Link Data) Network Mask: 255.255.255.252
 Number of TOS metrics: 0
 TOS 0 Metrics: 64
 Link connected to: a Transit Network
 (Link ID) Designated Router address: 10.0.0.1
 (Link Data) Router Interface address: 10.0.0.1
 Number of TOS metrics: 0
 TOS 0 Metrics: 10
 R1#
 The output is from ABR, where three links are described, but actually
there are two physical links. The first two links describe connection
between R2 and ABR, and the third one – connection between R1
and ABR. Here is also included cost for corresponding links.
 In case there are any topology changes in area 1, only R3 and ABR
will do ospf calculations, R1 and R2 won’t. But if for example the link
between ABR and R2 goes down, ABR will age out immediately LSA
issued by R2 by setting age to 3600 and will send it to R1.
 ABR also will resend its own LSA with removed link to R2 within it,
and with increased sequence number. This will lead to SPF
calculations on all routers in area 0.
Follow us
@https://www.facebook.com/
NetProtocolXpert/
https://www.linkedin.com/co
mpany/netprotocol-xpert
https://plus.google.com/u/0/
+NetProtocolXpert_NPX/pos
ts
https://www.instagram.com
/netprotocol_xpert/
https://twitter.com/NPX_
cisco
https://branded.me/net
protocolxpert

More Related Content

PPTX
OSPF Network LSA (Type 2 LSA)
PPTX
OSPF External Route Summarization
PPTX
LSA (Link State Advertisement) Types Explanation
PPT
OSPF LSA Types Explained
PPTX
OSPF Summary LSA (Type 3 LSA)
PPTX
Ospf area types
PPTX
OSPF Beyond Stump-the-Chump_Interview_Questions - Part 01 -
PPTX
Ospf area types
OSPF Network LSA (Type 2 LSA)
OSPF External Route Summarization
LSA (Link State Advertisement) Types Explanation
OSPF LSA Types Explained
OSPF Summary LSA (Type 3 LSA)
Ospf area types
OSPF Beyond Stump-the-Chump_Interview_Questions - Part 01 -
Ospf area types

What's hot (20)

PPTX
Multi-Area OSPF on IOS XR
PPTX
OSPFv2 on IOS XR
PPTX
OSPF Internal Route Summarization
PPTX
Multi-area ospf adjacency on ios-xr
PPT
OSPF Overview
PPTX
Redistribution into OSPF
PPTX
OSPF Summarization
PPTX
Layer 2 switching loop
PPT
OSPF Configuration
PPTX
PPTX
OSPF Authentication
PPT
PPT
Ospf
PPTX
network convergence problem and solutions
PDF
Networking Basics OSPF
PPTX
Designated & Backup Designated Router
PPTX
PPT
ospf routing protocol
PPTX
Connected, Static & Dynamic Routes
PDF
Day 4 LAYER 2 SWITCHING
Multi-Area OSPF on IOS XR
OSPFv2 on IOS XR
OSPF Internal Route Summarization
Multi-area ospf adjacency on ios-xr
OSPF Overview
Redistribution into OSPF
OSPF Summarization
Layer 2 switching loop
OSPF Configuration
OSPF Authentication
Ospf
network convergence problem and solutions
Networking Basics OSPF
Designated & Backup Designated Router
ospf routing protocol
Connected, Static & Dynamic Routes
Day 4 LAYER 2 SWITCHING
Ad

Viewers also liked (20)

PDF
2009 2-ospf-report
PDF
Advance eigrp
PPT
Eigrp
PDF
Introduccion ospf
PPTX
Regular expression examples
PPT
OSPF - Open Shortest Path First v1.2
PPT
OSPF- Multi area
PDF
CCNAv5 - S3: Chapter9 IOS Images and Licensing
PDF
Eigrp
PDF
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
PPTX
CCNP Route EIGRP Overview
PDF
CCNAv5 - S3: Chapter6 Multiarea OSPF
PDF
PDF
Ey hot topic_robotics
PPSX
The Beauty of Mexico’s Indigenous communities by Photographer Diego Huerta
DOCX
Hoja de vida
ODP
Property key terms you may not know
PDF
Sam fiorella senseimarketing_socialmediamasters_toronto_oct72011
PPTX
ppt.sejarah di/tii aceh sman 1 kejayan kab pasuruan
2009 2-ospf-report
Advance eigrp
Eigrp
Introduccion ospf
Regular expression examples
OSPF - Open Shortest Path First v1.2
OSPF- Multi area
CCNAv5 - S3: Chapter9 IOS Images and Licensing
Eigrp
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
CCNP Route EIGRP Overview
CCNAv5 - S3: Chapter6 Multiarea OSPF
Ey hot topic_robotics
The Beauty of Mexico’s Indigenous communities by Photographer Diego Huerta
Hoja de vida
Property key terms you may not know
Sam fiorella senseimarketing_socialmediamasters_toronto_oct72011
ppt.sejarah di/tii aceh sman 1 kejayan kab pasuruan
Ad

Similar to OSPF Router LSA (Type 1) (20)

PPTX
Dynamic Routing Protocol OSPF
PPT
Ospf Cisco
PDF
NSSA external route with Forwarding Address demystified with RFC 3101
PPT
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
PPT
ospf.ppt
PPT
BSCI30S03 OSPF open shortest path first .ppt
PDF
Ospf routing protocol
DOCX
How to troubleshoot and verifying ospf configuration
PDF
ospf-filtering-issue - Partial Topology.pdf
PDF
Cisco discovery drs ent module 6 - v.4 in english.
PDF
Cisco ospf
PPT
Routing and OSPF
PPT
Chapter7ccna
PPT
Chapter7ccna
PPTX
OSPF v3
PPT
Learn OSPF(Open Short Path First) routing to day
PPT
11Chapter8R_InternetRoutingProtocols.ppt
PDF
Ospfv3 primer
PDF
Cisco ospf
PPTX
Shubham ppt on ospf and framerelay
Dynamic Routing Protocol OSPF
Ospf Cisco
NSSA external route with Forwarding Address demystified with RFC 3101
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
ospf.ppt
BSCI30S03 OSPF open shortest path first .ppt
Ospf routing protocol
How to troubleshoot and verifying ospf configuration
ospf-filtering-issue - Partial Topology.pdf
Cisco discovery drs ent module 6 - v.4 in english.
Cisco ospf
Routing and OSPF
Chapter7ccna
Chapter7ccna
OSPF v3
Learn OSPF(Open Short Path First) routing to day
11Chapter8R_InternetRoutingProtocols.ppt
Ospfv3 primer
Cisco ospf
Shubham ppt on ospf and framerelay

More from NetProtocol Xpert (20)

PPTX
Basic Cisco ASA 5506-x Configuration (Firepower)
PPTX
MPLS Layer 3 VPN
PPTX
Common Layer 2 Threats, Attacks & Mitigation
PPTX
Storm-Control
PPTX
Dynamic ARP Inspection (DAI)
PPTX
IP Source Guard
PPTX
DHCP Snooping
PPTX
Password Recovery
PPTX
Application & Data Center
PPTX
Cisco ISR 4351 Router
PPTX
Cisco ASR 1001-X Router
PPTX
Securing management, control & data plane
PPTX
Point to-point protocol (ppp), PAP & CHAP
PPTX
Avoid DNS lookup when mistyping a command
PPTX
TCLSH and Macro Ping Test on Cisco Routers and Switches
PPTX
Private VLANs
PPTX
MTU (maximum transmission unit) & MRU (maximum receive unit)
PPTX
OTV Configuration
PPTX
Cisco OTV 
PPTX
OTV(Overlay Transport Virtualization)
Basic Cisco ASA 5506-x Configuration (Firepower)
MPLS Layer 3 VPN
Common Layer 2 Threats, Attacks & Mitigation
Storm-Control
Dynamic ARP Inspection (DAI)
IP Source Guard
DHCP Snooping
Password Recovery
Application & Data Center
Cisco ISR 4351 Router
Cisco ASR 1001-X Router
Securing management, control & data plane
Point to-point protocol (ppp), PAP & CHAP
Avoid DNS lookup when mistyping a command
TCLSH and Macro Ping Test on Cisco Routers and Switches
Private VLANs
MTU (maximum transmission unit) & MRU (maximum receive unit)
OTV Configuration
Cisco OTV 
OTV(Overlay Transport Virtualization)

Recently uploaded (20)

PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
Digital Logic Computer Design lecture notes
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
Welding lecture in detail for understanding
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Construction Project Organization Group 2.pptx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
composite construction of structures.pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
R24 SURVEYING LAB MANUAL for civil enggi
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
bas. eng. economics group 4 presentation 1.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Mechanical Engineering MATERIALS Selection
Digital Logic Computer Design lecture notes
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Welding lecture in detail for understanding
Embodied AI: Ushering in the Next Era of Intelligent Systems
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Construction Project Organization Group 2.pptx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Operating System & Kernel Study Guide-1 - converted.pdf
composite construction of structures.pdf

OSPF Router LSA (Type 1)

  • 1. OSPF Router LSA (Type 1 LSA) WWW.NETPROTOCOLXPERT.IN
  • 2.  Type 1 LSA (also called Router LSA) contains information about directed connected links in the area to which the router belong.  They are flooded to all routers in that area. If the router is an ABR (Area Border Router), it generates type 1 LSAs for all the areas to which it is connected and send those LSAs to all neighbors in corresponding areas.
  • 4.  For example in the Topology exposed in previous slide we can see that ABR router has three links, two of them connected in area 0 and another one in area 1. So, it will generate one LSA for area 0 which will include links to R1 and R2, this LSA will be sent to all neighbors in area 0, i.e. to R1 and R2.  Another LSA will be build for area 1 that will include links in area 1 which is link to R3, this LSA will be sent to R3 because R3 is only neighbor in area 1. This process also happens from opposite side, R1 with R2 send to ABR their type 1 LSAs with all directly connected links in area 0, R3 does the same with its link connected in area 1.  LSA received by ABR from R2 is also transmitted to R1 and vice versa, R1 LSA is also carried to R2. I this way, every router in the area knows about all the other routers in the area and their enabled OSPF links
  • 6.  All configurations are done according to the Topology.  We have four routers and two areas, where for each router I set router-id as follow: 1.1.1.1, 2.2.2.2, 3.3.3.3, 4.4.4.4. All ip addresses are configured on interfaces and OSPF is also configured.
  • 7. OSPF database (LSDB) use show ip ospf database command  ABR#show ip ospf database  OSPF Router with ID (4.4.4.4) (Process ID 1)  Router Link States (Area 0)  Link ID ADV Router Age Seq# Checksum Link count  1.1.1.1 1.1.1.1 1215 0x8000000B 0x0009F7 1  2.2.2.2 2.2.2.2 930 0x80000007 0x004722 2  4.4.4.4 4.4.4.4 1374 0x80000009 0x004CE3 3  Net Link States (Area 0)  Link ID ADV Router Age Seq# Checksum  10.0.0.1 4.4.4.4 1374 0x80000002 0x0041CB Cont.…
  • 8.  Summary Net Link States (Area 0)  Link ID ADV Router Age Seq# Checksum  10.0.2.0 4.4.4.4 1374 0x80000006 0x00DEFF  Router Link States (Area 1)  Link ID ADV Router Age Seq# Checksum Link count  3.3.3.3 3.3.3.3 336 0x80000006 0x001F41 2  4.4.4.4 4.4.4.4 1375 0x80000008 0x00A1B8 2  Summary Net Link States (Area 1)  Link ID ADV Router Age Seq# Checksum  10.0.0.0 4.4.4.4 1375 0x80000004 0x00DA3E  10.0.1.0 4.4.4.4 1375 0x80000004 0x00EDF3  ABR#
  • 9.  As we can see, this output is from ABR, and bold front there are type 1 LSAs for area 0 and for area 1.  As you might be expecting there are three router LSAs for area 0, one issued by R1, one by R2 and one by ABR.  In area 1, there are two router LSAs, one issued by R3 and one by ABR. If we issue the same command on another router in area 0, you will not see any LSAs related to other areas than 0.
  • 10.  R1#show ip ospf database  OSPF Router with ID (1.1.1.1) (Process ID 1)  Router Link States (Area 0)  Link ID ADV Router Age Seq# Checksum Link count  1.1.1.1 1.1.1.1 157 0x8000000C 0x0007F8 1  2.2.2.2 2.2.2.2 56 0x80000008 0x004523 2  4.4.4.4 4.4.4.4 297 0x8000000A 0x004AE4 3  Net Link States (Area 0)  Link ID ADV Router Age Seq# Checksum  10.0.0.1 4.4.4.4 297 0x80000003 0x003FCC  Summary Net Link States (Area 0)  Link ID ADV Router Age Seq# Checksum  10.0.2.0 4.4.4.4 297 0x80000007 0x00DC01  R1# This command gives us a brief look on router LSAs, it shows Link state ID, advertising router, age, sequence number, checksum, and number of links the LSA represent.
  • 11.  Notice that Link state ID for Router LSA is the same as Router-ID.  To have a detailed view on router LSA use show ip ospf database router, or even more, you can specify Link ID or advertising router to filter LSAs like below:  R1#show ip ospf database router adv-router 4.4.4.4  OSPF Router with ID (1.1.1.1) (Process ID 1)  Router Link States (Area 0)  Routing Bit Set on this LSA  LS age: 6  Options: (No TOS-capability, DC)  LS Type: Router Links  Link State ID: 4.4.4.4  Advertising Router: 4.4.4.4 Cont.…
  • 12.  LS Seq Number: 8000000B  Checksum: 0x48E5  Length: 60  Area Border Router  Number of Links: 3  Link connected to: another Router (point-to-point)  (Link ID) Neighboring Router ID: 2.2.2.2  (Link Data) Router Interface address: 10.0.1.1  Number of TOS metrics: 0  TOS 0 Metrics: 64 Cont.…
  • 13.  Link connected to: a Stub Network  (Link ID) Network/subnet number: 10.0.1.0  (Link Data) Network Mask: 255.255.255.252  Number of TOS metrics: 0  TOS 0 Metrics: 64  Link connected to: a Transit Network  (Link ID) Designated Router address: 10.0.0.1  (Link Data) Router Interface address: 10.0.0.1  Number of TOS metrics: 0  TOS 0 Metrics: 10  R1#
  • 14.  The output is from ABR, where three links are described, but actually there are two physical links. The first two links describe connection between R2 and ABR, and the third one – connection between R1 and ABR. Here is also included cost for corresponding links.  In case there are any topology changes in area 1, only R3 and ABR will do ospf calculations, R1 and R2 won’t. But if for example the link between ABR and R2 goes down, ABR will age out immediately LSA issued by R2 by setting age to 3600 and will send it to R1.  ABR also will resend its own LSA with removed link to R2 within it, and with increased sequence number. This will lead to SPF calculations on all routers in area 0.