Ospfv3RouterLsa Object


Description:

Represents router LSA attributes. An OSPFv3 router LSA describes a simulated router and its neighbors.

Parents: Ospfv3RouterConfig

Children: Ospfv3RouterLsaIf

Ospfv3RouterLsa Writable Attributes

Attribute Description
AdvertisingRouterId

ID of the router that advertises a given LSA. A single router LSA emanates from each simulated router, and includes the complete link. This ID is in IPv4 format.

Type: ip

Default: null

Age

This is the initial value of LS Age in an LSA header.

Type: u16

Default: 0

Range: 0 - 3600

CheckSum

Specifies whether the LSA will be advertised with a good or bad checksum. A bad checksum indicates a corrupted LSA and is used for negative testing.

Type: enum

Default: GOOD

Possible Values:

Value Description
BAD

LSA will be advertised with a bad checksum.

GOOD

LSA will be advertised with a good checksum.

LinkStateId

LSA identifier, chosen arbitrarily by the advertising router.

Type: u32

Default: 0

Options

Specifies the optional OSPF capabilities of the router. Each option represents one bit.

See Section A.2 in RFC 2740 for more information about the options field.

Type: enum

Default: V6BIT | RBIT | EBIT

Possible Values:

Value Description
V6BIT

V6: if bit clear, the router/link should be excluded from IPv6 routing calculations (V, Bit 0).

EBIT

External Routing: specifies the way AS-external-LSAs are flooded (E, Bit 1).

MCBIT

Multicast: specifies whether IP multicast datagrams are forwarded according to the specification in RFC 1586 (MC, Bit 2).

NBIT

NSSA: describes the handling of Type-y LSA as specified in RFC 1584 (N/P, Bit 3).

RBIT

Router: specifies whether the originator is an active router. If clear, routers that transmit the advertising none cannot be computed. (R, Bit 4).

DCBIT

Demand Circuit: specifies how the router handles demand circuits (DC, Bit 5).

UNUSED6

Unused (Bit 6).

UNUSED7

Unused (Bit 7).

UNUSED8

Unused (Bit 8).

UNUSED9

Unused (Bit 9).

UNUSED10

Unused (Bit 10).

UNUSED11

Unused (Bit 11).

UNUSED12

Unused (Bit 12).

UNUSED13

Unused (Bit 13).

UNUSED14

Unused (Bit 14).

UNUSED15

Unused (Bit 15).

UNUSED16

Unused (Bit 16).

UNUSED17

Unused (Bit 17).

UNUSED18

Unused (Bit 18).

UNUSED19

Unused (Bit 19).

UNUSED20

Unused (Bit 20).

UNUSED21

Unused (Bit 21).

UNUSED22

Unused (Bit 22).

UNUSED23

Unused (Bit 23).

RouteCategory

Specify the route type.

Type: enum

Default: UNDEFINED

Possible Values:

Value Description
UNDEFINED

Category not defined.

PRIMARY

Primary route.

SECONDARY

Secondary route.

UNIQUE

Unique route.

ANY

Any route.

RouterType

Router type.

Type: enum

Default: 0

Possible Values:

Value Description
BBIT

Border Router (B).

EBIT

AS Boundary Router (E).

VBIT

Virtual Link (V).

WBIT

Wild-card Multicast Receiver (W).

SeqNum

Initial value of the LS sequence number in an LSA header.

Type: u32

Default: 0x80000001

Range: 0 - 0xffffffff

Ospfv3RouterLsa Read-Only Attributes

There are no read-only attributes.