The OSPF Process's link-local link state database for non-virtual links.
This table is identical to the OSPF LSDB Table in format, but contains only link-local Link State Advertisements for non-virtual links. The purpose is to allow link-local LSAs to be displayed for each non-virtual interface. This table is implemented to support type-9 LSAs that are defined in 'The OSPF Opaque LSA Option'.
The indexes of the table are ospfLocalLsdbIpAddress, ospfLocalLsdbAddressLessIf, ospfLocalLsdbType, ospfLocalLsdbLsid, ospfLocalLsdbRouterId.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.14.17.1.1 |
ospfLocalLsdbIpAddress |
IpAddress |
not-accessible |
The IP address of the interface from which the LSA was received if the interface is numbered. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.14.17.1.2 |
ospfLocalLsdbAddressLessIf |
Integer32{(0,2147483647)} |
not-accessible |
The interface index of the interface from which the LSA was received if the interface is unnumbered. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.14.17.1.3 |
ospfLocalLsdbType |
INTEGER{localOpaqueLink(9)} |
not-accessible |
The type of the link state advertisement. Each link state type has a separate advertisement format. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.14.17.1.4 |
ospfLocalLsdbLsid |
IpAddress |
not-accessible |
The Link State ID is an LS Type Specific field containing a 32-bit identifier in IP address format; it identifies the piece of the routing domain that is being described by the advertisement. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.14.17.1.5 |
ospfLocalLsdbRouterId |
IpAddress |
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.14.17.1.6 |
ospfLocalLsdbSequence |
Integer32 |
read-only |
The sequence number field is a signed 32-bit integer. It starts with the value '80000001'h, or -'7FFFFFFF'h, and increments until '7FFFFFFF'h. Thus, a typical sequence number will be very negative. 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.14.17.1.7 |
ospfLocalLsdbAge |
Integer32 |
read-only |
This field is the age of the link state advertisement in seconds. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.14.17.1.8 |
ospfLocalLsdbChecksum |
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.14.17.1.9 |
ospfLocalLsdbAdvertisement |
OCTET STRING{(1,65535)} |
read-only |
The entire link state advertisement, including its header. Note that for variable length LSAs, SNMP agents may not be able to return the largest string size. |
support 1000 length. |