| Draft |
The Link State DB (Link State database) tab displays the advertisements from throughout the areas to which the device is attached.
To open the Link State DB tab:
| The OSPF dialog box opens with the General tab displayed. |
| The Link State DB tab opens. |
The table below describes the OSPF, Link State DB tab items.
AreaId
A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone.
Type
The OSPF interface type. By way of a default, this field may be intuited from the corresponding value of ifType. Broadcast LANs, such as Ethernet and IEEE 802.5, take the value broadcast; X.25 and similar technologies take the value nbma; and links that are definitively point-to-point take the value pointToPoint.
Lsid
The Link State ID is an LS type-specific field containing either a router ID or an IP address. It identifies the piece of the routing domain that is being described by the advertisement.
RouterId
A 32-bit integer uniquely identifying the router, which is advertising on this LSID.
Sequence
The sequence number is a signed 32-bit integer that identifies old and duplicate link state advertisements.
Age
The age in seconds of the link state advertisement.
Checksum
This field is the checksum of the complete contents of the advertisement, excepting the age field. The age field is excepted so that an advertisement's age is incremented without updating the checksum. The checksum used is the same that is used for ISO connectionless datagrams. It is commonly referred to as the Fletcher checksum.