The OSPFv3 Process's AS-scope link state database (LSDB). The LSDB contains the AS-scope link state advertisements from throughout the areas that the device is attached to.
The indexes of the table are ospfv3AsLsdbType, ospfv3AsLsdbRouterId, ospfv3AsLsdbLsid.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.191.1.3.1.1 |
ospfv3AsLsdbType |
Unsigned32{(0,'ffffffff'h)} |
not-accessible |
The type of the link state advertisement. Each link state type has a separate advertisement format. AS-scope LSAs not recognized by the router may be stored in the database. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.2 |
ospfv3AsLsdbRouterId |
Unsigned32{(0,'ffffffff'h)} |
not-accessible |
The 32-bit number that uniquely identifies the originating router in the Autonomous System. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.3 |
ospfv3AsLsdbLsid |
Unsigned32{(0,'ffffffff'h)} |
not-accessible |
The Link State ID is an LS type-specific field containing a unique identifier; it identifies the piece of the routing domain that is being described by the advertisement. In contrast to OSPFv2, the LSID has no addressing semantics. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.4 |
ospfv3AsLsdbSequence |
Integer32 |
read-only |
The sequence number field is a signed 32-bit integer. It is used to detect old and duplicate link state advertisements. The space of sequence numbers is linearly ordered. The larger the sequence number, the more recent the advertisement. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.5 |
ospfv3AsLsdbAge |
Unsigned32{(0,3600),(32768,36368)} |
read-only |
This field is the age of the link state advertisement in seconds. The high-order bit of the LS age field is considered the DoNotAge bit for support of on-demand circuits. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.6 |
ospfv3AsLsdbChecksum |
Integer32 |
read-only |
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 can be 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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.7 |
ospfv3AsLsdbAdvertisement |
OCTET STRING{(1,65535)} |
read-only |
The entire link state advertisement, including its header. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.191.1.3.1.8 |
ospfv3AsLsdbTypeKnown |
INTEGER{true(1),false(2)} |
read-only |
The value true (1) indicates that the LSA type is recognized by this router. |
This object is implemented as defined in the corresponding MIB files. |