Project

General

Profile

Actions

LSAs » History » Revision 1

Revision 1/3 | Next »
Vince Lehman, 02/17/2015 09:56 AM


LSAs

Combined Sequence Number

The sequence numbers for each LSA type are combined and synced as one 64-bit sequence number.

The Name LSA sequence number is represented by a 24-bit value.

The Adjacency LSA and Coordinate LSA sequence numbers are represented by 20-bit values.

The sequence numbers are combined as follows:

Combined sequence number = (Name LSA SeqNo << 40) | (Coordinate LSA SeqNo << 20) | (Adjacency LSA SeqNo)

Updated by Vince Lehman about 9 years ago · 1 revisions