NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

The whole site in one document for easy reference!
The TCP/IP Guide

Google
Web TCP/IP Guide






Table Of Contents  The TCP/IP Guide
 9  TCP/IP Lower-Layer (Interface, Internet and Transport) Protocols (OSI Layers 2, 3 and 4)
      9  TCP/IP Internet Layer (OSI Network Layer) Protocols
           9  TCP/IP Routing Protocols (Gateway Protocols)
                9  TCP/IP Interior Routing Protocols (RIP, OSPF, GGP, HELLO, IGRP, EIGRP)
                     9  Open Shortest Path First (OSPF)

Previous Topic/Section
OSPF General Operation and Message Types
Previous Page
Pages in Current Topic/Section
123456
7
Next Page
Other Interior Routing Protocols
Next Topic/Section

OSPF Message Formats
(Page 7 of 7)

Link State Advertisements (LSAs) and the LSA Header Format

As we saw above, several of the message types include link state advertisements (LSAs), which are the fields that actually carry topological information about the LSDB. There are several types of LSAs, which are used to convey information about different types of links. Like the OSPF messages themselves, each LSA has a common header with 20 bytes, and then a number of additional fields that describe the link.

LSA Header

The LSA header contains sufficient information to identify the link. It uses the subfield structure in Table 132 and Figure 190.


Table 132: OSPF Link State Advertisement Header Format

Subfield Name

Size (bytes)

Description

LS Age

2

LS Age: The number of seconds elapsed since the LSA was created.

Options

1

Options: Indicates which of several optional OSPF capabilities the router supports.

LS Type

1

 

Link State ID

4

Link State ID: Identifies the link. This usually is the IP address of either the router or the network the link represents.

Advertising Router

4

Advertising Router: The ID of the router originating the LSA.

LS Sequence Number

4

LS Sequence Number: A sequence number used to detect old or duplicate LSAs.

LS Checksum

2

LS Checksum: A checksum of the LSA, for data corruption protection.

Length

2

Length: The length of the LSA, including the 20 bytes of the header.



Figure 190: OSPF Link State Advertisement Header Format

 


LSA Body

Following the LSA header comes the body of the LSA, the specific fields of which depend on the value of the LS Type field. It would take several more pages to describe all these subfields, and I already probably went overboard in describing each message type, so I will refer you to Appendix A of RFC 2328 if you want all the details. By way of quick summary:

  • For normal links to a router, the LSA includes an identification of the router and the metric to reach it, as well as details about the router such as whether it is a boundary or area border router.

  • LSAs for networks include a subnet mask and information about other routers on the network.

  • Summary LSAs include a metric and a summarized address, as well as a subnet mask.

  • External LSAs include a number of additional fields to allow the external router to be communicated.

 


Previous Topic/Section
OSPF General Operation and Message Types
Previous Page
Pages in Current Topic/Section
123456
7
Next Page
Other Interior Routing Protocols
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.